@nuucognition/flint-cli 0.5.6-dev.10 → 0.5.6-dev.12
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-4TNIFXOI.js → chunk-7DEX5KHE.js} +13 -11
- package/dist/{chunk-JNIJ5JV6.js → chunk-B34UK5XB.js} +1 -1
- package/dist/chunk-DSRNHRUX.js +768 -0
- package/dist/{chunk-RD3WIRZN.js → chunk-FZW47K7J.js} +1 -1
- package/dist/{chunk-E35UCJ2H.js → chunk-L4KLEFD2.js} +3 -3
- package/dist/{chunk-CMEX7263.js → chunk-WW4R5MWW.js} +1 -1
- package/dist/{chunk-LLLVBA4Q.js → chunk-YQMGDALR.js} +1 -761
- package/dist/dist-3TXE7KXZ.js +28 -0
- package/dist/{dist-OOF7XLTD.js → dist-5W3QBZ4M.js} +7 -6
- package/dist/{exports-OZQUMYQI-NXQCDWW6.js → exports-OZQUMYQI-KOXXNN5F.js} +3 -2
- package/dist/index.js +7996 -11326
- package/dist/{mesh-config-NTGFUNZL-BZ2GO3JY.js → mesh-config-NTGFUNZL-XKKM5IWL.js} +2 -1
- package/dist/{metadata-FASTWX6A-ITKM6C62.js → metadata-FASTWX6A-63OJRUYV.js} +3 -2
- package/dist/{plates-4TK56CGM-DZB24SP6.js → plates-4TK56CGM-6HGJJ7O6.js} +3 -2
- package/dist/{registry-5CNUVQN3-PCQZRXLB.js → registry-5CNUVQN3-6IS5EKN3.js} +1 -1
- package/package.json +10 -8
|
@@ -13,8 +13,9 @@ import {
|
|
|
13
13
|
resolveSource,
|
|
14
14
|
syncSourceMeshExportMetadata,
|
|
15
15
|
syncSourceRepoMetadata
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-FZW47K7J.js";
|
|
17
|
+
import "./chunk-DSRNHRUX.js";
|
|
18
|
+
import "./chunk-YQMGDALR.js";
|
|
18
19
|
import "./chunk-JSBRDJBE.js";
|
|
19
20
|
export {
|
|
20
21
|
ensureMetadataDirs,
|
|
@@ -17,8 +17,9 @@ import {
|
|
|
17
17
|
syncPlateRepos,
|
|
18
18
|
updatePlate,
|
|
19
19
|
updatePlateFromRepo
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-WW4R5MWW.js";
|
|
21
|
+
import "./chunk-DSRNHRUX.js";
|
|
22
|
+
import "./chunk-YQMGDALR.js";
|
|
22
23
|
import "./chunk-JSBRDJBE.js";
|
|
23
24
|
export {
|
|
24
25
|
buildPlate,
|
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.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flint cognitive workspace CLI",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -22,9 +22,10 @@
|
|
|
22
22
|
"commander": "^12.1.0",
|
|
23
23
|
"fastify": "^5.0.0",
|
|
24
24
|
"glob": "^10.5.0",
|
|
25
|
+
"marked": "^15.0.12",
|
|
26
|
+
"marked-terminal": "^7.3.0",
|
|
25
27
|
"picocolors": "^1.1.1",
|
|
26
|
-
"yaml": "^2.6.0"
|
|
27
|
-
"@nuucognition/orbh-cli": "0.1.0-dev.1"
|
|
28
|
+
"yaml": "^2.6.0"
|
|
28
29
|
},
|
|
29
30
|
"engines": {
|
|
30
31
|
"node": ">=20"
|
|
@@ -36,13 +37,14 @@
|
|
|
36
37
|
"tsup": "^8.3.5",
|
|
37
38
|
"tsx": "^4.19.2",
|
|
38
39
|
"typescript": "^5.9.2",
|
|
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",
|
|
41
|
+
"@nuucognition/flint-sdk": "0.0.1",
|
|
42
|
+
"@nuucognition/eslint-config": "0.0.0",
|
|
43
43
|
"@nuucognition/flint": "0.1.0",
|
|
44
|
-
"@nuucognition/
|
|
45
|
-
"@nuucognition/
|
|
44
|
+
"@nuucognition/flint-migrations": "0.1.0",
|
|
45
|
+
"@nuucognition/orbh-cli": "0.1.0-dev.1",
|
|
46
|
+
"@nuucognition/typescript-config": "0.0.0",
|
|
47
|
+
"@nuucognition/orbh": "0.0.1-dev.0"
|
|
46
48
|
},
|
|
47
49
|
"scripts": {
|
|
48
50
|
"predev": "turbo build --filter=@nuucognition/flint-cli^...",
|