@nuucognition/flint-cli 0.5.6-dev.10 → 0.5.6-dev.11
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-4LAWFN2H.js +6821 -0
- package/dist/{chunk-JSBRDJBE.js → chunk-4VNS5WPM.js} +13 -1
- package/dist/{chunk-JNIJ5JV6.js → chunk-5P56DC5O.js} +1 -1
- package/dist/chunk-DSRNHRUX.js +768 -0
- package/dist/{chunk-E35UCJ2H.js → chunk-EFW5J46R.js} +3 -3
- package/dist/{chunk-RD3WIRZN.js → chunk-FZW47K7J.js} +1 -1
- package/dist/chunk-SCBMBMSG.js +12 -0
- package/dist/{chunk-CMEX7263.js → chunk-WW4R5MWW.js} +1 -1
- package/dist/{chunk-4TNIFXOI.js → chunk-YFUMEQRR.js} +14 -12
- package/dist/{chunk-LLLVBA4Q.js → chunk-YQMGDALR.js} +1 -761
- package/dist/dist-33SYCV6R.js +28 -0
- package/dist/{dist-OOF7XLTD.js → dist-3ZZYLR45.js} +8 -7
- package/dist/{exports-OZQUMYQI-NXQCDWW6.js → exports-OZQUMYQI-RIZGDBFL.js} +4 -3
- package/dist/index.js +8004 -11340
- package/dist/marked-terminal-G6SMT3U3.js +58815 -0
- package/dist/marked.esm-T6BYMIDL.js +2158 -0
- package/dist/{mesh-config-NTGFUNZL-BZ2GO3JY.js → mesh-config-NTGFUNZL-T5YSX3S3.js} +3 -2
- package/dist/{metadata-FASTWX6A-ITKM6C62.js → metadata-FASTWX6A-MAAQ2YNF.js} +4 -3
- package/dist/{plates-4TK56CGM-DZB24SP6.js → plates-4TK56CGM-6ACY6ZX6.js} +4 -3
- package/dist/{registry-5CNUVQN3-PCQZRXLB.js → registry-5CNUVQN3-MXXC35UE.js} +2 -2
- package/dist/{utils-BBA2XQZO-ETTV2PHU.js → utils-BBA2XQZO-Q2LR5RQU.js} +1 -1
- package/package.json +7 -7
|
@@ -57,8 +57,9 @@ import {
|
|
|
57
57
|
toSnakeCase,
|
|
58
58
|
writeFlintJson,
|
|
59
59
|
writeFlintToml
|
|
60
|
-
} from "./chunk-
|
|
61
|
-
import "./chunk-
|
|
60
|
+
} from "./chunk-DSRNHRUX.js";
|
|
61
|
+
import "./chunk-YQMGDALR.js";
|
|
62
|
+
import "./chunk-4VNS5WPM.js";
|
|
62
63
|
export {
|
|
63
64
|
FLINT_CONFIG_FILENAME,
|
|
64
65
|
FLINT_JSON_FILENAME,
|
|
@@ -13,9 +13,10 @@ import {
|
|
|
13
13
|
resolveSource,
|
|
14
14
|
syncSourceMeshExportMetadata,
|
|
15
15
|
syncSourceRepoMetadata
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-FZW47K7J.js";
|
|
17
|
+
import "./chunk-DSRNHRUX.js";
|
|
18
|
+
import "./chunk-YQMGDALR.js";
|
|
19
|
+
import "./chunk-4VNS5WPM.js";
|
|
19
20
|
export {
|
|
20
21
|
ensureMetadataDirs,
|
|
21
22
|
generateSourceMeshExportMetadata,
|
|
@@ -17,9 +17,10 @@ import {
|
|
|
17
17
|
syncPlateRepos,
|
|
18
18
|
updatePlate,
|
|
19
19
|
updatePlateFromRepo
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-WW4R5MWW.js";
|
|
21
|
+
import "./chunk-DSRNHRUX.js";
|
|
22
|
+
import "./chunk-YQMGDALR.js";
|
|
23
|
+
import "./chunk-4VNS5WPM.js";
|
|
23
24
|
export {
|
|
24
25
|
buildPlate,
|
|
25
26
|
clearPlateDevUrl,
|
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.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flint cognitive workspace CLI",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"fastify": "^5.0.0",
|
|
24
24
|
"glob": "^10.5.0",
|
|
25
25
|
"picocolors": "^1.1.1",
|
|
26
|
-
"yaml": "^2.6.0"
|
|
27
|
-
"@nuucognition/orbh-cli": "0.1.0-dev.1"
|
|
26
|
+
"yaml": "^2.6.0"
|
|
28
27
|
},
|
|
29
28
|
"engines": {
|
|
30
29
|
"node": ">=20"
|
|
@@ -36,13 +35,14 @@
|
|
|
36
35
|
"tsup": "^8.3.5",
|
|
37
36
|
"tsx": "^4.19.2",
|
|
38
37
|
"typescript": "^5.9.2",
|
|
38
|
+
"@nuucognition/eslint-config": "0.0.0",
|
|
39
39
|
"@nuucognition/flint-migrations": "0.1.0",
|
|
40
|
-
"@nuucognition/typescript-config": "0.0.0",
|
|
41
|
-
"@nuucognition/flint-sdk": "0.0.1",
|
|
42
40
|
"@nuucognition/flint-server": "0.0.1",
|
|
43
41
|
"@nuucognition/flint": "0.1.0",
|
|
44
|
-
"@nuucognition/
|
|
45
|
-
"@nuucognition/
|
|
42
|
+
"@nuucognition/flint-sdk": "0.0.1",
|
|
43
|
+
"@nuucognition/orbh-cli": "0.1.0-dev.1",
|
|
44
|
+
"@nuucognition/typescript-config": "0.0.0",
|
|
45
|
+
"@nuucognition/orbh": "0.0.1-dev.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"predev": "turbo build --filter=@nuucognition/flint-cli^...",
|