@promptowl/contextnest-community 1.17.0 → 1.18.0
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/README.md +6 -2
- package/dist/{chunk-UXJSO54R.js → chunk-34UXRZXD.js} +59 -14
- package/dist/chunk-F66VCBLA.js +136 -0
- package/dist/{chunk-SNFGU5Q7.js → chunk-FUUJG6XP.js} +597 -326
- package/dist/{chunk-4YGJSUJC.js → chunk-HGN45I5P.js} +29 -21
- package/dist/{chunk-JMJLNEXE.js → chunk-HYSTFMFG.js} +43 -2
- package/dist/chunk-OOBZG6BW.js +379 -0
- package/dist/{chunk-HWDPCPYT.js → chunk-QUZXRLUA.js} +1 -1
- package/dist/{chunk-YF4OFT2V.js → chunk-TQACHVVA.js} +35 -4
- package/dist/{chunk-SLTQACJW.js → chunk-YB3LKF7U.js} +3 -1
- package/dist/{client-OBS5HOTA.js → client-SW5I6ZBK.js} +2 -2
- package/dist/engine-34E3YNX7.js +14 -0
- package/dist/external-edit-service-6Q6SHEOF.js +33 -0
- package/dist/{grants-service-4NXPBYWD.js → grants-service-ME7HIVHU.js} +3 -3
- package/dist/index.js +496 -470
- package/dist/{keys-73STFJJB.js → keys-CTOGAG3W.js} +5 -1
- package/dist/{migrations.postgres-CYKO5CFV.js → migrations.postgres-5VI4RDTS.js} +41 -4
- package/dist/{review-service-3CCKDO5N.js → review-service-H2M5ACPQ.js} +7 -7
- package/dist/{stewardship-service-OHTTZFND.js → stewardship-service-U4CKL7Y5.js} +8 -4
- package/dist/{version-service-EFZGGL3Y.js → version-service-JWEN5UUW.js} +6 -4
- package/dist/web3/assets/index-DONv5_Ni.css +1 -0
- package/dist/web3/assets/index-jSGrnboh.js +1065 -0
- package/dist/web3/index.html +2 -2
- package/package.json +3 -3
- package/dist/chunk-XRK6SQSC.js +0 -58
- package/dist/web3/assets/index-D1299AIf.css +0 -1
- package/dist/web3/assets/index-W6tEA3RK.js +0 -1046
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import {
|
|
2
|
+
approveExternalEdit,
|
|
3
|
+
documentsWithSuggestions,
|
|
4
|
+
getExternalEditDetail,
|
|
5
|
+
getPendingChange,
|
|
6
|
+
listExternalEditVerdicts,
|
|
7
|
+
listNestExternalEdits,
|
|
8
|
+
loadLatestApprovedNode,
|
|
9
|
+
rejectExternalEdit,
|
|
10
|
+
scanDocumentForDrift,
|
|
11
|
+
scanNestForDrift,
|
|
12
|
+
startDriftScanner,
|
|
13
|
+
stopDriftScanner
|
|
14
|
+
} from "./chunk-OOBZG6BW.js";
|
|
15
|
+
import "./chunk-FUUJG6XP.js";
|
|
16
|
+
import "./chunk-GUNJTORH.js";
|
|
17
|
+
import "./chunk-HYSTFMFG.js";
|
|
18
|
+
import "./chunk-YB3LKF7U.js";
|
|
19
|
+
import "./chunk-FRQJWGN3.js";
|
|
20
|
+
export {
|
|
21
|
+
approveExternalEdit,
|
|
22
|
+
documentsWithSuggestions,
|
|
23
|
+
getExternalEditDetail,
|
|
24
|
+
getPendingChange,
|
|
25
|
+
listExternalEditVerdicts,
|
|
26
|
+
listNestExternalEdits,
|
|
27
|
+
loadLatestApprovedNode,
|
|
28
|
+
rejectExternalEdit,
|
|
29
|
+
scanDocumentForDrift,
|
|
30
|
+
scanNestForDrift,
|
|
31
|
+
startDriftScanner,
|
|
32
|
+
stopDriftScanner
|
|
33
|
+
};
|
|
@@ -6,10 +6,10 @@ import {
|
|
|
6
6
|
listGrants,
|
|
7
7
|
listUserGrants,
|
|
8
8
|
resolveNodeGrant
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QUZXRLUA.js";
|
|
10
10
|
import "./chunk-GUNJTORH.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-HYSTFMFG.js";
|
|
12
|
+
import "./chunk-YB3LKF7U.js";
|
|
13
13
|
export {
|
|
14
14
|
createGrant,
|
|
15
15
|
deleteGrant,
|