@pafi-dev/issuer 0.16.0 → 0.19.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.
package/dist/index.cjs CHANGED
@@ -4698,7 +4698,7 @@ var MemoryRedemptionHistoryStore = class {
4698
4698
  };
4699
4699
 
4700
4700
  // src/index.ts
4701
- var PAFI_ISSUER_SDK_VERSION = true ? "0.16.0" : "dev";
4701
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.19.0" : "dev";
4702
4702
  // Annotate the CommonJS export names for ESM import in node:
4703
4703
  0 && (module.exports = {
4704
4704
  AdapterMisconfiguredError,
package/dist/index.js CHANGED
@@ -4517,7 +4517,7 @@ var MemoryRedemptionHistoryStore = class {
4517
4517
  };
4518
4518
 
4519
4519
  // src/index.ts
4520
- var PAFI_ISSUER_SDK_VERSION = true ? "0.16.0" : "dev";
4520
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.19.0" : "dev";
4521
4521
  export {
4522
4522
  AdapterMisconfiguredError,
4523
4523
  AuthError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pafi-dev/issuer",
3
- "version": "0.16.0",
3
+ "version": "0.19.0",
4
4
  "description": "Issuer backend API and services for the PAFI point token system",
5
5
  "repository": {
6
6
  "type": "git",