@datapos/datapos-development 0.3.435 → 0.3.436
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.
|
@@ -492,7 +492,7 @@ const Ht = {
|
|
|
492
492
|
"createObject",
|
|
493
493
|
"describeConnection",
|
|
494
494
|
"dropObject",
|
|
495
|
-
"
|
|
495
|
+
"findObjectFolderPath",
|
|
496
496
|
"getReadableStream",
|
|
497
497
|
"getRecord",
|
|
498
498
|
"listNodes",
|
|
@@ -5744,7 +5744,7 @@ async function gi(e, t) {
|
|
|
5744
5744
|
}
|
|
5745
5745
|
await a("dist");
|
|
5746
5746
|
}
|
|
5747
|
-
const ea = /* @__PURE__ */ new Set(["createObject", "dropObject", "removeRecords", "upsertRecords"]), ta = /* @__PURE__ */ new Set(["
|
|
5747
|
+
const ea = /* @__PURE__ */ new Set(["createObject", "dropObject", "removeRecords", "upsertRecords"]), ta = /* @__PURE__ */ new Set(["findObjectFolderPath", "getReadableStream", "getRecord", "listNodes", "previewObject", "retrieveChunks", "retrieveRecords"]);
|
|
5748
5748
|
async function Ta() {
|
|
5749
5749
|
try {
|
|
5750
5750
|
we("Build Project"), await ge("1️⃣ Bundle project", "vite", ["build"]), Ne("Project built.");
|