@pafi-dev/issuer 0.22.0 → 0.22.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
@@ -5067,7 +5067,7 @@ var MemoryRedemptionHistoryStore = class {
5067
5067
  };
5068
5068
 
5069
5069
  // src/index.ts
5070
- var PAFI_ISSUER_SDK_VERSION = true ? "0.22.0" : "dev";
5070
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.22.1" : "dev";
5071
5071
  // Annotate the CommonJS export names for ESM import in node:
5072
5072
  0 && (module.exports = {
5073
5073
  AdapterMisconfiguredError,
package/dist/index.js CHANGED
@@ -4882,7 +4882,7 @@ var MemoryRedemptionHistoryStore = class {
4882
4882
  };
4883
4883
 
4884
4884
  // src/index.ts
4885
- var PAFI_ISSUER_SDK_VERSION = true ? "0.22.0" : "dev";
4885
+ var PAFI_ISSUER_SDK_VERSION = true ? "0.22.1" : "dev";
4886
4886
  export {
4887
4887
  AdapterMisconfiguredError,
4888
4888
  AuthError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pafi-dev/issuer",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "Issuer backend API and services for the PAFI point token system",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,16 +60,9 @@
60
60
  "files": [
61
61
  "dist"
62
62
  ],
63
- "scripts": {
64
- "build": "tsup",
65
- "test": "vitest run --passWithNoTests",
66
- "test:watch": "vitest",
67
- "test:cov": "vitest run --coverage --passWithNoTests",
68
- "typecheck": "tsc --noEmit"
69
- },
70
63
  "dependencies": {
71
- "@pafi-dev/core": "workspace:*",
72
- "jose": "^5.9.0"
64
+ "jose": "^5.9.0",
65
+ "@pafi-dev/core": "0.19.0"
73
66
  },
74
67
  "peerDependencies": {
75
68
  "@nestjs/common": "^10.0.0",
@@ -88,5 +81,12 @@
88
81
  "viem": "^2.21.0",
89
82
  "vitest": "^2.0.0"
90
83
  },
91
- "license": "Apache-2.0"
92
- }
84
+ "license": "Apache-2.0",
85
+ "scripts": {
86
+ "build": "tsup",
87
+ "test": "vitest run --passWithNoTests",
88
+ "test:watch": "vitest",
89
+ "test:cov": "vitest run --coverage --passWithNoTests",
90
+ "typecheck": "tsc --noEmit"
91
+ }
92
+ }