@nuucognition/flint-cli 0.5.6-dev.1 → 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.
@@ -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,8 +57,9 @@ import {
56
57
  toSnakeCase,
57
58
  writeFlintJson,
58
59
  writeFlintToml
59
- } from "./chunk-CBGQBE6C.js";
60
- import "./chunk-JSBRDJBE.js";
60
+ } from "./chunk-DSRNHRUX.js";
61
+ import "./chunk-YQMGDALR.js";
62
+ import "./chunk-4VNS5WPM.js";
61
63
  export {
62
64
  FLINT_CONFIG_FILENAME,
63
65
  FLINT_JSON_FILENAME,
@@ -109,6 +111,7 @@ export {
109
111
  removeSourceRepository,
110
112
  removeWorkspaceRepository,
111
113
  resolveShardMode,
114
+ setPlateDeclaration,
112
115
  setPlateRepo,
113
116
  stampSynced,
114
117
  stampVersion,
@@ -13,9 +13,10 @@ import {
13
13
  resolveSource,
14
14
  syncSourceMeshExportMetadata,
15
15
  syncSourceRepoMetadata
16
- } from "./chunk-M3NSYVYR.js";
17
- import "./chunk-CBGQBE6C.js";
18
- import "./chunk-JSBRDJBE.js";
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,
@@ -0,0 +1,43 @@
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-WW4R5MWW.js";
21
+ import "./chunk-DSRNHRUX.js";
22
+ import "./chunk-YQMGDALR.js";
23
+ import "./chunk-4VNS5WPM.js";
24
+ export {
25
+ buildPlate,
26
+ clearPlateDevUrl,
27
+ clonePlateFromRepo,
28
+ createPlate,
29
+ getPlate,
30
+ initPlateRepo,
31
+ installPlate,
32
+ installPlateDeps,
33
+ listPlateTools,
34
+ listPlates,
35
+ readPlateManifest,
36
+ runPlateTool,
37
+ setPlateDevUrl,
38
+ spawnPlateDevServer,
39
+ syncDeclaredPlates,
40
+ syncPlateRepos,
41
+ updatePlate,
42
+ updatePlateFromRepo
43
+ };
@@ -12,8 +12,8 @@ import {
12
12
  unregisterFlint,
13
13
  updateFlintEntry,
14
14
  upsertFlintEntry
15
- } from "./chunk-X6OG5PEE.js";
16
- import "./chunk-JSBRDJBE.js";
15
+ } from "./chunk-5P56DC5O.js";
16
+ import "./chunk-4VNS5WPM.js";
17
17
  export {
18
18
  cleanRegistryFile,
19
19
  findFlintByName,
@@ -2,7 +2,7 @@ import {
2
2
  exists,
3
3
  runConcurrent
4
4
  } from "./chunk-V7YA5RXL.js";
5
- import "./chunk-JSBRDJBE.js";
5
+ import "./chunk-4VNS5WPM.js";
6
6
  export {
7
7
  exists,
8
8
  runConcurrent
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@nuucognition/flint-cli",
3
- "version": "0.5.6-dev.1",
3
+ "version": "0.5.6-dev.11",
4
4
  "type": "module",
5
5
  "description": "Flint cognitive workspace CLI",
6
6
  "license": "PROPRIETARY",
7
7
  "bin": {
8
- "flint": "./bin/flint-prod.js",
9
- "flint-dev": "./bin/flint.js"
8
+ "flint": "./bin/flint-prod.js"
9
+ },
10
+ "publishConfig": {
11
+ "access": "public"
10
12
  },
11
13
  "files": [
12
14
  "bin/",
@@ -26,9 +28,6 @@
26
28
  "engines": {
27
29
  "node": ">=20"
28
30
  },
29
- "publishConfig": {
30
- "access": "public"
31
- },
32
31
  "devDependencies": {
33
32
  "@nuucognition/cli-core": "link:../../../main/packages/cli-core",
34
33
  "@types/node": "^20.19.9",
@@ -36,19 +35,23 @@
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
+ "@nuucognition/flint-migrations": "0.1.0",
39
40
  "@nuucognition/flint-server": "0.0.1",
40
41
  "@nuucognition/flint": "0.1.0",
41
- "@nuucognition/flint-migrations": "0.1.0",
42
+ "@nuucognition/flint-sdk": "0.0.1",
43
+ "@nuucognition/orbh-cli": "0.1.0-dev.1",
42
44
  "@nuucognition/typescript-config": "0.0.0",
43
- "@nuucognition/orbh": "0.0.1-dev.0",
44
- "@nuucognition/eslint-config": "0.0.0"
45
+ "@nuucognition/orbh": "0.0.1-dev.0"
45
46
  },
46
47
  "scripts": {
47
48
  "predev": "turbo build --filter=@nuucognition/flint-cli^...",
48
- "dev": "FLINT_MODE=dev tsx src/index.ts",
49
+ "dev": "tsx src/index.ts",
49
50
  "build": "tsup",
51
+ "build:dev": "tsup",
50
52
  "clean": "rm -rf dist",
51
53
  "typecheck": "tsc --noEmit",
52
- "lint": "eslint ."
54
+ "lint": "eslint .",
55
+ "test-pack": "../../scripts/test-pack.sh"
53
56
  }
54
57
  }