Skip to content

Commit

Permalink
Use npm publish instead of yarn publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Apr 1, 2024
1 parent 4ff43fc commit 6f42dcc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.md' '**/*.yml' --ignore-path .gitignore",
"publish-rc": "yarn build && yarn workspaces foreach --no-private --all exec yarn npm publish --tag next",
"publish-stable": "yarn build && yarn workspaces foreach --no-private --all exec yarn npm publish",
"publish-rc": "yarn build && yarn workspaces foreach --no-private --all exec npm publish --tag next",
"publish-stable": "yarn build && yarn workspaces foreach --no-private --all exec npm publish",
"rsc": "node scripts/release-sanity-check.js",
"start": "yarn build:connector && yarn workspaces foreach --parallel --interlaced --verbose --all run start",
"test": "yarn workspaces foreach -pv --no-private --all run test"
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarimo/rarime-connector",
"version": "2.1.0-rc.21",
"version": "2.1.0-rc.22",
"description": "Facilitates interaction between a DApp and RariMe MetaMask snap",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.1.0-rc.21"
"version": "2.1.0-rc.22"
}
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rarimo/rarime",
"version": "2.1.0-rc.21",
"version": "2.1.0-rc.22",
"description": "RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.1.0-rc.21",
"version": "2.1.0-rc.22",
"description": "Securely store and manage all of your identity credentials. Use them across chains with ZK-protected privacy guarantees.",
"proposedName": "RariMe",
"repository": {
"type": "git",
"url": "https://github.com/rarimo/rarime.git"
},
"source": {
"shasum": "qru3YcfLo2atOavn4MG6lLRhjEETB4QRw1K82Ar3wIc=",
"shasum": "hQDkgpNvwErKaKx95PjLMOm586ewjOgCzbTOMHvDT1Q=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 6f42dcc

Please sign in to comment.