@openid4vc/oauth2 0.3.0-alpha-20250328112257 → 0.3.0-alpha-20250328114541

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  HashAlgorithm: () => HashAlgorithm,
34
34
  InvalidFetchResponseError: () => import_utils46.InvalidFetchResponseError,
35
35
  Oauth2AuthorizationServer: () => Oauth2AuthorizationServer,
@@ -84,7 +84,7 @@ __export(src_exports, {
84
84
  zPreAuthorizedCodeGrantIdentifier: () => zPreAuthorizedCodeGrantIdentifier,
85
85
  zRefreshTokenGrantIdentifier: () => zRefreshTokenGrantIdentifier
86
86
  });
87
- module.exports = __toCommonJS(src_exports);
87
+ module.exports = __toCommonJS(index_exports);
88
88
  var import_utils45 = require("@openid4vc/utils");
89
89
 
90
90
  // src/common/z-oauth2-error.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openid4vc/oauth2",
3
- "version": "0.3.0-alpha-20250328112257",
3
+ "version": "0.3.0-alpha-20250328114541",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -20,11 +20,11 @@
20
20
  "directory": "packages/oauth2"
21
21
  },
22
22
  "dependencies": {
23
- "zod": "^3.24.1",
24
- "@openid4vc/utils": "0.3.0-alpha-20250328112257"
23
+ "zod": "^3.24.2",
24
+ "@openid4vc/utils": "0.3.0-alpha-20250328114541"
25
25
  },
26
26
  "devDependencies": {
27
- "jose": "^5.9.6"
27
+ "jose": "^6.0.10"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap"