@owf/eudi-tl 0.4.0-alpha-20260916121908 → 0.4.0
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owf/eudi-tl",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Parse and verify ETSI TS 119 612 XML Trusted Lists, exposing normalized trust anchors",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"xadesjs": "^2.6.8",
|
|
43
43
|
"xpath": "^0.0.34",
|
|
44
44
|
"zod": "^4.6.5",
|
|
45
|
-
"@owf/identity-common": "0.4.0
|
|
45
|
+
"@owf/identity-common": "0.4.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsdown src/index.ts --format esm,cjs --dts --sourcemap"
|