Skip to content

Commit 32fa25f

Browse files
authored
Upgrade dependencies and release 1.3.2 (#43)
1 parent 1d12720 commit 32fa25f

File tree

7 files changed

+881
-1208
lines changed

7 files changed

+881
-1208
lines changed

.papi/descriptors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0-autogenerated.1287053452949193419",
2+
"version": "0.1.0-autogenerated.15072365357198371889",
33
"name": "@polkadot-api/descriptors",
44
"files": [
55
"dist"

.papi/metadata/collectives.scale

27 KB
Binary file not shown.

.papi/metadata/people.scale

15.4 KB
Binary file not shown.

.papi/polkadot-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"wsUrl": "wss://polkadot-collectives-rpc.polkadot.io",
77
"metadata": ".papi/metadata/collectives.scale",
88
"genesis": "0x46ee89aa2eedd13e988962630ec9fb7565964cf5023bb351f2b6b25c1b68b0b2",
9-
"codeHash": "0xd4c7e0bd585b07c41426181d59c4e14e9bb0f17a5d4c3043d8bba659fa94c3a0"
9+
"codeHash": "0x1553beb31f381fff842f1d9272c384c34d2be7abf289b482a54a1054d5f75acc"
1010
},
1111
"people": {
1212
"wsUrl": "wss://polkadot-people-rpc.polkadot.io",
1313
"metadata": ".papi/metadata/people.scale",
1414
"genesis": "0x67fa177a097bfa18f77ea95ab56e9bcdfeb0e5b8a40e46298bb93e16b6fc5008",
15-
"codeHash": "0x5ad90a21b395a16a6d720983bb9fdd096577710beea33c7882bb61a7518dbb79"
15+
"codeHash": "0x19d152fef983bf5be332cd07dc6f5c7291d842a4e2d5501eca02a86c10df211d"
1616
}
1717
}
1818
}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ outputs:
1212

1313
runs:
1414
using: 'docker'
15-
image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.3.1'
15+
image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.3.2'

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-fellows-action",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Fetch all the GitHub handles from the Fellows",
55
"main": "src/index.ts",
66
"scripts": {
@@ -24,17 +24,17 @@
2424
},
2525
"homepage": "https://github.com/Bullrich/parity-action-template#readme",
2626
"dependencies": {
27-
"@actions/core": "^1.10.1",
28-
"@actions/github": "^5.1.1",
27+
"@actions/core": "^1.11.1",
28+
"@actions/github": "^6.0.1",
2929
"@polkadot-api/descriptors": "portal:.papi/descriptors",
30-
"polkadot-api": "^1.12.2",
31-
"smoldot": "^2.0.35"
30+
"polkadot-api": "^1.20.1",
31+
"smoldot": "^2.0.39"
3232
},
3333
"devDependencies": {
3434
"@eng-automation/js-style": "^3.1.0",
35-
"@vercel/ncc": "^0.38.1",
36-
"typescript": "^5.5.3",
37-
"vitest": "^1.6.0"
35+
"@vercel/ncc": "^0.38.4",
36+
"typescript": "^5.9.3",
37+
"vitest": "^4.0.7"
3838
},
3939
"resolutions": {
4040
"@polkadot-api/descriptors": "portal:./.papi/descriptors"

0 commit comments

Comments
 (0)