@lukso/transaction-view-headless 0.4.3-dev.661418d → 0.4.3-dev.e33b252
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 +6 -6
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
[32mESM[39m [1mdist/composables/index.js.map [22m[32m91.87 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/registry/index.js.map [22m[32m29.88 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 177ms
|
|
25
25
|
[32mCJS[39m [1mdist/index.cjs [22m[32m46.37 KB[39m
|
|
26
26
|
[32mCJS[39m [1mdist/types/index.cjs [22m[32m798.00 B[39m
|
|
27
27
|
[32mCJS[39m [1mdist/composables/index.cjs [22m[32m40.33 KB[39m
|
|
28
|
-
[32mCJS[39m [1mdist/registry/index.cjs [22m[32m14.91 KB[39m
|
|
29
28
|
[32mCJS[39m [1mdist/utils/index.cjs [22m[32m6.80 KB[39m
|
|
30
|
-
[32mCJS[39m [1mdist/index.cjs
|
|
29
|
+
[32mCJS[39m [1mdist/registry/index.cjs [22m[32m14.91 KB[39m
|
|
31
30
|
[32mCJS[39m [1mdist/types/index.cjs.map [22m[32m450.00 B[39m
|
|
31
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m99.24 KB[39m
|
|
32
|
+
[32mCJS[39m [1mdist/utils/index.cjs.map [22m[32m13.93 KB[39m
|
|
32
33
|
[32mCJS[39m [1mdist/composables/index.cjs.map [22m[32m92.00 KB[39m
|
|
33
34
|
[32mCJS[39m [1mdist/registry/index.cjs.map [22m[32m30.27 KB[39m
|
|
34
|
-
[32mCJS[39m
|
|
35
|
-
[32mCJS[39m ⚡️ Build success in 154ms
|
|
35
|
+
[32mCJS[39m ⚡️ Build success in 181ms
|
|
36
36
|
📦 Build complete (build mode)
|
|
37
37
|
[34mDTS[39m Build start
|
|
38
|
-
[32mDTS[39m ⚡️ Build success in
|
|
38
|
+
[32mDTS[39m ⚡️ Build success in 22671ms
|
|
39
39
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.15 KB[39m
|
|
40
40
|
[32mDTS[39m [1mdist/types/index.d.ts [22m[32m7.07 KB[39m
|
|
41
41
|
[32mDTS[39m [1mdist/registry/index.d.ts [22m[32m1.62 KB[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukso/transaction-view-headless",
|
|
3
|
-
"version": "0.4.3-dev.
|
|
3
|
+
"version": "0.4.3-dev.e33b252",
|
|
4
4
|
"description": "Framework-agnostic transaction decoder and view selection system",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@preact/signals-core": "^1.12.1",
|
|
37
37
|
"@tanstack/query-core": "^5.90.12",
|
|
38
38
|
"viem": "^2.43.1",
|
|
39
|
-
"@lukso/transaction-decoder": "1.3.3-dev.
|
|
39
|
+
"@lukso/transaction-decoder": "1.3.3-dev.e33b252"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^25.0.3",
|