Skip to content

Commit 526f97b

Browse files
authored
Merge pull request #214 from autonomys/chore/v1.2.1
v1.2.1
2 parents e93699e + 617c14f commit 526f97b

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"npmClient": "yarn"
55
}

packages/auto-consensus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autonomys/auto-consensus",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"README.md"
2626
],
2727
"dependencies": {
28-
"@autonomys/auto-utils": "^1.2.0"
28+
"@autonomys/auto-utils": "^1.2.1"
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^29.5.12",
@@ -35,5 +35,5 @@
3535
"ts-jest": "^29.1.4",
3636
"typescript": "^5.4.5"
3737
},
38-
"gitHead": "4e00ac77a400bf1ca76b0f9034045f67c815a9cb"
38+
"gitHead": "72285a024adcc7681ec59fabd1f061a6e40aeb09"
3939
}

packages/auto-dag-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@autonomys/auto-dag-data",
33
"packageManager": "yarn@4.1.1",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"type": "module",
@@ -51,5 +51,5 @@
5151
"protons": "^7.6.0",
5252
"protons-runtime": "^5.5.0"
5353
},
54-
"gitHead": "4e00ac77a400bf1ca76b0f9034045f67c815a9cb"
54+
"gitHead": "72285a024adcc7681ec59fabd1f061a6e40aeb09"
5555
}

packages/auto-drive/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@autonomys/auto-drive",
33
"packageManager": "yarn@4.2.2",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -42,12 +42,12 @@
4242
"typescript": "^5.6.3"
4343
},
4444
"dependencies": {
45-
"@autonomys/auto-dag-data": "^1.2.0",
45+
"@autonomys/auto-dag-data": "^1.2.1",
4646
"jszip": "^3.10.1",
4747
"mime-types": "^2.1.35",
4848
"process": "^0.11.10",
4949
"stream": "^0.0.3",
5050
"zod": "^3.23.8"
5151
},
52-
"gitHead": "4e00ac77a400bf1ca76b0f9034045f67c815a9cb"
52+
"gitHead": "72285a024adcc7681ec59fabd1f061a6e40aeb09"
5353
}

packages/auto-id/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autonomys/auto-id",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"repository": {
@@ -21,7 +21,7 @@
2121
"test": "jest"
2222
},
2323
"dependencies": {
24-
"@autonomys/auto-utils": "^1.2.0",
24+
"@autonomys/auto-utils": "^1.2.1",
2525
"@peculiar/asn1-schema": "^2.3.8",
2626
"@peculiar/asn1-x509": "^2.3.8",
2727
"@peculiar/webcrypto": "^1.5.0",
@@ -39,5 +39,5 @@
3939
"ts-node": "^10.9.2",
4040
"typescript": "^5.5.4"
4141
},
42-
"gitHead": "4e00ac77a400bf1ca76b0f9034045f67c815a9cb"
42+
"gitHead": "72285a024adcc7681ec59fabd1f061a6e40aeb09"
4343
}

packages/auto-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autonomys/auto-utils",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"repository": {
@@ -41,5 +41,5 @@
4141
"browser": {
4242
"fs": false
4343
},
44-
"gitHead": "4e00ac77a400bf1ca76b0f9034045f67c815a9cb"
44+
"gitHead": "72285a024adcc7681ec59fabd1f061a6e40aeb09"
4545
}

packages/auto-xdm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autonomys/auto-xdm",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"README.md"
2626
],
2727
"dependencies": {
28-
"@autonomys/auto-utils": "^1.2.0"
28+
"@autonomys/auto-utils": "^1.2.1"
2929
},
3030
"devDependencies": {
3131
"@polkadot/types-codec": "^14.3.1",
@@ -36,5 +36,5 @@
3636
"ts-jest": "^29.1.4",
3737
"typescript": "^5.4.5"
3838
},
39-
"gitHead": "4e00ac77a400bf1ca76b0f9034045f67c815a9cb"
39+
"gitHead": "72285a024adcc7681ec59fabd1f061a6e40aeb09"
4040
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ __metadata:
3333
version: 0.0.0-use.local
3434
resolution: "@autonomys/auto-consensus@workspace:packages/auto-consensus"
3535
dependencies:
36-
"@autonomys/auto-utils": "npm:^1.2.0"
36+
"@autonomys/auto-utils": "npm:^1.2.1"
3737
"@types/jest": "npm:^29.5.12"
3838
eslint: "npm:^8.57.0"
3939
jest: "npm:^29.7.0"
@@ -43,7 +43,7 @@ __metadata:
4343
languageName: unknown
4444
linkType: soft
4545

46-
"@autonomys/auto-dag-data@npm:^1.2.0, @autonomys/auto-dag-data@workspace:packages/auto-dag-data":
46+
"@autonomys/auto-dag-data@npm:^1.2.1, @autonomys/auto-dag-data@workspace:packages/auto-dag-data":
4747
version: 0.0.0-use.local
4848
resolution: "@autonomys/auto-dag-data@workspace:packages/auto-dag-data"
4949
dependencies:
@@ -70,7 +70,7 @@ __metadata:
7070
version: 0.0.0-use.local
7171
resolution: "@autonomys/auto-drive@workspace:packages/auto-drive"
7272
dependencies:
73-
"@autonomys/auto-dag-data": "npm:^1.2.0"
73+
"@autonomys/auto-dag-data": "npm:^1.2.1"
7474
"@prerenderer/rollup-plugin": "npm:^0.3.12"
7575
"@rollup/plugin-commonjs": "npm:^28.0.1"
7676
"@rollup/plugin-json": "npm:^6.1.0"
@@ -93,7 +93,7 @@ __metadata:
9393
version: 0.0.0-use.local
9494
resolution: "@autonomys/auto-id@workspace:packages/auto-id"
9595
dependencies:
96-
"@autonomys/auto-utils": "npm:^1.2.0"
96+
"@autonomys/auto-utils": "npm:^1.2.1"
9797
"@peculiar/asn1-schema": "npm:^2.3.8"
9898
"@peculiar/asn1-x509": "npm:^2.3.8"
9999
"@peculiar/webcrypto": "npm:^1.5.0"
@@ -125,7 +125,7 @@ __metadata:
125125
languageName: unknown
126126
linkType: soft
127127

128-
"@autonomys/auto-utils@npm:^1.2.0, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
128+
"@autonomys/auto-utils@npm:^1.2.1, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
129129
version: 0.0.0-use.local
130130
resolution: "@autonomys/auto-utils@workspace:packages/auto-utils"
131131
dependencies:
@@ -146,7 +146,7 @@ __metadata:
146146
version: 0.0.0-use.local
147147
resolution: "@autonomys/auto-xdm@workspace:packages/auto-xdm"
148148
dependencies:
149-
"@autonomys/auto-utils": "npm:^1.2.0"
149+
"@autonomys/auto-utils": "npm:^1.2.1"
150150
"@polkadot/types-codec": "npm:^14.3.1"
151151
"@types/jest": "npm:^29.5.12"
152152
eslint: "npm:^8.57.0"

0 commit comments

Comments
 (0)