Skip to content

Commit 3b3d838

Browse files
authored
chore: depchecks (#824)
1 parent 7de0d75 commit 3b3d838

9 files changed

Lines changed: 24 additions & 20 deletions

File tree

packages/asset-credentials/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"typescript": "^4.8.3"
3535
},
3636
"dependencies": {
37+
"@kiltprotocol/augment-api": "workspace:*",
3738
"@kiltprotocol/chain-helpers": "workspace:*",
3839
"@kiltprotocol/config": "workspace:*",
3940
"@kiltprotocol/credentials": "workspace:*",

packages/augment-api/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
"yargs": "^16.2.0"
5151
},
5252
"dependencies": {
53-
"@kiltprotocol/type-definitions": "workspace:*"
53+
"@kiltprotocol/type-definitions": "workspace:*",
54+
"@polkadot/api-base": "^10.0.0",
55+
"@polkadot/rpc-core": "^10.0.0",
56+
"@polkadot/types": "^10.0.0",
57+
"@polkadot/types-codec": "^10.0.0"
5458
}
5559
}

packages/chain-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"bugs": "https://github.com/KILTprotocol/sdk-js/issues",
3131
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
3232
"devDependencies": {
33-
"@polkadot/keyring": "^12.0.0",
3433
"rimraf": "^3.0.2",
3534
"typescript": "^4.8.3"
3635
},
@@ -40,6 +39,7 @@
4039
"@kiltprotocol/types": "workspace:*",
4140
"@kiltprotocol/utils": "workspace:*",
4241
"@polkadot/api": "^10.4.0",
42+
"@polkadot/api-derive": "^10.0.0",
4343
"@polkadot/types": "^10.4.0",
4444
"@polkadot/util": "^12.0.0",
4545
"@polkadot/util-crypto": "^12.0.0"

packages/credentials/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
3232
"devDependencies": {
3333
"@types/json-pointer": "^1.0.34",
34-
"@types/uuid": "^8.0.0",
3534
"rimraf": "^3.0.2",
36-
"testcontainers": "^9.0.0",
3735
"typescript": "^4.8.3"
3836
},
3937
"dependencies": {
@@ -45,7 +43,6 @@
4543
"@kiltprotocol/es256k-jcs-2023": "0.1.0-rc.1",
4644
"@kiltprotocol/jcs-data-integrity-proofs-common": "0.1.0-rc.1",
4745
"@kiltprotocol/sr25519-jcs-2023": "0.1.0-rc.1",
48-
"@kiltprotocol/type-definitions": "workspace:*",
4946
"@kiltprotocol/types": "workspace:*",
5047
"@kiltprotocol/utils": "workspace:*",
5148
"@polkadot/api": "^10.4.0",

packages/did/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@polkadot/api": "^10.4.0",
4444
"@polkadot/keyring": "^12.0.0",
4545
"@polkadot/types": "^10.4.0",
46-
"@polkadot/types-codec": "^10.4.0",
4746
"@polkadot/util": "^12.0.0",
4847
"@polkadot/util-crypto": "^12.0.0",
4948
"multibase": "^4.0.6"

packages/sdk-js/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@kiltprotocol/config": "workspace:*",
4444
"@kiltprotocol/credentials": "workspace:*",
4545
"@kiltprotocol/did": "workspace:*",
46-
"@kiltprotocol/types": "workspace:*",
4746
"@kiltprotocol/utils": "workspace:*"
4847
}
4948
}

packages/type-definitions/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"devDependencies": {
3333
"rimraf": "^3.0.2",
3434
"typescript": "^4.8.3"
35+
},
36+
"dependencies": {
37+
"@polkadot/types": "^10.0.0"
3538
}
3639
}

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"bugs": "https://github.com/KILTprotocol/sdk-js/issues",
3131
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
3232
"devDependencies": {
33+
"@types/uuid": "^8.0.0",
3334
"rimraf": "^3.0.2",
3435
"typescript": "^4.8.3"
3536
},
3637
"dependencies": {
3738
"@kiltprotocol/eddsa-jcs-2022": "0.1.0-rc.1",
3839
"@kiltprotocol/es256k-jcs-2023": "0.1.0-rc.1",
39-
"@kiltprotocol/jcs-data-integrity-proofs-common": "0.1.0-rc.1",
4040
"@kiltprotocol/sr25519-jcs-2023": "0.1.0-rc.1",
4141
"@kiltprotocol/types": "workspace:*",
4242
"@polkadot/api": "^10.4.0",

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,7 @@ __metadata:
19341934
version: 0.0.0-use.local
19351935
resolution: "@kiltprotocol/asset-credentials@workspace:packages/asset-credentials"
19361936
dependencies:
1937+
"@kiltprotocol/augment-api": "workspace:*"
19371938
"@kiltprotocol/chain-helpers": "workspace:*"
19381939
"@kiltprotocol/config": "workspace:*"
19391940
"@kiltprotocol/credentials": "workspace:*"
@@ -1955,7 +1956,11 @@ __metadata:
19551956
dependencies:
19561957
"@kiltprotocol/type-definitions": "workspace:*"
19571958
"@polkadot/api": ^10.4.0
1959+
"@polkadot/api-base": ^10.0.0
1960+
"@polkadot/rpc-core": ^10.0.0
19581961
"@polkadot/typegen": ^10.4.0
1962+
"@polkadot/types": ^10.0.0
1963+
"@polkadot/types-codec": ^10.0.0
19591964
"@types/node": ^16.11.7
19601965
glob: ^7.1.1
19611966
rimraf: ^3.0.2
@@ -1974,7 +1979,7 @@ __metadata:
19741979
"@kiltprotocol/types": "workspace:*"
19751980
"@kiltprotocol/utils": "workspace:*"
19761981
"@polkadot/api": ^10.4.0
1977-
"@polkadot/keyring": ^12.0.0
1982+
"@polkadot/api-derive": ^10.0.0
19781983
"@polkadot/types": ^10.4.0
19791984
"@polkadot/util": ^12.0.0
19801985
"@polkadot/util-crypto": ^12.0.0
@@ -2007,7 +2012,6 @@ __metadata:
20072012
"@kiltprotocol/es256k-jcs-2023": 0.1.0-rc.1
20082013
"@kiltprotocol/jcs-data-integrity-proofs-common": 0.1.0-rc.1
20092014
"@kiltprotocol/sr25519-jcs-2023": 0.1.0-rc.1
2010-
"@kiltprotocol/type-definitions": "workspace:*"
20112015
"@kiltprotocol/types": "workspace:*"
20122016
"@kiltprotocol/utils": "workspace:*"
20132017
"@polkadot/api": ^10.4.0
@@ -2016,10 +2020,8 @@ __metadata:
20162020
"@polkadot/util": ^12.0.0
20172021
"@polkadot/util-crypto": ^12.0.0
20182022
"@types/json-pointer": ^1.0.34
2019-
"@types/uuid": ^8.0.0
20202023
json-pointer: ^0.6.2
20212024
rimraf: ^3.0.2
2022-
testcontainers: ^9.0.0
20232025
typescript: ^4.8.3
20242026
languageName: unknown
20252027
linkType: soft
@@ -2037,7 +2039,6 @@ __metadata:
20372039
"@polkadot/api": ^10.4.0
20382040
"@polkadot/keyring": ^12.0.0
20392041
"@polkadot/types": ^10.4.0
2040-
"@polkadot/types-codec": ^10.4.0
20412042
"@polkadot/util": ^12.0.0
20422043
"@polkadot/util-crypto": ^12.0.0
20432044
multibase: ^4.0.6
@@ -2102,7 +2103,6 @@ __metadata:
21022103
"@kiltprotocol/config": "workspace:*"
21032104
"@kiltprotocol/credentials": "workspace:*"
21042105
"@kiltprotocol/did": "workspace:*"
2105-
"@kiltprotocol/types": "workspace:*"
21062106
"@kiltprotocol/utils": "workspace:*"
21072107
rimraf: ^3.0.2
21082108
terser-webpack-plugin: ^5.1.1
@@ -2127,6 +2127,7 @@ __metadata:
21272127
version: 0.0.0-use.local
21282128
resolution: "@kiltprotocol/type-definitions@workspace:packages/type-definitions"
21292129
dependencies:
2130+
"@polkadot/types": ^10.0.0
21302131
rimraf: ^3.0.2
21312132
typescript: ^4.8.3
21322133
languageName: unknown
@@ -2152,13 +2153,13 @@ __metadata:
21522153
dependencies:
21532154
"@kiltprotocol/eddsa-jcs-2022": 0.1.0-rc.1
21542155
"@kiltprotocol/es256k-jcs-2023": 0.1.0-rc.1
2155-
"@kiltprotocol/jcs-data-integrity-proofs-common": 0.1.0-rc.1
21562156
"@kiltprotocol/sr25519-jcs-2023": 0.1.0-rc.1
21572157
"@kiltprotocol/types": "workspace:*"
21582158
"@polkadot/api": ^10.4.0
21592159
"@polkadot/keyring": ^12.0.0
21602160
"@polkadot/util": ^12.0.0
21612161
"@polkadot/util-crypto": ^12.0.0
2162+
"@types/uuid": ^8.0.0
21622163
cbor-web: ^9.0.0
21632164
rimraf: ^3.0.2
21642165
tweetnacl: ^1.0.3
@@ -2293,7 +2294,7 @@ __metadata:
22932294
languageName: node
22942295
linkType: hard
22952296

2296-
"@polkadot/api-base@npm:10.7.3":
2297+
"@polkadot/api-base@npm:10.7.3, @polkadot/api-base@npm:^10.0.0":
22972298
version: 10.7.3
22982299
resolution: "@polkadot/api-base@npm:10.7.3"
22992300
dependencies:
@@ -2306,7 +2307,7 @@ __metadata:
23062307
languageName: node
23072308
linkType: hard
23082309

2309-
"@polkadot/api-derive@npm:10.7.3":
2310+
"@polkadot/api-derive@npm:10.7.3, @polkadot/api-derive@npm:^10.0.0":
23102311
version: 10.7.3
23112312
resolution: "@polkadot/api-derive@npm:10.7.3"
23122313
dependencies:
@@ -2387,7 +2388,7 @@ __metadata:
23872388
languageName: node
23882389
linkType: hard
23892390

2390-
"@polkadot/rpc-core@npm:10.7.3":
2391+
"@polkadot/rpc-core@npm:10.7.3, @polkadot/rpc-core@npm:^10.0.0":
23912392
version: 10.7.3
23922393
resolution: "@polkadot/rpc-core@npm:10.7.3"
23932394
dependencies:
@@ -2466,7 +2467,7 @@ __metadata:
24662467
languageName: node
24672468
linkType: hard
24682469

2469-
"@polkadot/types-codec@npm:10.7.3, @polkadot/types-codec@npm:^10.4.0":
2470+
"@polkadot/types-codec@npm:10.7.3, @polkadot/types-codec@npm:^10.0.0":
24702471
version: 10.7.3
24712472
resolution: "@polkadot/types-codec@npm:10.7.3"
24722473
dependencies:
@@ -2512,7 +2513,7 @@ __metadata:
25122513
languageName: node
25132514
linkType: hard
25142515

2515-
"@polkadot/types@npm:10.7.3, @polkadot/types@npm:^10.4.0":
2516+
"@polkadot/types@npm:10.7.3, @polkadot/types@npm:^10.0.0, @polkadot/types@npm:^10.4.0":
25162517
version: 10.7.3
25172518
resolution: "@polkadot/types@npm:10.7.3"
25182519
dependencies:

0 commit comments

Comments
 (0)