@pafi-dev/issuer 0.12.0 → 0.12.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
|
@@ -4720,7 +4720,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
4720
4720
|
};
|
|
4721
4721
|
|
|
4722
4722
|
// src/index.ts
|
|
4723
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.12.
|
|
4723
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.12.1" : "dev";
|
|
4724
4724
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4725
4725
|
0 && (module.exports = {
|
|
4726
4726
|
AdapterMisconfiguredError,
|
package/dist/index.js
CHANGED
|
@@ -4541,7 +4541,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
4541
4541
|
};
|
|
4542
4542
|
|
|
4543
4543
|
// src/index.ts
|
|
4544
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.12.
|
|
4544
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.12.1" : "dev";
|
|
4545
4545
|
export {
|
|
4546
4546
|
AdapterMisconfiguredError,
|
|
4547
4547
|
AuthError,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pafi-dev/issuer",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1",
|
|
4
4
|
"description": "Issuer backend API and services for the PAFI point token system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"jose": "^5.9.0",
|
|
56
|
-
"@pafi-dev/core": "0.9.
|
|
56
|
+
"@pafi-dev/core": "0.9.3"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@nestjs/common": "^10.0.0",
|