@wallfree-dev/stellar 0.13.43-beta.1 → 0.13.43-beta.6
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wallfree-dev/stellar",
|
|
3
|
-
"version": "0.13.43-beta.
|
|
3
|
+
"version": "0.13.43-beta.6",
|
|
4
4
|
"description": "The @wallfree-dev/aeternity is an Aeternity implementation of the ICoinProtocol interface from @wallfree-dev/coinlib-core.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"lint-ci": "tslint -t json -o ../../lint-reports/aeternity.json --project . || true",
|
|
26
26
|
"lint-ci:prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" --list-different",
|
|
27
27
|
"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",
|
|
28
|
-
"test-ci": "nyc --reporter=lcov
|
|
28
|
+
"test-ci": "nyc --reporter=lcov npm test",
|
|
29
29
|
"browserify": "browserify ./dist/index.js -s airgapCoinLibAeternity > ./dist/airgap-coinlib-aeternity.min.js"
|
|
30
30
|
},
|
|
31
31
|
"author": "Papers AG <contact@papers.ch> (https://papers.ch)",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@stellar/stellar-sdk": "^13.3.0",
|
|
34
|
-
"@wallfree-dev/coinlib-core": "^0.13.43-beta.
|
|
35
|
-
"@wallfree-dev/module-kit": "^0.13.43-beta.
|
|
36
|
-
"@wallfree-dev/serializer": "^0.13.43-beta.
|
|
34
|
+
"@wallfree-dev/coinlib-core": "^0.13.43-beta.6",
|
|
35
|
+
"@wallfree-dev/module-kit": "^0.13.43-beta.6",
|
|
36
|
+
"@wallfree-dev/serializer": "^0.13.43-beta.6"
|
|
37
37
|
},
|
|
38
38
|
"localDependencies": {},
|
|
39
39
|
"nyc": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"sourceMap": true,
|
|
58
58
|
"instrument": true
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "8e8feb6788204501b7173aa825f5456c2a5f185b",
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/json-schema": "^7.0.15",
|
|
63
63
|
"@types/urijs": "^1.19.25"
|