Skip to content

Commit

Permalink
Merge pull request #94 from celo-org/soloseng/set-monitor-to-private
Browse files Browse the repository at this point in the history
Set Monitor & Signer packages to private
  • Loading branch information
soloseng authored Oct 13, 2023
2 parents 8760b09 + 816330d commit 8711750
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/tasty-toes-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions packages/phone-number-privacy/monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@celo/phone-number-privacy-monitor",
"version": "3.0.1",
"private": true,
"description": "Regularly queries ODIS to ensure the system is functioning properly",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/phone-number-privacy/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celo/phone-number-privacy-signer",
"version": "3.0.2",
"private": "true",
"private": true,
"description": "Signing participator of ODIS",
"author": "Celo",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7944,9 +7944,9 @@ ejs@^3.1.7:
jake "^10.8.5"

electron-to-chromium@^1.4.535:
version "1.4.553"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.553.tgz#56fd65afddbd713c52f0e95d0223b3368f520865"
integrity sha512-HiRdtyKS2+VhiXvjhMvvxiMC33FJJqTA5EB2YHgFZW6v7HkK4Q9Ahv2V7O2ZPgAjw+MyCJVMQvigj13H8t+wvA==
version "1.4.554"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.554.tgz#04e09c2ee31dc0f1546174033809b54cc372740b"
integrity sha512-Q0umzPJjfBrrj8unkONTgbKQXzXRrH7sVV7D9ea2yBV3Oaogz991yhbpfvo2LMNkJItmruXTEzVpP9cp7vaIiQ==

[email protected], elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3, elliptic@^6.5.4:
version "6.5.4"
Expand Down

0 comments on commit 8711750

Please sign in to comment.