@palbase/backend 39.1.7 → 40.0.1
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/bin/palbase-backend.cjs.map +1 -1
- package/dist/bin/palbase-backend.js +2 -2
- package/dist/{chunk-C525N4OW.js → chunk-AS2HDWVQ.js} +3 -2
- package/dist/{chunk-C525N4OW.js.map → chunk-AS2HDWVQ.js.map} +1 -1
- package/dist/{chunk-H7EKL6HC.js → chunk-RA7KFELX.js} +88 -2
- package/dist/chunk-RA7KFELX.js.map +1 -0
- package/dist/db/index.d.cts +1 -1
- package/dist/db/index.d.ts +1 -1
- package/dist/engine/index.cjs +2 -0
- package/dist/engine/index.cjs.map +1 -1
- package/dist/engine/index.d.cts +3 -3
- package/dist/engine/index.d.ts +3 -3
- package/dist/engine/index.js +4 -2
- package/dist/{index-fLaf0PN2.d.ts → index-B8zC9oV0.d.ts} +3 -3
- package/dist/{index-Db5QHdTa.d.cts → index-BAjRbjnq.d.cts} +3 -3
- package/dist/{index-QWN1Ncrv.d.ts → index-Ck2K1TgC.d.ts} +3 -3
- package/dist/{index-CCY1h_J2.d.cts → index-t7Ie44mM.d.cts} +3 -3
- package/dist/index.cjs +84 -59
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +20 -18
- package/dist/index.d.ts +20 -18
- package/dist/index.js +2 -61
- package/dist/index.js.map +1 -1
- package/dist/openapi/index.d.cts +2 -2
- package/dist/openapi/index.d.ts +2 -2
- package/dist/{registry-CH6HRR6T.d.cts → registry-C88au7ti.d.cts} +1 -1
- package/dist/{registry-C7tCRyPm.d.ts → registry-wwVUGunv.d.ts} +1 -1
- package/dist/stack.cjs.map +1 -1
- package/dist/stack.d.cts +21 -6
- package/dist/stack.d.ts +21 -6
- package/dist/test/index.cjs +19 -1
- package/dist/test/index.cjs.map +1 -1
- package/dist/test/index.d.cts +21 -2
- package/dist/test/index.d.ts +21 -2
- package/dist/test/index.js +18 -1
- package/dist/test/index.js.map +1 -1
- package/docs/README.md +6 -6
- package/docs/llms-full.txt +6 -6
- package/package.json +3 -6
- package/template/AGENTS.md +14 -14
- package/template/modules/notes/notes.e2e.test.ts +53 -0
- package/template/package.json +2 -2
- package/dist/chunk-H7EKL6HC.js.map +0 -1
- package/template/scripts/test.sh +0 -33
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
BootRefused,
|
|
4
4
|
createApp,
|
|
5
5
|
loadConfig
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-AS2HDWVQ.js";
|
|
7
|
+
import "../chunk-RA7KFELX.js";
|
|
8
8
|
import "../chunk-GHNC2UHS.js";
|
|
9
9
|
import "../chunk-XZWOMPD3.js";
|
|
10
10
|
import "../chunk-FFO36MQQ.js";
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
buildContainer,
|
|
6
6
|
buildRelations,
|
|
7
7
|
uniqueKeysOf
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-RA7KFELX.js";
|
|
9
9
|
import {
|
|
10
10
|
validateInsertManyOptions
|
|
11
11
|
} from "./chunk-GHNC2UHS.js";
|
|
@@ -5580,6 +5580,7 @@ export {
|
|
|
5580
5580
|
setCursorKey,
|
|
5581
5581
|
COMMAND_EXECUTOR_DDL,
|
|
5582
5582
|
installCommandExecutor,
|
|
5583
|
+
databaseAdmission,
|
|
5583
5584
|
quoteIdent,
|
|
5584
5585
|
createLazyTransaction,
|
|
5585
5586
|
createOps,
|
|
@@ -5593,4 +5594,4 @@ export {
|
|
|
5593
5594
|
installEgressFence,
|
|
5594
5595
|
createApp
|
|
5595
5596
|
};
|
|
5596
|
-
//# sourceMappingURL=chunk-
|
|
5597
|
+
//# sourceMappingURL=chunk-AS2HDWVQ.js.map
|