@lukso/transaction-view-headless 0.5.1-dev.3be883d → 0.5.1-dev.457f325
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/.turbo/turbo-build.log +3 -3
- package/package.json +2 -2
- package/publish.log +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
[32mESM[39m [1mdist/composables/index.js.map [22m[32m92.02 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/registry/index.js.map [22m[32m29.92 KB[39m
|
|
23
23
|
[32mESM[39m [1mdist/utils/index.js.map [22m[32m13.75 KB[39m
|
|
24
|
-
[32mESM[39m ⚡️ Build success in
|
|
24
|
+
[32mESM[39m ⚡️ Build success in 240ms
|
|
25
25
|
[32mCJS[39m [1mdist/index.cjs [22m[32m48.29 KB[39m
|
|
26
26
|
[32mCJS[39m [1mdist/types/index.cjs [22m[32m2.98 KB[39m
|
|
27
27
|
[32mCJS[39m [1mdist/composables/index.cjs [22m[32m40.29 KB[39m
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
[32mCJS[39m [1mdist/composables/index.cjs.map [22m[32m92.16 KB[39m
|
|
33
33
|
[32mCJS[39m [1mdist/registry/index.cjs.map [22m[32m30.30 KB[39m
|
|
34
34
|
[32mCJS[39m [1mdist/utils/index.cjs.map [22m[32m13.93 KB[39m
|
|
35
|
-
[32mCJS[39m ⚡️ Build success in
|
|
35
|
+
[32mCJS[39m ⚡️ Build success in 292ms
|
|
36
36
|
📦 Build complete (build mode)
|
|
37
37
|
[34mDTS[39m Build start
|
|
38
|
-
[32mDTS[39m ⚡️ Build success in
|
|
38
|
+
[32mDTS[39m ⚡️ Build success in 36160ms
|
|
39
39
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.51 KB[39m
|
|
40
40
|
[32mDTS[39m [1mdist/types/index.d.ts [22m[32m8.36 KB[39m
|
|
41
41
|
[32mDTS[39m [1mdist/registry/index.d.ts [22m[32m1.65 KB[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukso/transaction-view-headless",
|
|
3
|
-
"version": "0.5.1-dev.
|
|
3
|
+
"version": "0.5.1-dev.457f325",
|
|
4
4
|
"description": "Framework-agnostic transaction decoder and view selection system",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@preact/signals-core": "^1.13.0",
|
|
40
40
|
"@tanstack/query-core": "^5.90.20",
|
|
41
41
|
"viem": "^2.46.1",
|
|
42
|
-
"@lukso/transaction-decoder": "1.4.1-dev.
|
|
42
|
+
"@lukso/transaction-decoder": "1.4.1-dev.457f325"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^25.2.3",
|
package/publish.log
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/service-auth-simple/service-auth-simple/.npmrc". Failed to replace env in config: ${LUKSO_NPM_TOKEN}
|