@nuucognition/flint-cli 0.5.6-dev.3 → 0.5.6-dev.5
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/{chunk-WMXC6KO6.js → chunk-BF3SKNVR.js} +448 -948
- package/dist/{chunk-6MPRSFXI.js → chunk-IUKEMLPH.js} +4 -4
- package/dist/chunk-JCALNZ4D.js +936 -0
- package/dist/{chunk-X6OG5PEE.js → chunk-JNIJ5JV6.js} +2 -2
- package/dist/{chunk-CBGQBE6C.js → chunk-LLLVBA4Q.js} +17 -3
- package/dist/{chunk-M3NSYVYR.js → chunk-RD3WIRZN.js} +2 -2
- package/dist/{dist-EAYA2DAP.js → dist-MNBUCH3R.js} +34 -20
- package/dist/{exports-FO5IMLM7-4DUGQDXH.js → exports-VR7XB6MC-5N77WY3S.js} +2 -2
- package/dist/index.js +2545 -1605
- package/dist/{mesh-config-BAIYF4KD-Q3ZCQOCZ.js → mesh-config-NTGFUNZL-BZ2GO3JY.js} +3 -1
- package/dist/{metadata-SJT4H53O-LEFHYM5Q.js → metadata-FASTWX6A-ITKM6C62.js} +2 -2
- package/dist/plates-UD55BGK4-HV7L7MQX.js +42 -0
- package/dist/{registry-YN5W7EY7-J52KXGG5.js → registry-5CNUVQN3-PCQZRXLB.js} +1 -1
- package/package.json +6 -4
|
@@ -49,6 +49,7 @@ import {
|
|
|
49
49
|
removeSourceRepository,
|
|
50
50
|
removeWorkspaceRepository,
|
|
51
51
|
resolveShardMode,
|
|
52
|
+
setPlateDeclaration,
|
|
52
53
|
setPlateRepo,
|
|
53
54
|
stampSynced,
|
|
54
55
|
stampVersion,
|
|
@@ -56,7 +57,7 @@ import {
|
|
|
56
57
|
toSnakeCase,
|
|
57
58
|
writeFlintJson,
|
|
58
59
|
writeFlintToml
|
|
59
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-LLLVBA4Q.js";
|
|
60
61
|
import "./chunk-JSBRDJBE.js";
|
|
61
62
|
export {
|
|
62
63
|
FLINT_CONFIG_FILENAME,
|
|
@@ -109,6 +110,7 @@ export {
|
|
|
109
110
|
removeSourceRepository,
|
|
110
111
|
removeWorkspaceRepository,
|
|
111
112
|
resolveShardMode,
|
|
113
|
+
setPlateDeclaration,
|
|
112
114
|
setPlateRepo,
|
|
113
115
|
stampSynced,
|
|
114
116
|
stampVersion,
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
resolveSource,
|
|
14
14
|
syncSourceMeshExportMetadata,
|
|
15
15
|
syncSourceRepoMetadata
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-RD3WIRZN.js";
|
|
17
|
+
import "./chunk-LLLVBA4Q.js";
|
|
18
18
|
import "./chunk-JSBRDJBE.js";
|
|
19
19
|
export {
|
|
20
20
|
ensureMetadataDirs,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import {
|
|
2
|
+
buildPlate,
|
|
3
|
+
clearPlateDevUrl,
|
|
4
|
+
clonePlateFromRepo,
|
|
5
|
+
createPlate,
|
|
6
|
+
getPlate,
|
|
7
|
+
initPlateRepo,
|
|
8
|
+
installPlate,
|
|
9
|
+
installPlateDeps,
|
|
10
|
+
listPlateTools,
|
|
11
|
+
listPlates,
|
|
12
|
+
readPlateManifest,
|
|
13
|
+
runPlateTool,
|
|
14
|
+
setPlateDevUrl,
|
|
15
|
+
spawnPlateDevServer,
|
|
16
|
+
syncDeclaredPlates,
|
|
17
|
+
syncPlateRepos,
|
|
18
|
+
updatePlate,
|
|
19
|
+
updatePlateFromRepo
|
|
20
|
+
} from "./chunk-JCALNZ4D.js";
|
|
21
|
+
import "./chunk-LLLVBA4Q.js";
|
|
22
|
+
import "./chunk-JSBRDJBE.js";
|
|
23
|
+
export {
|
|
24
|
+
buildPlate,
|
|
25
|
+
clearPlateDevUrl,
|
|
26
|
+
clonePlateFromRepo,
|
|
27
|
+
createPlate,
|
|
28
|
+
getPlate,
|
|
29
|
+
initPlateRepo,
|
|
30
|
+
installPlate,
|
|
31
|
+
installPlateDeps,
|
|
32
|
+
listPlateTools,
|
|
33
|
+
listPlates,
|
|
34
|
+
readPlateManifest,
|
|
35
|
+
runPlateTool,
|
|
36
|
+
setPlateDevUrl,
|
|
37
|
+
spawnPlateDevServer,
|
|
38
|
+
syncDeclaredPlates,
|
|
39
|
+
syncPlateRepos,
|
|
40
|
+
updatePlate,
|
|
41
|
+
updatePlateFromRepo
|
|
42
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuucognition/flint-cli",
|
|
3
|
-
"version": "0.5.6-dev.
|
|
3
|
+
"version": "0.5.6-dev.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flint cognitive workspace CLI",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -36,12 +36,14 @@
|
|
|
36
36
|
"tsup": "^8.3.5",
|
|
37
37
|
"tsx": "^4.19.2",
|
|
38
38
|
"typescript": "^5.9.2",
|
|
39
|
-
"@nuucognition/flint": "0.1.0",
|
|
40
39
|
"@nuucognition/flint-server": "0.0.1",
|
|
40
|
+
"@nuucognition/flint-migrations": "0.1.0",
|
|
41
|
+
"@nuucognition/flint": "0.1.0",
|
|
41
42
|
"@nuucognition/orbh": "0.0.1-dev.0",
|
|
42
|
-
"@nuucognition/eslint-config": "0.0.0",
|
|
43
43
|
"@nuucognition/typescript-config": "0.0.0",
|
|
44
|
-
"@nuucognition/flint-
|
|
44
|
+
"@nuucognition/flint-sdk": "0.0.1",
|
|
45
|
+
"@nuucognition/orbh-cli": "0.1.0",
|
|
46
|
+
"@nuucognition/eslint-config": "0.0.0"
|
|
45
47
|
},
|
|
46
48
|
"scripts": {
|
|
47
49
|
"predev": "turbo build --filter=@nuucognition/flint-cli^...",
|