@airgap/wallet 0.13.11-beta.0 → 0.13.11-beta.2
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 +5 -6
- package/airgap-coinlib-wallet.min.js +0 -33113
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@airgap/wallet",
|
|
3
|
-
"version": "0.13.11-beta.
|
|
3
|
+
"version": "0.13.11-beta.2",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap"
|
|
@@ -21,15 +21,14 @@
|
|
|
21
21
|
"lint:prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
22
22
|
"lint-ci": "tslint -t json -o ../../lint-reports/core.json --project . || true",
|
|
23
23
|
"lint-ci:prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" --list-different",
|
|
24
|
-
"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",
|
|
24
|
+
"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",
|
|
25
25
|
"test-ci": "nyc --reporter=lcov npm test",
|
|
26
|
-
"test-legacy": "",
|
|
27
26
|
"browserify": "browserify ./dist/index.js -s airgapCoinLibWallet > ./dist/airgap-coinlib-wallet.min.js"
|
|
28
27
|
},
|
|
29
28
|
"author": "Papers GmbH <contact@papers.ch> (https://papers.ch)",
|
|
30
|
-
"
|
|
31
|
-
"@airgap/coinlib-core": "
|
|
32
|
-
"@airgap/module-kit": "
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@airgap/coinlib-core": "*",
|
|
31
|
+
"@airgap/module-kit": "*"
|
|
33
32
|
},
|
|
34
33
|
"nyc": {
|
|
35
34
|
"include": [
|