Skip to content

Commit

Permalink
devop: publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Aug 7, 2024
1 parent a50537a commit f756a44
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .yarn/versions/81e941ed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
undecided:
- enkrypt
- "@enkryptcom/keyring"
- "@enkryptcom/name-resolution"
- "@enkryptcom/signer-ethereum"
- "@enkryptcom/signer-kadena"
- "@enkryptcom/storage"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "enkrypt",
"packageManager": "[email protected]",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"workspaces": [
"packages/signers/*",
Expand All @@ -25,7 +25,7 @@
"watch-ts": "nodemon --exec 'yarn run build:all && node scripts/compile-done.js'",
"upgrade": "yarn upgrade-interactive",
"version:bump:patch": "yarn workspaces foreach -pv --exclude @enkryptcom/extension exec 'yarn version --immediate patch'",
"publish": "yarn workspaces foreach -pv --exclude @enkryptcom/extension exec 'yarn npm publish --access public --otp 474911'",
"publish": "yarn workspaces foreach -pv --exclude @enkryptcom/extension exec 'yarn npm publish --access public --otp 312003'",
"version:apply": "yarn version apply --all",
"prepare": "husky"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/keyring",
"version": "0.0.3",
"version": "0.0.4",
"description": "Key management for enkrypt extension",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/name-resolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/name-resolution",
"version": "0.0.6",
"version": "0.0.8",
"description": "name resolution module for enkrypt",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/signers/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/signer-ethereum",
"version": "0.0.5",
"version": "0.0.6",
"description": "Ethereum blockchain signer",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/signers/kadena/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/signer-kadena",
"version": "0.0.1",
"version": "0.0.2",
"description": "Kadena blockchain signer",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/storage",
"version": "0.0.2",
"version": "0.0.4",
"description": "Storage management for enkrypt",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/utils",
"version": "0.0.3",
"version": "0.0.5",
"description": "utility functions for enkrypt extension",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

1 comment on commit f756a44

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.