@gvnrdao/dh-lit-actions 0.0.15 → 0.0.17
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/out/authorization-dummy-b.hash +1 -1
- package/out/authorization-dummy-b.js +2 -1
- package/out/authorization-dummy.hash +1 -1
- package/out/authorization-dummy.js +2 -1
- package/out/pkp-validator-datil.hash +1 -1
- package/out/pkp-validator-datil.js +2 -1
- package/out/pkp-validator.hash +1 -1
- package/out/pkp-validator.js +25 -1
- package/out/ucd-mint-validator.hash +1 -1
- package/out/ucd-mint-validator.js +2 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6262c9467961c661d212b8c60806e499ed5e7d0fe8456e2455e536d40eb4c672
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
c732ef30e50a5013a6c1cbac6dc011d3638875237d21097e3aff722b323d174b
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a40f3406fd0adffcf65421a9cec2c8963f3ad3e7bcf35d76bf5a2f412a45502d
|
package/out/pkp-validator.hash
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ac5d1dbc1ae8b678f435ac568320887e69e662d93d5f92e11f69e3a322f2e1ef
|
package/out/pkp-validator.js
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
// LIT Actions runtime provides: Lit, ethers, fetch
|
|
2
|
+
var _LIT_ACTION_ = (() => {
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
2
21
|
// src/pkp-validator.ts
|
|
22
|
+
var pkp_validator_exports = {};
|
|
23
|
+
__export(pkp_validator_exports, {
|
|
24
|
+
runPkpValidator: () => runPkpValidator
|
|
25
|
+
});
|
|
3
26
|
var runPkpValidator = async () => {
|
|
4
27
|
const targetPkpTokenId = globalThis.targetPkpTokenId;
|
|
5
28
|
const expectedCid = globalThis.expectedCid;
|
|
@@ -383,4 +406,5 @@ ${failureReasons.map((r) => ` - ${r}`).join("\n")}`;
|
|
|
383
406
|
}
|
|
384
407
|
};
|
|
385
408
|
runPkpValidator();
|
|
409
|
+
return __toCommonJS(pkp_validator_exports);
|
|
386
410
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
84a8466303485ebb09b869fbccc67837b02c24ddefad363f0e0bb56d1a33b388
|