@airgap/astar 0.13.10 → 0.13.11-beta.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/package.json +11 -10
- package/airgap-coinlib-astar.min.js +0 -85373
- package/index.d.ts +0 -1
- package/index.js +0 -18
- package/index.js.map +0 -1
- package/v0/index.d.ts +0 -5
- package/v0/index.js +0 -31
- package/v0/index.js.map +0 -1
- package/v0/protocol/astar/AstarProtocol.d.ts +0 -22
- package/v0/protocol/astar/AstarProtocol.js +0 -79
- package/v0/protocol/astar/AstarProtocol.js.map +0 -1
- package/v0/protocol/astar/AstarProtocolOptions.d.ts +0 -28
- package/v0/protocol/astar/AstarProtocolOptions.js +0 -96
- package/v0/protocol/astar/AstarProtocolOptions.js.map +0 -1
- package/v0/protocol/shiden/ShidenProtocol.d.ts +0 -19
- package/v0/protocol/shiden/ShidenProtocol.js +0 -72
- package/v0/protocol/shiden/ShidenProtocol.js.map +0 -1
- package/v0/protocol/shiden/ShidenProtocolOptions.d.ts +0 -22
- package/v0/protocol/shiden/ShidenProtocolOptions.js +0 -80
- package/v0/protocol/shiden/ShidenProtocolOptions.js.map +0 -1
- package/v1/block-explorer/SubscanBlockExplorer.d.ts +0 -3
- package/v1/block-explorer/SubscanBlockExplorer.js +0 -16
- package/v1/block-explorer/SubscanBlockExplorer.js.map +0 -1
- package/v1/controller/AstarAccountController.d.ts +0 -5
- package/v1/controller/AstarAccountController.js +0 -28
- package/v1/controller/AstarAccountController.js.map +0 -1
- package/v1/controller/AstarTransactionController.d.ts +0 -5
- package/v1/controller/AstarTransactionController.js +0 -28
- package/v1/controller/AstarTransactionController.js.map +0 -1
- package/v1/index.d.ts +0 -10
- package/v1/index.js +0 -13
- package/v1/index.js.map +0 -1
- package/v1/module/AstarModule.d.ts +0 -17
- package/v1/module/AstarModule.js +0 -121
- package/v1/module/AstarModule.js.map +0 -1
- package/v1/node/AstarNodeClient.d.ts +0 -4
- package/v1/node/AstarNodeClient.js +0 -28
- package/v1/node/AstarNodeClient.js.map +0 -1
- package/v1/protocol/AstarBaseProtocol.d.ts +0 -12
- package/v1/protocol/AstarBaseProtocol.js +0 -96
- package/v1/protocol/AstarBaseProtocol.js.map +0 -1
- package/v1/protocol/AstarProtocol.d.ts +0 -14
- package/v1/protocol/AstarProtocol.js +0 -117
- package/v1/protocol/AstarProtocol.js.map +0 -1
- package/v1/protocol/ShidenProtocol.d.ts +0 -14
- package/v1/protocol/ShidenProtocol.js +0 -110
- package/v1/protocol/ShidenProtocol.js.map +0 -1
- package/v1/serializer/v3/schemas/converter/transaction-converter.d.ts +0 -7
- package/v1/serializer/v3/schemas/converter/transaction-converter.js +0 -21
- package/v1/serializer/v3/schemas/converter/transaction-converter.js.map +0 -1
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-astar.d.ts +0 -3
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-astar.js +0 -3
- package/v1/serializer/v3/schemas/definitions/transaction-sign-request-astar.js.map +0 -1
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-astar.d.ts +0 -3
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-astar.js +0 -3
- package/v1/serializer/v3/schemas/definitions/transaction-sign-response-astar.js.map +0 -1
- package/v1/serializer/v3/schemas/generated/transaction-sign-request-astar.json +0 -36
- package/v1/serializer/v3/schemas/generated/transaction-sign-response-astar.json +0 -19
- package/v1/serializer/v3/serializer-companion.d.ts +0 -14
- package/v1/serializer/v3/serializer-companion.js +0 -189
- package/v1/serializer/v3/serializer-companion.js.map +0 -1
- package/v1/serializer/v3/validators/transaction-validator.d.ts +0 -4
- package/v1/serializer/v3/validators/transaction-validator.js +0 -28
- package/v1/serializer/v3/validators/transaction-validator.js.map +0 -1
- package/v1/serializer/v3/validators/validators.d.ts +0 -4
- package/v1/serializer/v3/validators/validators.js +0 -6
- package/v1/serializer/v3/validators/validators.js.map +0 -1
- package/v1/types/configuration.d.ts +0 -4
- package/v1/types/configuration.js +0 -3
- package/v1/types/configuration.js.map +0 -1
- package/v1/types/protocol.d.ts +0 -12
- package/v1/types/protocol.js +0 -3
- package/v1/types/protocol.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@airgap/astar",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.11-beta.1",
|
|
4
4
|
"description": "The @airgap/astar is an Astar implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap",
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
|
+
"main": "dist/index.js",
|
|
23
|
+
"files": [
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
22
26
|
"scripts": {
|
|
23
27
|
"build": "rm -rf ./dist && tsc && node scripts/copy-files-after-build.js",
|
|
24
28
|
"build-scripts": "tsc scripts/*.ts",
|
|
@@ -26,22 +30,19 @@
|
|
|
26
30
|
"lint:prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
27
31
|
"lint-ci": "tslint -t json -o ../../lint-reports/astar.json --project . || true",
|
|
28
32
|
"lint-ci:prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" --list-different",
|
|
29
|
-
"test": "TS_NODE_PROJECT='./test/tsconfig.json' nyc mocha --bail --require ts-node/register --require source-map-support/register --full-trace --delay --timeout 40000 ./test/**/**.spec.ts",
|
|
33
|
+
"test": "TS_NODE_PROJECT='./test/tsconfig.json' nyc mocha --bail --require ts-node/register --require tsconfig-paths/register --require source-map-support/register --full-trace --delay --timeout 40000 ./test/**/**.spec.ts",
|
|
30
34
|
"test-ci": "nyc --reporter=lcov npm test",
|
|
31
|
-
"
|
|
32
|
-
"browserify": "browserify ./dist/index.js -p realpathify -s airgapCoinLibAstar > ./dist/airgap-coinlib-astar.min.js"
|
|
35
|
+
"browserify": "browserify ./dist/index.js -s airgapCoinLibAstar > ./dist/airgap-coinlib-astar.min.js"
|
|
33
36
|
},
|
|
34
37
|
"author": "Papers GmbH <contact@papers.ch> (https://papers.ch)",
|
|
35
38
|
"dependencies": {
|
|
39
|
+
"@airgap/coinlib-core": "*",
|
|
40
|
+
"@airgap/module-kit": "*",
|
|
41
|
+
"@airgap/serializer": "*",
|
|
42
|
+
"@airgap/substrate": "*",
|
|
36
43
|
"@polkadot/util": "2.0.1",
|
|
37
44
|
"@polkadot/wasm-crypto": "0.20.1"
|
|
38
45
|
},
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"@airgap/coinlib-core": "^0.13.10",
|
|
41
|
-
"@airgap/module-kit": "^0.13.10",
|
|
42
|
-
"@airgap/serializer": "^0.13.10",
|
|
43
|
-
"@airgap/substrate": "^0.13.10"
|
|
44
|
-
},
|
|
45
46
|
"localDependencies": {},
|
|
46
47
|
"nyc": {
|
|
47
48
|
"include": [
|