Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidra committed Mar 23, 2023
1 parent 2b616f2 commit b2bd769
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "jw3t",
"version": "1.0.9",
"version": "1.0.10",
"description": "A library to create and validate json web3 tokens.",
"main": "./dist/cjs/lib/index.js",
"types": "./dist/cjs/lib/index.d.ts",
"repository": "https://github.com/hamidra/jw3t.git",
"author": "hamidra <hamid.alipour@gmail.com>",
"license": "Apache License 2.0",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.5",
"@types/jest": "^27.0.3",
"babel-jest": "^27.4.2",
"jest": "^27.0.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@types/jest": "^29.5.0",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"files": [
"dist"
Expand All @@ -28,11 +28,11 @@
"prepare": "yarn build & yarn test"
},
"dependencies": {
"@polkadot/api": "^6.12.1",
"@polkadot/keyring": "^8.1.2",
"@polkadot/util": "^8.1.2",
"@polkadot/util-crypto": "^8.1.2",
"js-base64": "^3.7.2"
"@polkadot/api": "^10.1.4",
"@polkadot/keyring": "^11.1.1",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"js-base64": "^3.7.5"
},
"exports": {
".": {
Expand Down

0 comments on commit b2bd769

Please sign in to comment.