@pafi-dev/issuer 0.41.0 → 0.41.1

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
@@ -5013,7 +5013,7 @@ var MemoryRedemptionHistoryStore = class {
5013
5013
  };
5014
5014
 
5015
5015
  // src/index.ts
5016
- var PAFI_ISSUER_SDK_VERSION = true ? "0.41.0" : "dev";
5016
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.41.1" : "dev";
5017
5017
  // Annotate the CommonJS export names for ESM import in node:
5018
5018
  0 && (module.exports = {
5019
5019
  AdapterMisconfiguredError,
package/dist/index.js CHANGED
@@ -4754,7 +4754,7 @@ var MemoryRedemptionHistoryStore = class {
4754
4754
  };
4755
4755
 
4756
4756
  // src/index.ts
4757
- var PAFI_ISSUER_SDK_VERSION = true ? "0.41.0" : "dev";
4757
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.41.1" : "dev";
4758
4758
  export {
4759
4759
  AdapterMisconfiguredError,
4760
4760
  AuthError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pafi-dev/issuer",
3
- "version": "0.41.0",
3
+ "version": "0.41.1",
4
4
  "description": "Issuer backend API and services for the PAFI point token system",
5
5
  "repository": {
6
6
  "type": "git",
@@ -101,7 +101,7 @@
101
101
  ],
102
102
  "dependencies": {
103
103
  "jose": "^5.9.0",
104
- "@pafi-dev/core": "0.25.1"
104
+ "@pafi-dev/core": "0.25.2"
105
105
  },
106
106
  "peerDependencies": {
107
107
  "@nestjs/common": "^10.0.0",