@pafi-dev/issuer 0.7.5 → 0.7.6

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/dist/index.cjs CHANGED
@@ -3661,7 +3661,7 @@ var IssuerStateValidator = class _IssuerStateValidator {
3661
3661
  };
3662
3662
 
3663
3663
  // src/index.ts
3664
- var PAFI_ISSUER_SDK_VERSION = true ? "0.7.5" : "dev";
3664
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.7.6" : "dev";
3665
3665
  // Annotate the CommonJS export names for ESM import in node:
3666
3666
  0 && (module.exports = {
3667
3667
  AdapterMisconfiguredError,
package/dist/index.js CHANGED
@@ -3642,7 +3642,7 @@ var IssuerStateValidator = class _IssuerStateValidator {
3642
3642
  };
3643
3643
 
3644
3644
  // src/index.ts
3645
- var PAFI_ISSUER_SDK_VERSION = true ? "0.7.5" : "dev";
3645
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.7.6" : "dev";
3646
3646
  export {
3647
3647
  AdapterMisconfiguredError,
3648
3648
  AuthError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pafi-dev/issuer",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Issuer backend API and services for the PAFI point token system",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "jose": "^5.9.0",
26
- "@pafi-dev/core": "0.7.3"
26
+ "@pafi-dev/core": "0.7.4"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "viem": "^2.0.0"