@pafi-dev/issuer 0.12.6 → 0.12.7
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
|
@@ -4739,7 +4739,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
4739
4739
|
};
|
|
4740
4740
|
|
|
4741
4741
|
// src/index.ts
|
|
4742
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.12.
|
|
4742
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.12.7" : "dev";
|
|
4743
4743
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4744
4744
|
0 && (module.exports = {
|
|
4745
4745
|
AdapterMisconfiguredError,
|
package/dist/index.js
CHANGED
|
@@ -4561,7 +4561,7 @@ var MemoryRedemptionHistoryStore = class {
|
|
|
4561
4561
|
};
|
|
4562
4562
|
|
|
4563
4563
|
// src/index.ts
|
|
4564
|
-
var PAFI_ISSUER_SDK_VERSION = true ? "0.12.
|
|
4564
|
+
var PAFI_ISSUER_SDK_VERSION = true ? "0.12.7" : "dev";
|
|
4565
4565
|
export {
|
|
4566
4566
|
AdapterMisconfiguredError,
|
|
4567
4567
|
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.7",
|
|
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.6"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@nestjs/common": "^10.0.0",
|