@nuucognition/flint-cli 0.5.0-alpha.1 → 0.5.2

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.
@@ -56,7 +56,7 @@ import {
56
56
  toSnakeCase,
57
57
  writeFlintJson,
58
58
  writeFlintToml
59
- } from "./chunk-XCVQLFHY.js";
59
+ } from "./chunk-CBGQBE6C.js";
60
60
  export {
61
61
  FLINT_CONFIG_FILENAME,
62
62
  FLINT_JSON_FILENAME,
@@ -13,8 +13,8 @@ import {
13
13
  resolveSource,
14
14
  syncSourceMeshExportMetadata,
15
15
  syncSourceRepoMetadata
16
- } from "./chunk-PONDZIXS.js";
17
- import "./chunk-XCVQLFHY.js";
16
+ } from "./chunk-M3NSYVYR.js";
17
+ import "./chunk-CBGQBE6C.js";
18
18
  export {
19
19
  ensureMetadataDirs,
20
20
  generateSourceMeshExportMetadata,
@@ -12,7 +12,7 @@ import {
12
12
  unregisterFlint,
13
13
  updateFlintEntry,
14
14
  upsertFlintEntry
15
- } from "./chunk-O7OVKLLV.js";
15
+ } from "./chunk-C66KJDI7.js";
16
16
  export {
17
17
  cleanRegistryFile,
18
18
  findFlintByName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuucognition/flint-cli",
3
- "version": "0.5.0-alpha.1",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
5
  "description": "Flint cognitive workspace CLI",
6
6
  "license": "PROPRIETARY",
@@ -13,31 +13,38 @@
13
13
  "dist/"
14
14
  ],
15
15
  "dependencies": {
16
- "@nuucognition/cli-core": "0.0.1-beta.5",
17
16
  "cfonts": "^3.3.1",
18
17
  "commander": "^12.1.0",
19
18
  "glob": "^10.5.0",
20
19
  "picocolors": "^1.1.1",
21
20
  "yaml": "^2.6.0"
22
21
  },
22
+ "engines": {
23
+ "node": ">=20"
24
+ },
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
23
28
  "devDependencies": {
29
+ "@nuucognition/cli-core": "link:../../../main/packages/cli-core",
24
30
  "@types/node": "^20.19.9",
25
31
  "eslint": "^9.32.0",
26
32
  "tsup": "^8.3.5",
27
33
  "tsx": "^4.19.2",
28
34
  "typescript": "^5.9.2",
29
- "@nuucognition/eslint-config": "0.0.0",
30
35
  "@nuucognition/flint-server": "0.0.1",
36
+ "@nuucognition/eslint-config": "0.0.0",
37
+ "@nuucognition/flint-migrations": "0.1.0",
31
38
  "@nuucognition/flint": "0.1.0",
32
39
  "@nuucognition/flint-runtime": "0.0.1",
33
- "@nuucognition/flint-migrations": "0.1.0",
34
40
  "@nuucognition/orbh": "0.1.0",
35
41
  "@nuucognition/typescript-config": "0.0.0"
36
42
  },
37
43
  "scripts": {
38
- "predev": "pnpm --dir ../../packages/orbh build && pnpm --dir ../../packages/flint build && pnpm --dir ../../packages/flint-migrations build && pnpm --dir ../../packages/flint-runtime build && pnpm --dir ../../packages/flint-server build",
44
+ "predev": "turbo build --filter=@nuucognition/flint-cli^...",
39
45
  "dev": "FLINT_MODE=dev tsx src/index.ts",
40
46
  "build": "tsup",
47
+ "clean": "rm -rf dist",
41
48
  "typecheck": "tsc --noEmit",
42
49
  "lint": "eslint ."
43
50
  }