Skip to content

Commit

Permalink
fix: update jsontokens lib
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Jun 1, 2022
1 parent cff1932 commit 462f5e2
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 85 deletions.
149 changes: 74 additions & 75 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@stacks/network": "^4.2.1",
"@stacks/profile": "^4.2.1",
"cross-fetch": "^3.1.5",
"jsontokens": "^3.0.0",
"jsontokens": "^3.1.1",
"query-string": "^6.13.1"
},
"devDependencies": {
Expand All @@ -44,7 +44,9 @@
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"browser": "dist/polyfill/index.js",
"browser": {
"crypto": false
},
"umd:main": "dist/umd/index.js",
"unpkg": "dist/umd/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"express": "^4.17.1",
"express-winston": "^3.1.0",
"inquirer": "^7.1.0",
"jsontokens": "^3.0.0",
"jsontokens": "^3.1.1",
"node-fetch": "^2.6.0",
"ripemd160": "^2.0.1",
"winston": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"jest-module-name-mapper": "^0.1.5",
"jsontokens": "^3.0.0",
"jsontokens": "^3.1.1",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"stream-browserify": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keychain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.2.0",
"c32check": "^1.1.3",
"jsontokens": "^3.0.0",
"jsontokens": "^3.1.1",
"randombytes": "^2.1.0",
"triplesec": "^4.0.3",
"zone-file": "^2.0.0-beta.3"
Expand Down
6 changes: 4 additions & 2 deletions packages/profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@stacks/common": "^4.2.1",
"@stacks/network": "^4.2.1",
"@stacks/transactions": "^4.2.1",
"jsontokens": "^3.0.0",
"jsontokens": "^3.1.1",
"schema-inspector": "^2.0.1",
"zone-file": "^2.0.0-beta.3"
},
Expand All @@ -47,7 +47,9 @@
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"browser": "dist/polyfill/index.js",
"browser": {
"crypto": false
},
"umd:main": "dist/umd/index.js",
"unpkg": "dist/umd/index.js",
"files": [
Expand Down
6 changes: 4 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@stacks/common": "^4.2.1",
"@stacks/encryption": "^4.2.1",
"@stacks/network": "^4.2.1",
"jsontokens": "^3.0.0"
"jsontokens": "^3.1.1"
},
"devDependencies": {
"@stacks/network": "^4.1.0",
Expand All @@ -49,7 +49,9 @@
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"browser": "dist/polyfill/index.js",
"browser": {
"crypto": false
},
"umd:main": "dist/umd/index.js",
"unpkg": "dist/umd/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@stacks/transactions": "^4.2.1",
"bitcoinjs-lib": "^5.2.0",
"c32check": "^1.1.3",
"jsontokens": "^3.0.0",
"jsontokens": "^3.1.1",
"triplesec": "^4.0.3",
"zone-file": "^2.0.0-beta.3"
},
Expand Down

1 comment on commit 462f5e2

@vercel
Copy link

@vercel vercel bot commented on 462f5e2 Jun 1, 2022

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.