@pafi-dev/issuer 0.27.1 → 0.27.2
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
|
@@ -5213,7 +5213,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
5213
5213
|
};
|
|
5214
5214
|
|
|
5215
5215
|
// src/index.ts
|
|
5216
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.27.
|
|
5216
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.27.2" : "dev";
|
|
5217
5217
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5218
5218
|
0 && (module.exports = {
|
|
5219
5219
|
AdapterMisconfiguredError,
|
package/dist/index.js
CHANGED
|
@@ -5028,7 +5028,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
5028
5028
|
};
|
|
5029
5029
|
|
|
5030
5030
|
// src/index.ts
|
|
5031
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.27.
|
|
5031
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.27.2" : "dev";
|
|
5032
5032
|
export {
|
|
5033
5033
|
AdapterMisconfiguredError,
|
|
5034
5034
|
AuthError,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pafi-dev/issuer",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.2",
|
|
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.23.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"@nestjs/common": "^10.0.0",
|