dedot 0.12.1-next.f19f185a.2 → 0.13.0
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/README.md +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Delightful JavaScript/TypeScript client for [Polkadot](https://polkadot.com/) &
|
|
|
32
32
|
- ✅ Familiar api style with `@polkadot/api`, [easy & fast migration!](https://docs.dedot.dev/getting-started/pjs-to-dedot)
|
|
33
33
|
- ✅ Native [TypeScript type system](https://docs.dedot.dev/getting-started/pjs-to-dedot#type-system) for scale-codec
|
|
34
34
|
- ✅ Compatible with `@polkadot/extension`-based wallets
|
|
35
|
-
- ✅ Support Metadata V14, V15 (latest)
|
|
35
|
+
- ✅ Support Metadata V14, V15, V16 (latest)
|
|
36
36
|
- ✅ Built-in metadata optimization ([caching](https://docs.dedot.dev/getting-started/connect-to-network#caching-metadata))
|
|
37
37
|
- ✅ Build on top of both the [new](https://paritytech.github.io/json-rpc-interface-spec/introduction.html) & [legacy](https://github.com/w3f/PSPs/blob/master/PSPs/drafts/psp-6.md) (
|
|
38
38
|
deprecated soon) JSON-RPC APIs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dedot",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "A delightful JavaScript/TypeScript client for Polkadot & Substrate",
|
|
5
5
|
"author": "Thang X. Vu <thang@dedot.dev>",
|
|
6
6
|
"homepage": "https://dedot.dev",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@dedot/api": "0.
|
|
25
|
-
"@dedot/cli": "0.
|
|
26
|
-
"@dedot/codecs": "0.
|
|
27
|
-
"@dedot/contracts": "0.
|
|
28
|
-
"@dedot/merkleized-metadata": "0.
|
|
29
|
-
"@dedot/providers": "0.
|
|
30
|
-
"@dedot/runtime-specs": "0.
|
|
31
|
-
"@dedot/shape": "0.
|
|
32
|
-
"@dedot/smoldot": "0.
|
|
33
|
-
"@dedot/types": "0.
|
|
34
|
-
"@dedot/utils": "0.
|
|
35
|
-
"smoldot": "^2.0.
|
|
24
|
+
"@dedot/api": "0.13.0",
|
|
25
|
+
"@dedot/cli": "0.13.0",
|
|
26
|
+
"@dedot/codecs": "0.13.0",
|
|
27
|
+
"@dedot/contracts": "0.13.0",
|
|
28
|
+
"@dedot/merkleized-metadata": "0.13.0",
|
|
29
|
+
"@dedot/providers": "0.13.0",
|
|
30
|
+
"@dedot/runtime-specs": "0.13.0",
|
|
31
|
+
"@dedot/shape": "0.13.0",
|
|
32
|
+
"@dedot/smoldot": "0.13.0",
|
|
33
|
+
"@dedot/types": "0.13.0",
|
|
34
|
+
"@dedot/utils": "0.13.0",
|
|
35
|
+
"smoldot": "^2.0.35"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
".": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"node": ">=18"
|
|
123
123
|
},
|
|
124
124
|
"license": "Apache-2.0",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "b9193d170fc63ebd64b75f37f8276a7159e2af55",
|
|
126
126
|
"module": "./index.js",
|
|
127
127
|
"types": "./index.d.ts"
|
|
128
128
|
}
|