Skip to content

Commit

Permalink
feat: release new cryptography package version (#2041)
Browse files Browse the repository at this point in the history
Signed-off-by: ochikov <ognyan@limechain.tech>
  • Loading branch information
ochikov authored Dec 4, 2023
1 parent 2b7d727 commit 7c5736f
Show file tree
Hide file tree
Showing 2 changed files with 1,153 additions and 793 deletions.
24 changes: 12 additions & 12 deletions packages/cryptography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/cryptography",
"version": "1.4.8-beta.4",
"version": "1.4.8-beta.5",
"description": "Cryptographic utilities and primitives for the Hedera™ Hashgraph SDK",
"main": "./lib/index.cjs",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -63,7 +63,7 @@
"bignumber.js": "^9.1.1",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"elliptic": "^6.5.4",
"js-base64": "^3.7.4",
"node-forge": "^1.3.1",
Expand All @@ -72,7 +72,7 @@
"utf8": "^3.0.0"
},
"peerDependencies": {
"expo": "^45.0.3",
"expo": "^49.0.16",
"expo-crypto": "^10.1.2",
"expo-random": "^12.1.2"
},
Expand All @@ -88,13 +88,13 @@
}
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@types/bn.js": "^5.1.1",
"@types/crypto-js": "^4.1.1",
"@types/crypto-js": "^4.2.0",
"@types/elliptic": "^6.4.14",
"@types/node-forge": "^1.3.4",
"@types/spark-md5": "^3.0.2",
Expand All @@ -105,28 +105,28 @@
"babel-plugin-module-rewrite": "^0.2.0",
"c8": "^8.0.1",
"chai": "^4.3.7",
"chromedriver": "^117.0.2",
"chromedriver": "^119.0.1",
"codecov": "^3.8.3",
"dpdm": "^3.11.0",
"eslint": "^8.52.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^16.2.0",
"expo": "^47.0.13",
"expo": "^49.0.16",
"expo-crypto": "^12.0.0",
"expo-random": "^13.0.0",
"geckodriver": "^3.2.0",
"geckodriver": "^4.2.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"npx": "^10.2.2",
"prettier": "^3.0.3",
"serve": "^14.1.2",
"typescript": "^4.9.4",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}
Loading

0 comments on commit 7c5736f

Please sign in to comment.