@holo-js/cli 0.2.5 → 0.3.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/dist/{agent-skills-MSEMQUXT.mjs → agent-skills-CHAXS2YN.mjs} +13 -6
- package/dist/bin/holo.mjs +436 -109
- package/dist/{broadcast-5MJ3GJK7.mjs → broadcast-5VZM5SGQ.mjs} +13 -10
- package/dist/{broadcast-MRJGFCFH.mjs → broadcast-AABT52BK.mjs} +13 -10
- package/dist/cache-A42JSVYA.mjs +138 -0
- package/dist/cache-DUVBBOZU.mjs +138 -0
- package/dist/{cache-migrations-CPYQC7T6.mjs → cache-migrations-4WKSEN2Q.mjs} +12 -10
- package/dist/{cache-migrations-APDFSFEX.mjs → cache-migrations-PD2T5AV4.mjs} +14 -12
- package/dist/chunk-3RFRE7XG.mjs +491 -0
- package/dist/{chunk-PT72AMV7.mjs → chunk-6BHJLCAO.mjs} +256 -392
- package/dist/{chunk-KS5TWO75.mjs → chunk-EQUFFLRG.mjs} +7 -7
- package/dist/chunk-HX6MOYBO.mjs +2 -0
- package/dist/{chunk-YEFJBN56.mjs → chunk-JVLZ3SOW.mjs} +11 -8
- package/dist/{chunk-UPXQONEH.mjs → chunk-KRADH7PK.mjs} +55 -51
- package/dist/chunk-LALDNNPH.mjs +428 -0
- package/dist/chunk-LHK5YUR4.mjs +156 -0
- package/dist/{chunk-LBJAJLKU.mjs → chunk-M3IPUCTM.mjs} +1 -1
- package/dist/{chunk-TWITVSFZ.mjs → chunk-OI54DOHK.mjs} +256 -392
- package/dist/{chunk-LXGQCG56.mjs → chunk-OLZEMIDQ.mjs} +1 -1
- package/dist/{chunk-VP2E62DF.mjs → chunk-QSVMXMTQ.mjs} +49 -349
- package/dist/{chunk-J76GH2DR.mjs → chunk-R4ZYMEDU.mjs} +129 -86
- package/dist/{chunk-XDRCZ3Z5.mjs → chunk-TH5YCOZB.mjs} +57 -53
- package/dist/chunk-TRYHX5S4.mjs +360 -0
- package/dist/chunk-XBOVM6LO.mjs +41 -0
- package/dist/{chunk-ILU426CF.mjs → chunk-YACY2572.mjs} +482 -2
- package/dist/{config-MD27U4FM.mjs → config-BZHQK532.mjs} +3 -3
- package/dist/{dev-CT4DRTLN.mjs → dev-7KGRV56X.mjs} +10 -8
- package/dist/{dev-QDLR6C7K.mjs → dev-GQT37XJU.mjs} +10 -8
- package/dist/{discovery-GWTBF5RZ.mjs → discovery-HNH3BLDL.mjs} +8 -6
- package/dist/{generators-PUN5TFP5.mjs → generators-3FVW4AEJ.mjs} +18 -15
- package/dist/{generators-WQHI7DBW.mjs → generators-JWVNGUUE.mjs} +14 -11
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +434 -107
- package/dist/{media-migrations-D3CDNMPT.mjs → media-migrations-EG34NYAG.mjs} +13 -11
- package/dist/{media-migrations-IWCSCKSA.mjs → media-migrations-LGI7R7AR.mjs} +11 -9
- package/dist/plugins-ZGLB6JO6.mjs +24 -0
- package/dist/{queue-O3OSLGOV.mjs → queue-BEZDCZCY.mjs} +54 -16
- package/dist/{queue-GRB2IH5M.mjs → queue-R54DUUYA.mjs} +54 -16
- package/dist/{queue-migrations-7T42S4FX.mjs → queue-migrations-AM3AKT76.mjs} +16 -11
- package/dist/{queue-migrations-HFZB64OG.mjs → queue-migrations-U477YSFD.mjs} +18 -13
- package/dist/{runtime-TTRP2DGL.mjs → runtime-4TJYZLQV.mjs} +10 -8
- package/dist/{runtime-M3G5OKQV.mjs → runtime-MSRQD5W5.mjs} +10 -8
- package/dist/{runtime-GSXF4NB3.mjs → runtime-VR5BDPYQ.mjs} +1 -1
- package/dist/runtime-worker.mjs +7 -1
- package/dist/{scaffold-5BOVJYF3.mjs → scaffold-ASEX5LEX.mjs} +8 -4
- package/dist/{scaffold-NY3MWUZF.mjs → scaffold-ZAD3XUSD.mjs} +8 -4
- package/dist/{security-ST6ED7EK.mjs → security-4QLV7QCH.mjs} +8 -6
- package/dist/{security-H7AGDFBX.mjs → security-KYTLP4DF.mjs} +8 -6
- package/package.json +35 -8
- package/dist/cache-KVRYC7FB.mjs +0 -66
- package/dist/cache-WWE4Q4YE.mjs +0 -66
- package/dist/chunk-D7O4SU6N.mjs +0 -2
- package/dist/chunk-FGQ2I2YH.mjs +0 -22
|
@@ -3,30 +3,29 @@ import {
|
|
|
3
3
|
} from "./chunk-VRGB6DIS.mjs";
|
|
4
4
|
import {
|
|
5
5
|
runProjectPrepare
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-KRADH7PK.mjs";
|
|
7
|
+
import "./chunk-LHK5YUR4.mjs";
|
|
8
8
|
import {
|
|
9
9
|
hasRegisteredCreateTableMigration,
|
|
10
10
|
hasRegisteredMigrationSlug,
|
|
11
11
|
nextMigrationTemplate
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-OLZEMIDQ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
ensureAbsent,
|
|
15
15
|
fileExists
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-M3IPUCTM.mjs";
|
|
17
17
|
import {
|
|
18
18
|
writeLine
|
|
19
19
|
} from "./chunk-I7QBCEV7.mjs";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-HX6MOYBO.mjs";
|
|
21
21
|
import {
|
|
22
|
-
collectFiles,
|
|
23
22
|
prepareProjectDiscovery
|
|
24
|
-
} from "./chunk-
|
|
25
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-QSVMXMTQ.mjs";
|
|
24
|
+
import "./chunk-OI54DOHK.mjs";
|
|
26
25
|
import {
|
|
27
26
|
ensureGeneratedSchemaPlaceholder,
|
|
28
27
|
ensureProjectConfig
|
|
29
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-JVLZ3SOW.mjs";
|
|
30
29
|
import {
|
|
31
30
|
ensureSuffix,
|
|
32
31
|
loadGeneratedProjectRegistry,
|
|
@@ -48,12 +47,16 @@ import {
|
|
|
48
47
|
toKebabCase,
|
|
49
48
|
toPascalCase,
|
|
50
49
|
toSnakeCase
|
|
51
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-R4ZYMEDU.mjs";
|
|
51
|
+
import "./chunk-3RFRE7XG.mjs";
|
|
52
|
+
import {
|
|
53
|
+
collectFiles
|
|
54
|
+
} from "./chunk-TRYHX5S4.mjs";
|
|
52
55
|
import {
|
|
53
56
|
makeProjectRelativePath,
|
|
54
57
|
resolveDefaultArtifactPath,
|
|
55
58
|
writeTextFile
|
|
56
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-YACY2572.mjs";
|
|
57
60
|
|
|
58
61
|
// src/generators.ts
|
|
59
62
|
import { createHash } from "crypto";
|
package/dist/index.d.ts
CHANGED