Skip to content

Commit 10955d9

Browse files
Merge pull request #180 from autonomys/chore/publish-1.0.9
Publish 1.0.9
2 parents 401a266 + cbc559a commit 10955d9

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.0.8",
3+
"version": "1.0.9",
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.0.8",
3+
"version": "1.0.9",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"url": "https://www.autonomys.net"
2323
},
2424
"dependencies": {
25-
"@autonomys/auto-utils": "^1.0.7"
25+
"@autonomys/auto-utils": "^1.0.9"
2626
},
2727
"devDependencies": {
2828
"@types/jest": "^29.5.12",
@@ -32,5 +32,5 @@
3232
"ts-jest": "^29.1.4",
3333
"typescript": "^5.4.5"
3434
},
35-
"gitHead": "88b1b90467db7dd1e301387451ed727189f9808c"
35+
"gitHead": "c8da43fe9c2ba885d1ff5e0241d9a41e2c4f3389"
3636
}

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.0.8",
4+
"version": "1.0.9",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"repository": {
@@ -48,5 +48,5 @@
4848
"protons": "^7.6.0",
4949
"protons-runtime": "^5.5.0"
5050
},
51-
"gitHead": "88b1b90467db7dd1e301387451ed727189f9808c"
51+
"gitHead": "c8da43fe9c2ba885d1ff5e0241d9a41e2c4f3389"
5252
}

packages/auto-drive/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packageManager": "yarn@4.2.2",
44
"type": "module",
55
"main": "dist/index.js",
6-
"version": "1.0.8",
6+
"version": "1.0.9",
77
"author": {
88
"name": "Autonomys",
99
"url": "https://autonomys.net"
@@ -19,10 +19,10 @@
1919
"typescript": "^5.6.3"
2020
},
2121
"dependencies": {
22-
"@autonomys/auto-dag-data": "^1.0.8",
22+
"@autonomys/auto-dag-data": "^1.0.9",
2323
"jszip": "^3.10.1",
2424
"mime-types": "^2.1.35",
2525
"zod": "^3.23.8"
2626
},
27-
"gitHead": "88b1b90467db7dd1e301387451ed727189f9808c"
27+
"gitHead": "c8da43fe9c2ba885d1ff5e0241d9a41e2c4f3389"
2828
}

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.0.8",
3+
"version": "1.0.9",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@autonomys/auto-utils": "^1.0.7",
13+
"@autonomys/auto-utils": "^1.0.9",
1414
"@peculiar/asn1-schema": "^2.3.8",
1515
"@peculiar/asn1-x509": "^2.3.8",
1616
"@peculiar/webcrypto": "^1.5.0",
@@ -36,5 +36,5 @@
3636
"name": "Autonomys",
3737
"url": "https://www.autonomys.net"
3838
},
39-
"gitHead": "88b1b90467db7dd1e301387451ed727189f9808c"
39+
"gitHead": "c8da43fe9c2ba885d1ff5e0241d9a41e2c4f3389"
4040
}

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.0.8",
3+
"version": "1.0.9",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"scripts": {
@@ -38,5 +38,5 @@
3838
"browser": {
3939
"fs": false
4040
},
41-
"gitHead": "88b1b90467db7dd1e301387451ed727189f9808c"
41+
"gitHead": "c8da43fe9c2ba885d1ff5e0241d9a41e2c4f3389"
4242
}

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.0.7",
3+
"version": "1.0.9",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
"url": "https://www.autonomys.net"
2323
},
2424
"dependencies": {
25-
"@autonomys/auto-utils": "^1.0.7"
25+
"@autonomys/auto-utils": "^1.0.9"
2626
},
2727
"devDependencies": {
2828
"@polkadot/types-codec": "^11.2.1",
@@ -33,5 +33,5 @@
3333
"ts-jest": "^29.1.4",
3434
"typescript": "^5.4.5"
3535
},
36-
"gitHead": "88b1b90467db7dd1e301387451ed727189f9808c"
36+
"gitHead": "c8da43fe9c2ba885d1ff5e0241d9a41e2c4f3389"
3737
}

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.0.7"
36+
"@autonomys/auto-utils": "npm:^1.0.9"
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.0.8, @autonomys/auto-dag-data@workspace:packages/auto-dag-data":
46+
"@autonomys/auto-dag-data@npm:^1.0.9, @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.0.8"
73+
"@autonomys/auto-dag-data": "npm:^1.0.9"
7474
"@types/mime-types": "npm:^2"
7575
jszip: "npm:^3.10.1"
7676
mime-types: "npm:^2.1.35"
@@ -83,7 +83,7 @@ __metadata:
8383
version: 0.0.0-use.local
8484
resolution: "@autonomys/auto-id@workspace:packages/auto-id"
8585
dependencies:
86-
"@autonomys/auto-utils": "npm:^1.0.7"
86+
"@autonomys/auto-utils": "npm:^1.0.9"
8787
"@peculiar/asn1-schema": "npm:^2.3.8"
8888
"@peculiar/asn1-x509": "npm:^2.3.8"
8989
"@peculiar/webcrypto": "npm:^1.5.0"
@@ -115,7 +115,7 @@ __metadata:
115115
languageName: unknown
116116
linkType: soft
117117

118-
"@autonomys/auto-utils@npm:^1.0.7, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
118+
"@autonomys/auto-utils@npm:^1.0.9, @autonomys/auto-utils@workspace:*, @autonomys/auto-utils@workspace:packages/auto-utils":
119119
version: 0.0.0-use.local
120120
resolution: "@autonomys/auto-utils@workspace:packages/auto-utils"
121121
dependencies:
@@ -136,7 +136,7 @@ __metadata:
136136
version: 0.0.0-use.local
137137
resolution: "@autonomys/auto-xdm@workspace:packages/auto-xdm"
138138
dependencies:
139-
"@autonomys/auto-utils": "npm:^1.0.7"
139+
"@autonomys/auto-utils": "npm:^1.0.9"
140140
"@polkadot/types-codec": "npm:^11.2.1"
141141
"@types/jest": "npm:^29.5.12"
142142
eslint: "npm:^8.57.0"

0 commit comments

Comments
 (0)