@wallfree-dev/astar 0.13.43-beta.6 → 0.13.43-beta.8
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.
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
0 verbose cli /usr/local/bin/node /usr/local/bin/npm
|
|
2
|
+
1 info using npm@10.9.3
|
|
3
|
+
2 info using node@v22.20.0
|
|
4
|
+
3 silly config load:file:/usr/local/lib/node_modules/npm/npmrc
|
|
5
|
+
4 silly config load:file:/Users/djfang/git-repo-library/airgap-coin-lib/packages/astar/dist/.npmrc
|
|
6
|
+
5 silly config load:file:/Users/djfang/git-repo-library/airgap-coin-lib/.npmrc.publish
|
|
7
|
+
6 silly config load:file:/usr/local/etc/npmrc
|
|
8
|
+
7 verbose title npm publish
|
|
9
|
+
8 verbose argv "publish" "--cache" ".npm-cache" "--tag" "next" "--access" "public"
|
|
10
|
+
9 verbose logfile logs-max:10 dir:/Users/djfang/git-repo-library/airgap-coin-lib/packages/astar/dist/.npm-cache/_logs/2026-01-04T12_15_23_064Z-
|
|
11
|
+
10 verbose logfile /Users/djfang/git-repo-library/airgap-coin-lib/packages/astar/dist/.npm-cache/_logs/2026-01-04T12_15_23_064Z-debug-0.log
|
|
12
|
+
11 silly logfile done cleaning log files
|
|
13
|
+
12 verbose publish [ '.' ]
|
|
14
|
+
13 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wallfree-dev/astar",
|
|
3
|
-
"version": "0.13.43-beta.
|
|
3
|
+
"version": "0.13.43-beta.8",
|
|
4
4
|
"description": "The @wallfree-dev/astar is an Astar implementation of the ICoinProtocol interface from @wallfree-dev/coinlib-core.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@polkadot/util": "2.0.1",
|
|
36
36
|
"@polkadot/wasm-crypto": "0.20.1",
|
|
37
|
-
"@wallfree-dev/coinlib-core": "^0.13.43-beta.
|
|
38
|
-
"@wallfree-dev/module-kit": "^0.13.43-beta.
|
|
39
|
-
"@wallfree-dev/serializer": "^0.13.43-beta.
|
|
40
|
-
"@wallfree-dev/substrate": "^0.13.43-beta.
|
|
37
|
+
"@wallfree-dev/coinlib-core": "^0.13.43-beta.8",
|
|
38
|
+
"@wallfree-dev/module-kit": "^0.13.43-beta.8",
|
|
39
|
+
"@wallfree-dev/serializer": "^0.13.43-beta.8",
|
|
40
|
+
"@wallfree-dev/substrate": "^0.13.43-beta.8"
|
|
41
41
|
},
|
|
42
42
|
"localDependencies": {},
|
|
43
43
|
"nyc": {
|