@openid4vc/openid4vci 0.3.1-alpha-20251127040522 → 0.4.0-alpha-20251127093634
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 +5 -6
- package/dist/index.cjs +0 -2157
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -4407
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openid4vc/openid4vci",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0-alpha-20251127093634",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
10
|
"import": "./dist/index.mjs",
|
|
11
|
-
"require": "./dist/index.
|
|
11
|
+
"require": "./dist/index.mjs",
|
|
12
12
|
"types": "./dist/index.d.mts"
|
|
13
13
|
},
|
|
14
14
|
"./package.json": "./package.json"
|
|
@@ -21,16 +21,15 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"zod": "^4.1.13",
|
|
24
|
-
"@openid4vc/oauth2": "0.
|
|
25
|
-
"@openid4vc/utils": "0.
|
|
24
|
+
"@openid4vc/oauth2": "0.4.0-alpha-20251127093634",
|
|
25
|
+
"@openid4vc/utils": "0.4.0-alpha-20251127093634"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"jose": "^6.1.2"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
|
-
"build": "tsdown src/index.ts --format
|
|
31
|
+
"build": "tsdown src/index.ts --format esm --dts --sourcemap"
|
|
32
32
|
},
|
|
33
|
-
"main": "./dist/index.cjs",
|
|
34
33
|
"module": "./dist/index.mjs",
|
|
35
34
|
"types": "./dist/index.d.mts"
|
|
36
35
|
}
|