@riddledc/riddle-proof 0.8.85 → 0.8.87
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/advanced/index.d.cts +1 -1
- package/dist/advanced/index.d.ts +1 -1
- package/dist/advanced/proof-run-engine.d.cts +1 -1
- package/dist/advanced/proof-run-engine.d.ts +1 -1
- package/dist/change-proof.cjs +2 -9
- package/dist/change-proof.d.cts +1 -1
- package/dist/change-proof.d.ts +1 -1
- package/dist/change-proof.js +2 -2
- package/dist/{chunk-AFARUBE4.js → chunk-3W4NGKZ6.js} +11 -11
- package/dist/chunk-6S33FQL7.js +14 -0
- package/dist/{chunk-FW7CKARF.js → chunk-7W6ZJPHJ.js} +1 -1
- package/dist/{chunk-JZKLCY5G.js → chunk-BVYM4WJ5.js} +1 -1
- package/dist/chunk-GQOE5Q7C.js +32 -0
- package/dist/chunk-H5AALGSA.js +32 -0
- package/dist/{chunk-2K3DIK7A.js → chunk-KF6F2RMQ.js} +301 -3979
- package/dist/{chunk-O2AO726C.js → chunk-NR2XQXIC.js} +3 -3
- package/dist/cli/index.js +5 -5
- package/dist/cli.cjs +285 -3999
- package/dist/cli.js +5 -5
- package/dist/evidence-trust-root.cjs +54 -0
- package/dist/evidence-trust-root.d.cts +2 -0
- package/dist/evidence-trust-root.d.ts +2 -0
- package/dist/evidence-trust-root.js +31 -0
- package/dist/index.cjs +346 -3991
- package/dist/index.d.cts +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.js +80 -14
- package/dist/packet.cjs +54 -0
- package/dist/packet.d.cts +2 -0
- package/dist/packet.d.ts +2 -0
- package/dist/packet.js +31 -0
- package/dist/pr-comment.cjs +2 -9
- package/dist/pr-comment.d.cts +2 -2
- package/dist/pr-comment.d.ts +2 -2
- package/dist/pr-comment.js +3 -3
- package/dist/profile/index.cjs +277 -3991
- package/dist/profile/index.d.cts +2 -3
- package/dist/profile/index.d.ts +2 -3
- package/dist/profile/index.js +1 -1
- package/dist/profile-suggestions.cjs +2 -2
- package/dist/profile-suggestions.d.cts +1 -3
- package/dist/profile-suggestions.d.ts +1 -3
- package/dist/profile-suggestions.js +2 -2
- package/dist/profile.cjs +277 -3991
- package/dist/profile.d.cts +3 -550
- package/dist/profile.d.ts +3 -550
- package/dist/profile.js +1 -1
- package/dist/{proof-run-engine-DpChFR5H.d.cts → proof-run-engine-Baiv6l3A.d.cts} +3 -3
- package/dist/{proof-run-engine-BqRoA3Do.d.ts → proof-run-engine-MiKZt9oY.d.ts} +3 -3
- package/dist/proof-run-engine.d.cts +1 -1
- package/dist/proof-run-engine.d.ts +1 -1
- package/dist/receipts.d.cts +3 -0
- package/dist/receipts.d.ts +3 -0
- package/dist/rule-trust-root.cjs +36 -0
- package/dist/rule-trust-root.d.cts +2 -0
- package/dist/rule-trust-root.d.ts +2 -0
- package/dist/rule-trust-root.js +13 -0
- package/package.json +20 -5
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import {
|
|
2
|
+
RIDDLE_PROOF_PROFILE_STATUSES
|
|
3
|
+
} from "./chunk-KF6F2RMQ.js";
|
|
1
4
|
import {
|
|
2
5
|
createRiddleProofObservationReceipt,
|
|
3
6
|
parseRiddleProofObservationReceipt
|
|
4
7
|
} from "./chunk-OHDNCXRM.js";
|
|
5
|
-
import {
|
|
6
|
-
RIDDLE_PROOF_PROFILE_STATUSES
|
|
7
|
-
} from "./chunk-2K3DIK7A.js";
|
|
8
8
|
|
|
9
9
|
// src/change-proof.ts
|
|
10
10
|
var RIDDLE_PROOF_CHANGE_CONTRACT_VERSION = "riddle-proof.change-contract.v1";
|
package/dist/cli/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-3W4NGKZ6.js";
|
|
2
2
|
import "../chunk-KB7FYRBG.js";
|
|
3
|
+
import "../chunk-7W6ZJPHJ.js";
|
|
3
4
|
import "../chunk-JFQXAJH2.js";
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-BVYM4WJ5.js";
|
|
6
|
+
import "../chunk-NR2XQXIC.js";
|
|
7
|
+
import "../chunk-KF6F2RMQ.js";
|
|
7
8
|
import "../chunk-OHDNCXRM.js";
|
|
8
|
-
import "../chunk-2K3DIK7A.js";
|
|
9
9
|
import "../chunk-KXLEN4SA.js";
|
|
10
10
|
import "../chunk-BID7CKMM.js";
|
|
11
11
|
import "../chunk-EKZXU6MU.js";
|