Skip to content

Commit

Permalink
Merge pull request #207 from autonomys/chore/v1.1.3
Browse files Browse the repository at this point in the history
Chore/v1.1.4
  • Loading branch information
clostao authored Dec 18, 2024
2 parents 4c6f199 + 277452d commit 737fa13
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions examples/next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-sdk-next-example",
"version": "0.6.0",
"version": "1.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node",
"version": "0.6.0",
"version": "1.1.3",
"private": true,
"license": "MIT",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.1.2",
"version": "1.1.4",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"clean": "lerna run clean",
"format": "lerna run format",
"test": "lerna run test",
"prepublish": "yarn build",
"prepublish": "yarn build && yarn test",
"publish": "yarn prepublish && lerna publish --no-private"
},
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/auto-consensus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-consensus",
"version": "1.1.2",
"version": "1.1.4",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"README.md"
],
"dependencies": {
"@autonomys/auto-utils": "^1.1.2"
"@autonomys/auto-utils": "^1.1.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand All @@ -35,5 +35,5 @@
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"gitHead": "e84f9598911e27aec4de31fbd6a7663f8e364a20"
"gitHead": "8e804316b27de8568cf5a71d3ec2500f6e262d3c"
}
4 changes: 2 additions & 2 deletions packages/auto-dag-data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/auto-dag-data",
"packageManager": "[email protected]",
"version": "1.1.2",
"version": "1.1.4",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -51,5 +51,5 @@
"protons": "^7.6.0",
"protons-runtime": "^5.5.0"
},
"gitHead": "e84f9598911e27aec4de31fbd6a7663f8e364a20"
"gitHead": "8e804316b27de8568cf5a71d3ec2500f6e262d3c"
}
6 changes: 3 additions & 3 deletions packages/auto-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autonomys/auto-drive",
"packageManager": "[email protected]",
"version": "1.1.2",
"version": "1.1.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,13 +42,13 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@autonomys/auto-dag-data": "^1.1.2",
"@autonomys/auto-dag-data": "^1.1.4",
"jszip": "^3.10.1",
"mime-types": "^2.1.35",
"process": "^0.11.10",
"rxjs": "^7.8.1",
"stream": "^0.0.3",
"zod": "^3.23.8"
},
"gitHead": "e84f9598911e27aec4de31fbd6a7663f8e364a20"
"gitHead": "8e804316b27de8568cf5a71d3ec2500f6e262d3c"
}
6 changes: 3 additions & 3 deletions packages/auto-id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-id",
"version": "1.1.2",
"version": "1.1.4",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"test": "jest"
},
"dependencies": {
"@autonomys/auto-utils": "^1.1.2",
"@autonomys/auto-utils": "^1.1.4",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/webcrypto": "^1.5.0",
Expand All @@ -39,5 +39,5 @@
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"gitHead": "e84f9598911e27aec4de31fbd6a7663f8e364a20"
"gitHead": "8e804316b27de8568cf5a71d3ec2500f6e262d3c"
}
4 changes: 2 additions & 2 deletions packages/auto-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-utils",
"version": "1.1.2",
"version": "1.1.4",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -41,5 +41,5 @@
"browser": {
"fs": false
},
"gitHead": "e84f9598911e27aec4de31fbd6a7663f8e364a20"
"gitHead": "8e804316b27de8568cf5a71d3ec2500f6e262d3c"
}
6 changes: 3 additions & 3 deletions packages/auto-xdm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autonomys/auto-xdm",
"version": "1.1.2",
"version": "1.1.4",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"README.md"
],
"dependencies": {
"@autonomys/auto-utils": "^1.1.2"
"@autonomys/auto-utils": "^1.1.4"
},
"devDependencies": {
"@polkadot/types-codec": "^14.3.1",
Expand All @@ -36,5 +36,5 @@
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"gitHead": "e84f9598911e27aec4de31fbd6a7663f8e364a20"
"gitHead": "8e804316b27de8568cf5a71d3ec2500f6e262d3c"
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-consensus@workspace:packages/auto-consensus"
dependencies:
"@autonomys/auto-utils": "npm:^1.1.2"
"@autonomys/auto-utils": "npm:^1.1.4"
"@types/jest": "npm:^29.5.12"
eslint: "npm:^8.57.0"
jest: "npm:^29.7.0"
Expand All @@ -43,7 +43,7 @@ __metadata:
languageName: unknown
linkType: soft

"@autonomys/auto-dag-data@npm:^1.1.2, @autonomys/auto-dag-data@workspace:packages/auto-dag-data":
"@autonomys/auto-dag-data@npm:^1.1.4, @autonomys/auto-dag-data@workspace:packages/auto-dag-data":
version: 0.0.0-use.local
resolution: "@autonomys/auto-dag-data@workspace:packages/auto-dag-data"
dependencies:
Expand All @@ -70,7 +70,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-drive@workspace:packages/auto-drive"
dependencies:
"@autonomys/auto-dag-data": "npm:^1.1.2"
"@autonomys/auto-dag-data": "npm:^1.1.4"
"@prerenderer/rollup-plugin": "npm:^0.3.12"
"@rollup/plugin-commonjs": "npm:^28.0.1"
"@rollup/plugin-json": "npm:^6.1.0"
Expand All @@ -94,7 +94,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-id@workspace:packages/auto-id"
dependencies:
"@autonomys/auto-utils": "npm:^1.1.2"
"@autonomys/auto-utils": "npm:^1.1.4"
"@peculiar/asn1-schema": "npm:^2.3.8"
"@peculiar/asn1-x509": "npm:^2.3.8"
"@peculiar/webcrypto": "npm:^1.5.0"
Expand Down Expand Up @@ -126,7 +126,7 @@ __metadata:
languageName: unknown
linkType: soft

"@autonomys/auto-utils@npm:^1.1.2, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
"@autonomys/auto-utils@npm:^1.1.4, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
version: 0.0.0-use.local
resolution: "@autonomys/auto-utils@workspace:packages/auto-utils"
dependencies:
Expand All @@ -147,7 +147,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@autonomys/auto-xdm@workspace:packages/auto-xdm"
dependencies:
"@autonomys/auto-utils": "npm:^1.1.2"
"@autonomys/auto-utils": "npm:^1.1.4"
"@polkadot/types-codec": "npm:^14.3.1"
"@types/jest": "npm:^29.5.12"
eslint: "npm:^8.57.0"
Expand Down

0 comments on commit 737fa13

Please sign in to comment.