@owf/eudi-jades 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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owf/eudi-jades",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "JAdES (JSON Advanced Electronic Signatures) implementation based on ETSI TS 119 182-1 standard",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"zod": "^4.6.5",
|
|
38
|
-
"@owf/crypto": "0.4.0
|
|
39
|
-
"@owf/identity-common": "0.4.0
|
|
38
|
+
"@owf/crypto": "0.4.0",
|
|
39
|
+
"@owf/identity-common": "0.4.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsdown src/index.ts --format esm,cjs --dts --sourcemap"
|