@cheqd/sdk 5.3.1-develop.1 → 5.3.2-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/package.json +2 -2
- package/build/esm/package.json +5 -5
- package/package.json +10 -10
package/build/cjs/package.json
CHANGED
package/build/esm/package.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "prettier --write '**/*.{js,ts,cjs,mjs,json}'"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@cheqd/ts-proto": "^4.1.
|
|
30
|
+
"@cheqd/ts-proto": "^4.1.1",
|
|
31
31
|
"@cosmjs/amino": "^0.33.1",
|
|
32
32
|
"@cosmjs/crypto": "^0.33.1",
|
|
33
33
|
"@cosmjs/encoding": "^0.33.1",
|
|
@@ -39,21 +39,21 @@
|
|
|
39
39
|
"@stablelib/ed25519": "^2.0.2",
|
|
40
40
|
"@types/secp256k1": "^4.0.6",
|
|
41
41
|
"cosmjs-types": "^0.9.0",
|
|
42
|
-
"did-jwt": "^8.0.
|
|
42
|
+
"did-jwt": "^8.0.16",
|
|
43
43
|
"did-resolver": "^4.1.0",
|
|
44
44
|
"exponential-backoff": "^3.1.2",
|
|
45
|
-
"file-type": "^
|
|
45
|
+
"file-type": "^21.0.0",
|
|
46
46
|
"multiformats": "^13.3.6",
|
|
47
47
|
"secp256k1": "^5.0.1",
|
|
48
48
|
"uint8arrays": "^5.1.0",
|
|
49
49
|
"uuid": "^11.1.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@types/node": "^
|
|
52
|
+
"@types/node": "^22.15.30",
|
|
53
53
|
"@types/uuid": "^10.0.0",
|
|
54
54
|
"cross-env": "^7.0.3"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
|
-
"node": ">=
|
|
57
|
+
"node": ">=22.0.0"
|
|
58
58
|
}
|
|
59
59
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cheqd/sdk",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2-develop.1",
|
|
4
4
|
"description": "A TypeScript SDK built with CosmJS to interact with the cheqd network ledger",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"README.md"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@cheqd/ts-proto": "^4.1.
|
|
61
|
+
"@cheqd/ts-proto": "^4.1.1",
|
|
62
62
|
"@cheqd/ts-proto-cjs": "npm:@cheqd/ts-proto@~2.5.0",
|
|
63
63
|
"@cosmjs/amino": "^0.33.1",
|
|
64
64
|
"@cosmjs/amino-cjs": "npm:@cosmjs/amino@~0.30.1",
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
"@types/secp256k1-cjs": "npm:@types/secp256k1@^4.0.6",
|
|
83
83
|
"cosmjs-types": "^0.9.0",
|
|
84
84
|
"cosmjs-types-cjs": "npm:cosmjs-types@^0.7.2",
|
|
85
|
-
"did-jwt": "^8.0.
|
|
85
|
+
"did-jwt": "^8.0.16",
|
|
86
86
|
"did-jwt-cjs": "npm:did-jwt@^8.0.15",
|
|
87
87
|
"did-resolver": "^4.1.0",
|
|
88
88
|
"did-resolver-cjs": "npm:did-resolver@^4.1.0",
|
|
89
89
|
"exponential-backoff": "^3.1.2",
|
|
90
90
|
"exponential-backoff-cjs": "npm:exponential-backoff@^3.1.2",
|
|
91
|
-
"file-type": "^
|
|
91
|
+
"file-type": "^21.0.0",
|
|
92
92
|
"file-type-cjs": "npm:file-type@^16.5.4",
|
|
93
93
|
"long-cjs": "npm:long@^4.0.0",
|
|
94
94
|
"multiformats": "^13.3.6",
|
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
106
106
|
"@semantic-release/git": "^10.0.1",
|
|
107
107
|
"@semantic-release/github": "^11.0.3",
|
|
108
|
-
"@semantic-release/npm": "^
|
|
109
|
-
"@semantic-release/release-notes-generator": "^
|
|
108
|
+
"@semantic-release/npm": "^12.0.1",
|
|
109
|
+
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
110
110
|
"@types/jest": "^29.5.14",
|
|
111
111
|
"@types/long-cjs": "npm:@types/long@^4.0.2",
|
|
112
|
-
"@types/node": "^
|
|
113
|
-
"@types/node-cjs": "npm:@types/node@^
|
|
112
|
+
"@types/node": "^22.15.30",
|
|
113
|
+
"@types/node-cjs": "npm:@types/node@^22.15.30",
|
|
114
114
|
"@types/uuid": "^10.0.0",
|
|
115
115
|
"@types/uuid-cjs": "npm:@types/uuid@^10.0.0",
|
|
116
|
-
"conventional-changelog-conventionalcommits": "^
|
|
116
|
+
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
117
117
|
"cross-env": "^7.0.3",
|
|
118
118
|
"husky": "^9.1.7",
|
|
119
119
|
"jest": "^29.7.0",
|
|
@@ -127,6 +127,6 @@
|
|
|
127
127
|
"access": "public"
|
|
128
128
|
},
|
|
129
129
|
"engines": {
|
|
130
|
-
"node": ">=
|
|
130
|
+
"node": ">=22.0.0"
|
|
131
131
|
}
|
|
132
132
|
}
|