Skip to content

Commit

Permalink
chore: Update multiformats and uint8arrays (#178)
Browse files Browse the repository at this point in the history
* chore: Update multiformats and uint8arrays

* chore: Update multiformats and uint8arrays

* chore: Update more packages

* chore: Update more packages
  • Loading branch information
ukstv authored Jan 3, 2024
1 parent 22e0576 commit 59e3f97
Show file tree
Hide file tree
Showing 17 changed files with 1,472 additions and 1,108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['16.x', '18.x', '20.x']
node: ['20.x', '21.x']
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"@jest/globals": "^29.7.0",
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.100",
"@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"del-cli": "^5.1.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-3box": "^1.0.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^27.6.1",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"turbo": "^1.11.0",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"typedoc": "0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
12 changes: 6 additions & 6 deletions packages/cacao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
},
"homepage": "https://github.com/ceramicnetwork/js-did#readme",
"dependencies": {
"@didtools/codecs": "workspace:^1.0.1",
"@didtools/codecs": "workspace:^",
"@didtools/siwx": "workspace:*",
"@ipld/dag-cbor": "^9.0.6",
"@ipld/dag-cbor": "^9.0.7",
"caip": "^1.1.0",
"multiformats": "^12.1.3",
"uint8arrays": "^4.0.9",
"viem": "^1.19.13"
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.1",
"viem": "^1.21.4"
},
"devDependencies": {
"@types/luxon": "^3.3.7",
"@types/node": "^20.10.3",
"@types/node": "^20.10.6",
"luxon": "^3.4.4"
}
}
4 changes: 2 additions & 2 deletions packages/codecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"homepage": "https://github.com/ceramicnetwork/js-did#readme",
"dependencies": {
"codeco": "^1.2.0",
"multiformats": "^12.1.3",
"uint8arrays": "^4.0.9"
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"ts-essentials": "^9.4.1"
Expand Down
36 changes: 18 additions & 18 deletions packages/did-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,31 +40,31 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"@didtools/key-webcrypto": "workspace:^0.1.2",
"@stablelib/random": "^1.0.1",
"@didtools/key-webcrypto": "workspace:^",
"@stablelib/random": "^1.0.2",
"caip": "^1.1.0",
"dids": "workspace:^4.0.3",
"key-did-provider-ed25519": "workspace:^3.0.1",
"key-did-resolver": "workspace:^3.0.0",
"uint8arrays": "^4.0.9"
"dids": "workspace:^",
"key-did-provider-ed25519": "workspace:^",
"key-did-resolver": "workspace:^",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@ceramicnetwork/common": "^3.0.5",
"@ceramicnetwork/stream-model": "^2.0.5",
"@ceramicnetwork/stream-model-instance": "^2.0.5",
"@ceramicnetwork/stream-tile": "^3.0.5",
"@ceramicnetwork/streamid": "^3.0.5",
"@didtools/cacao": "workspace:^2.1.0",
"@didtools/pkh-ethereum": "workspace:^0.4.0",
"@didtools/pkh-solana": "workspace:^0.1.1",
"@ethersproject/wallet": "^5.6.2",
"@ceramicnetwork/common": "^3.2.0",
"@ceramicnetwork/stream-model": "^2.2.0",
"@ceramicnetwork/stream-model-instance": "^2.2.0",
"@ceramicnetwork/stream-tile": "^3.2.0",
"@ceramicnetwork/streamid": "^3.2.0",
"@didtools/cacao": "workspace:^",
"@didtools/pkh-ethereum": "workspace:^",
"@didtools/pkh-solana": "workspace:^",
"@ethersproject/wallet": "^5.7.0",
"@jest/globals": "^29.7.0",
"@noble/curves": "^1.2.0",
"@noble/curves": "^1.3.0",
"@types/create-hash": "^1.2.6",
"ajv-formats": "^2.1.1",
"caip": "^1.1.0",
"fake-indexeddb": "^5.0.1",
"jest-environment-ceramic": "workspace:^0.17.0"
"fake-indexeddb": "^5.0.2",
"jest-environment-ceramic": "workspace:^"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down
22 changes: 11 additions & 11 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
},
"homepage": "https://github.com/ceramicnetwork/js-did#readme",
"dependencies": {
"@didtools/cacao": "workspace:^2.1.0",
"@didtools/codecs": "workspace:^1.0.1",
"@didtools/pkh-ethereum": "workspace:^0.4.1",
"@stablelib/random": "^1.0.1",
"@didtools/cacao": "workspace:^",
"@didtools/codecs": "workspace:^",
"@didtools/pkh-ethereum": "workspace:^",
"@stablelib/random": "^1.0.2",
"codeco": "^1.2.0",
"dag-jose-utils": "^3.0.0",
"did-jwt": "^7.4.5",
"dag-jose-utils": "^4.0.0",
"did-jwt": "^7.4.7",
"did-resolver": "^4.1.0",
"multiformats": "^12.1.3",
"rpc-utils": "^0.6.1",
"uint8arrays": "^4.0.9"
"multiformats": "^13.0.0",
"rpc-utils": "^0.6.2",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@noble/curves": "^1.2.0",
"ethers": "^6.9.0"
"@noble/curves": "^1.3.0",
"ethers": "^6.9.2"
}
}
16 changes: 8 additions & 8 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
},
"homepage": "https://github.com/ceramicnetwork/js-did#readme",
"devDependencies": {
"@didtools/cacao": "workspace:^2.1.0",
"@didtools/pkh-ethereum": "workspace:^0.4.1",
"@didtools/pkh-solana": "workspace:^0.1.0",
"@ethersproject/wallet": "^5.5.0",
"@ipld/dag-cbor": "^9.0.6",
"@noble/curves": "^1.2.0",
"@didtools/cacao": "workspace:^",
"@didtools/pkh-ethereum": "workspace:^",
"@didtools/pkh-solana": "workspace:^",
"@ethersproject/wallet": "^5.7.0",
"@ipld/dag-cbor": "^9.0.7",
"@noble/curves": "^1.3.0",
"@types/luxon": "^3.3.7",
"caip": "^1.1.0",
"luxon": "^3.4.4",
"multiformats": "^12.1.3",
"uint8arrays": "^4.0.9"
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/jest-environment-ceramic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint": "eslint index.js --fix"
},
"dependencies": {
"@ceramicnetwork/core": "^3.0.5",
"@ceramicnetwork/core": "^3.2.0",
"ipfs-core": "^0.18.1",
"jest-environment-node": "^29.7.0",
"tmp-promise": "^3.0.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/key-did-provider-ed25519/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@stablelib/random": "^1.0.2"
},
"dependencies": {
"@noble/curves": "^1.2.0",
"did-jwt": "^7.4.5",
"dids": "workspace:^4.0.4",
"@noble/curves": "^1.3.0",
"did-jwt": "^7.4.7",
"dids": "workspace:^",
"fast-json-stable-stringify": "^2.1.0",
"rpc-utils": "^0.6.2",
"uint8arrays": "^4.0.9"
"uint8arrays": "^5.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/key-did-provider-secp256k1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@stablelib/random": "^1.0.2"
},
"dependencies": {
"@noble/curves": "^1.2.0",
"did-jwt": "^7.4.5",
"dids": "workspace:^4.0.1",
"@noble/curves": "^1.3.0",
"did-jwt": "^7.4.7",
"dids": "workspace:^",
"fast-json-stable-stringify": "^2.1.0",
"rpc-utils": "^0.6.2",
"uint8arrays": "^4.0.9"
"uint8arrays": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/key-did-provider-webcrypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"fast-json-stable-stringify": "^2.1.0",
"rpc-utils": "^0.6.2",
"uint8arrays": "^4.0.9",
"uint8arrays": "^5.0.1",
"varint": "^6.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/key-did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@noble/curves": "^1.2.0",
"multiformats": "^12.1.3",
"uint8arrays": "^4.0.9",
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.1",
"varint": "^6.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/key-webauthn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@noble/curves": "^1.2.0",
"caip": "^1.1.0",
"cborg": "^4.0.5",
"multiformats": "^12.1.3",
"uint8arrays": "^4.0.9",
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.1",
"varint": "^6.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/multidid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@stablelib/random": "^1.0.2"
},
"dependencies": {
"multiformats": "^12.1.3",
"uint8arrays": "^4.0.9"
"multiformats": "^13.0.0",
"uint8arrays": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/pkh-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"@noble/curves": "^1.2.0",
"@stablelib/random": "^1.0.2",
"caip": "^1.1.0",
"uint8arrays": "^4.0.9"
"uint8arrays": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/pkh-tezos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"@noble/hashes": "^1.3.2",
"@stablelib/random": "^1.0.2",
"caip": "^1.1.0",
"uint8arrays": "^4.0.9"
"uint8arrays": "^5.0.1"
}
}
Loading

0 comments on commit 59e3f97

Please sign in to comment.