@owf/eudi-wrprc 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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owf/eudi-wrprc",
3
- "version": "0.4.0-alpha-20260916121908",
3
+ "version": "0.4.0",
4
4
  "description": "ETSI TS 119 475 Wallet-Relying Party Registration Certificate (WRPRC) implementation",
5
5
  "files": [
6
6
  "dist"
@@ -36,9 +36,9 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "zod": "^4.6.5",
39
- "@owf/crypto": "0.4.0-alpha-20260916121908",
40
- "@owf/eudi-jades": "0.4.0-alpha-20260916121908",
41
- "@owf/identity-common": "0.4.0-alpha-20260916121908"
39
+ "@owf/crypto": "0.4.0",
40
+ "@owf/eudi-jades": "0.4.0",
41
+ "@owf/identity-common": "0.4.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsdown src/index.ts --format esm,cjs --dts --sourcemap"