@nuucognition/flint-cli 0.5.6-dev.4 → 0.5.6-dev.6

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.
@@ -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-CBGQBE6C.js";
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-M3NSYVYR.js";
17
- import "./chunk-CBGQBE6C.js";
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-EQTCR2NT.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
+ };
@@ -12,7 +12,7 @@ import {
12
12
  unregisterFlint,
13
13
  updateFlintEntry,
14
14
  upsertFlintEntry
15
- } from "./chunk-X6OG5PEE.js";
15
+ } from "./chunk-JNIJ5JV6.js";
16
16
  import "./chunk-JSBRDJBE.js";
17
17
  export {
18
18
  cleanRegistryFile,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuucognition/flint-cli",
3
- "version": "0.5.6-dev.4",
3
+ "version": "0.5.6-dev.6",
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/eslint-config": "0.0.0",
39
+ "@nuucognition/flint-sdk": "0.0.1",
40
+ "@nuucognition/flint-server": "0.0.1",
40
41
  "@nuucognition/flint": "0.1.0",
41
42
  "@nuucognition/flint-migrations": "0.1.0",
43
+ "@nuucognition/eslint-config": "0.0.0",
42
44
  "@nuucognition/orbh": "0.0.1-dev.0",
43
- "@nuucognition/typescript-config": "0.0.0",
44
- "@nuucognition/flint-server": "0.0.1"
45
+ "@nuucognition/orbh-cli": "0.1.0",
46
+ "@nuucognition/typescript-config": "0.0.0"
45
47
  },
46
48
  "scripts": {
47
49
  "predev": "turbo build --filter=@nuucognition/flint-cli^...",