@pafi-dev/issuer 0.25.0 → 0.26.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -5206,7 +5206,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
5206
5206
|
};
|
|
5207
5207
|
|
|
5208
5208
|
// src/index.ts
|
|
5209
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.
|
|
5209
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.26.0" : "dev";
|
|
5210
5210
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5211
5211
|
0 && (module.exports = {
|
|
5212
5212
|
AdapterMisconfiguredError,
|
package/dist/index.js
CHANGED
|
@@ -5021,7 +5021,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
5021
5021
|
};
|
|
5022
5022
|
|
|
5023
5023
|
// src/index.ts
|
|
5024
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.
|
|
5024
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.26.0" : "dev";
|
|
5025
5025
|
export {
|
|
5026
5026
|
AdapterMisconfiguredError,
|
|
5027
5027
|
AuthError,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pafi-dev/issuer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"description": "Issuer backend API and services for the PAFI point token system",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"jose": "^5.9.0",
|
|
65
|
-
"@pafi-dev/core": "0.
|
|
65
|
+
"@pafi-dev/core": "0.22.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"@nestjs/common": "^10.0.0",
|