@lukso/transaction-view-headless 0.5.2-dev.1ef6c58 → 0.5.2-dev.dddf3da
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 +5 -8
- package/.turbo/turbo-typecheck.log +2 -5
- package/package.json +2 -2
- package/publish.log +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @lukso/transaction-view-headless@0.5.2 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
|
|
4
|
-
> tsup
|
|
5
|
-
|
|
1
|
+
[WARN] Failed to replace env in config: ${LUKSO_NPM_TOKEN}
|
|
2
|
+
$ tsup
|
|
6
3
|
[34mCLI[39m Building entry: {"index":"src/index.ts","types/index":"src/types/index.ts","composables/index":"src/composables/index.ts","registry/index":"src/registry/index.ts","utils/index":"src/utils/index.ts"}
|
|
7
4
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
5
|
[34mCLI[39m tsup v8.5.1
|
|
@@ -21,7 +18,7 @@
|
|
|
21
18
|
[32mESM[39m [1mdist/composables/index.js.map [22m[32m92.02 KB[39m
|
|
22
19
|
[32mESM[39m [1mdist/registry/index.js.map [22m[32m29.92 KB[39m
|
|
23
20
|
[32mESM[39m [1mdist/utils/index.js.map [22m[32m13.75 KB[39m
|
|
24
|
-
[32mESM[39m ⚡️ Build success in
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 234ms
|
|
25
22
|
[32mCJS[39m [1mdist/index.cjs [22m[32m48.29 KB[39m
|
|
26
23
|
[32mCJS[39m [1mdist/types/index.cjs [22m[32m2.98 KB[39m
|
|
27
24
|
[32mCJS[39m [1mdist/composables/index.cjs [22m[32m40.29 KB[39m
|
|
@@ -32,10 +29,10 @@
|
|
|
32
29
|
[32mCJS[39m [1mdist/composables/index.cjs.map [22m[32m92.16 KB[39m
|
|
33
30
|
[32mCJS[39m [1mdist/registry/index.cjs.map [22m[32m30.30 KB[39m
|
|
34
31
|
[32mCJS[39m [1mdist/utils/index.cjs.map [22m[32m13.93 KB[39m
|
|
35
|
-
[32mCJS[39m ⚡️ Build success in
|
|
32
|
+
[32mCJS[39m ⚡️ Build success in 267ms
|
|
36
33
|
📦 Build complete (build mode)
|
|
37
34
|
[34mDTS[39m Build start
|
|
38
|
-
[32mDTS[39m ⚡️ Build success in
|
|
35
|
+
[32mDTS[39m ⚡️ Build success in 23467ms
|
|
39
36
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.51 KB[39m
|
|
40
37
|
[32mDTS[39m [1mdist/types/index.d.ts [22m[32m8.36 KB[39m
|
|
41
38
|
[32mDTS[39m [1mdist/registry/index.d.ts [22m[32m1.65 KB[39m
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @lukso/transaction-view-headless@0.5.2 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
|
|
4
|
-
> tsc --noEmit
|
|
5
|
-
|
|
1
|
+
[WARN] Failed to replace env in config: ${LUKSO_NPM_TOKEN}
|
|
2
|
+
$ tsc --noEmit
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukso/transaction-view-headless",
|
|
3
|
-
"version": "0.5.2-dev.
|
|
3
|
+
"version": "0.5.2-dev.dddf3da",
|
|
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.5.0-dev.
|
|
42
|
+
"@lukso/transaction-decoder": "1.5.0-dev.dddf3da"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^25.2.3",
|
package/publish.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
[WARN] Failed to replace env in config: ${LUKSO_NPM_TOKEN}
|