@lukso/transaction-view-headless 0.4.8-dev.caea45e → 0.4.9-dev.169c8ba
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 +4 -4
- package/.turbo/turbo-typecheck.log +1 -1
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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}
|
|
2
2
|
|
|
3
|
-
> @lukso/transaction-view-headless@0.4.
|
|
3
|
+
> @lukso/transaction-view-headless@0.4.9 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
|
|
4
4
|
> tsup
|
|
5
5
|
|
|
6
6
|
[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"}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
[32mESM[39m [1mdist/composables/index.js.map [22m[32m91.99 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 263ms
|
|
25
25
|
[32mCJS[39m [1mdist/index.cjs [22m[32m48.25 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.25 KB[39m
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
[32mCJS[39m [1mdist/composables/index.cjs.map [22m[32m92.12 KB[39m
|
|
33
33
|
[32mCJS[39m [1mdist/registry/index.cjs.map [22m[32m30.27 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 268ms
|
|
36
36
|
📦 Build complete (build mode)
|
|
37
37
|
[34mDTS[39m Build start
|
|
38
|
-
[32mDTS[39m ⚡️ Build success in
|
|
38
|
+
[32mDTS[39m ⚡️ Build success in 38366ms
|
|
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
|
|
@@ -1,5 +1,5 @@
|
|
|
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}
|
|
2
2
|
|
|
3
|
-
> @lukso/transaction-view-headless@0.4.
|
|
3
|
+
> @lukso/transaction-view-headless@0.4.9 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
|
|
4
4
|
> tsc --noEmit
|
|
5
5
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.4.9](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.8...transaction-view-headless-v0.4.9) (2026-02-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @lukso/transaction-decoder bumped to 1.3.8
|
|
11
|
+
|
|
3
12
|
## [0.4.8](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.7...transaction-view-headless-v0.4.8) (2026-02-19)
|
|
4
13
|
|
|
5
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukso/transaction-view-headless",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9-dev.169c8ba",
|
|
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.13.0",
|
|
37
37
|
"@tanstack/query-core": "^5.90.20",
|
|
38
38
|
"viem": "^2.46.1",
|
|
39
|
-
"@lukso/transaction-decoder": "1.3.
|
|
39
|
+
"@lukso/transaction-decoder": "1.3.8-dev.169c8ba"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^25.2.3",
|