@substrate/api-sidecar 14.2.0 → 14.2.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/README.md +3 -2
- package/build/package.json +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -35,8 +35,9 @@ Compatibility:
|
|
|
35
35
|
|---------------|:-----------:|
|
|
36
36
|
| v14.x.x | Stable |
|
|
37
37
|
| v16.x.x | Stable |
|
|
38
|
-
| v17.x.x |
|
|
39
|
-
| v18.x.x |
|
|
38
|
+
| v17.x.x | Stable |
|
|
39
|
+
| v18.x.x | Stable |
|
|
40
|
+
| v19.x.x | Pending |
|
|
40
41
|
|
|
41
42
|
NOTE: Node LTS (`long term support`) versions start with an even number, and odd number versions are subject to a 6 month testing period with active support before they are unsupported. It is recommended to use sidecar with a stable actively maintained version of node.js.
|
|
42
43
|
|
package/build/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "14.2.
|
|
2
|
+
"version": "14.2.1",
|
|
3
3
|
"name": "@substrate/api-sidecar",
|
|
4
4
|
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
|
|
5
5
|
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"update-pjs-deps": "substrate-update-pjs-deps && yarn"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@polkadot/api": "^9.10.
|
|
58
|
-
"@polkadot/api-contract": "^9.10.
|
|
57
|
+
"@polkadot/api": "^9.10.2",
|
|
58
|
+
"@polkadot/api-contract": "^9.10.2",
|
|
59
59
|
"@polkadot/util-crypto": "^10.2.1",
|
|
60
60
|
"@substrate/calc": "^0.3.1",
|
|
61
61
|
"argparse": "^2.0.1",
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "14.2.
|
|
2
|
+
"version": "14.2.1",
|
|
3
3
|
"name": "@substrate/api-sidecar",
|
|
4
4
|
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
|
|
5
5
|
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"update-pjs-deps": "substrate-update-pjs-deps && yarn"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@polkadot/api": "^9.10.
|
|
58
|
-
"@polkadot/api-contract": "^9.10.
|
|
57
|
+
"@polkadot/api": "^9.10.2",
|
|
58
|
+
"@polkadot/api-contract": "^9.10.2",
|
|
59
59
|
"@polkadot/util-crypto": "^10.2.1",
|
|
60
60
|
"@substrate/calc": "^0.3.1",
|
|
61
61
|
"argparse": "^2.0.1",
|