@lukso/transaction-view-headless 0.4.1 → 0.4.2-dev.d85bba3
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 -4
- package/.turbo/turbo-typecheck.log +2 -1
- package/CHANGELOG.md +14 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/service-auth-simple/service-auth-simple/.npmrc". Failed to replace env in config: ${LUKSO_NPM_TOKEN}
|
|
1
2
|
|
|
2
|
-
> @lukso/transaction-view-headless@0.4.
|
|
3
|
+
> @lukso/transaction-view-headless@0.4.2 build /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
|
|
3
4
|
> tsup
|
|
4
5
|
|
|
5
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"}
|
|
@@ -20,7 +21,7 @@
|
|
|
20
21
|
[32mESM[39m [1mdist/composables/index.js.map [22m[32m91.87 KB[39m
|
|
21
22
|
[32mESM[39m [1mdist/registry/index.js.map [22m[32m29.88 KB[39m
|
|
22
23
|
[32mESM[39m [1mdist/utils/index.js.map [22m[32m13.75 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
24
|
+
[32mESM[39m ⚡️ Build success in 213ms
|
|
24
25
|
[32mCJS[39m [1mdist/index.cjs [22m[32m46.37 KB[39m
|
|
25
26
|
[32mCJS[39m [1mdist/types/index.cjs [22m[32m798.00 B[39m
|
|
26
27
|
[32mCJS[39m [1mdist/composables/index.cjs [22m[32m40.33 KB[39m
|
|
@@ -31,10 +32,10 @@
|
|
|
31
32
|
[32mCJS[39m [1mdist/composables/index.cjs.map [22m[32m92.00 KB[39m
|
|
32
33
|
[32mCJS[39m [1mdist/registry/index.cjs.map [22m[32m30.27 KB[39m
|
|
33
34
|
[32mCJS[39m [1mdist/utils/index.cjs.map [22m[32m13.93 KB[39m
|
|
34
|
-
[32mCJS[39m ⚡️ Build success in
|
|
35
|
+
[32mCJS[39m ⚡️ Build success in 217ms
|
|
35
36
|
📦 Build complete (build mode)
|
|
36
37
|
[34mDTS[39m Build start
|
|
37
|
-
[32mDTS[39m ⚡️ Build success in
|
|
38
|
+
[32mDTS[39m ⚡️ Build success in 23379ms
|
|
38
39
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m4.15 KB[39m
|
|
39
40
|
[32mDTS[39m [1mdist/types/index.d.ts [22m[32m7.07 KB[39m
|
|
40
41
|
[32mDTS[39m [1mdist/registry/index.d.ts [22m[32m1.62 KB[39m
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/work/service-auth-simple/service-auth-simple/.npmrc". Failed to replace env in config: ${LUKSO_NPM_TOKEN}
|
|
1
2
|
|
|
2
|
-
> @lukso/transaction-view-headless@0.4.
|
|
3
|
+
> @lukso/transaction-view-headless@0.4.2 typecheck /home/runner/work/service-auth-simple/service-auth-simple/packages/transaction-view-headless
|
|
3
4
|
> tsc --noEmit
|
|
4
5
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.4.2](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.1...transaction-view-headless-v0.4.2) (2025-12-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Repair web-components ([#68](https://github.com/lukso-network/service-auth-simple/issues/68)) ([b13d9de](https://github.com/lukso-network/service-auth-simple/commit/b13d9de69d72119538b4c98d8f3437fb0e92bfc0))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @lukso/transaction-decoder bumped to 1.3.2
|
|
16
|
+
|
|
3
17
|
## [0.4.1](https://github.com/lukso-network/service-auth-simple/compare/transaction-view-headless-v0.4.0...transaction-view-headless-v0.4.1) (2025-12-11)
|
|
4
18
|
|
|
5
19
|
|
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.2-dev.d85bba3",
|
|
4
4
|
"description": "Framework-agnostic transaction decoder and view selection system",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@preact/signals-core": "^1.12.1",
|
|
37
37
|
"@tanstack/query-core": "^5.90.12",
|
|
38
|
-
"viem": "^2.
|
|
39
|
-
"@lukso/transaction-decoder": "1.3.
|
|
38
|
+
"viem": "^2.43.1",
|
|
39
|
+
"@lukso/transaction-decoder": "1.3.2-dev.d85bba3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@types/node": "^
|
|
42
|
+
"@types/node": "^25.0.3",
|
|
43
43
|
"tsup": "^8.5.1",
|
|
44
44
|
"typescript": "^5.9.3"
|
|
45
45
|
},
|