@nuucognition/flint-cli 0.5.4 → 0.5.5

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.
@@ -57,7 +57,6 @@ import {
57
57
  writeFlintJson,
58
58
  writeFlintToml
59
59
  } from "./chunk-CBGQBE6C.js";
60
- import "./chunk-EAQYK3U2.js";
61
60
  export {
62
61
  FLINT_CONFIG_FILENAME,
63
62
  FLINT_JSON_FILENAME,
@@ -15,7 +15,6 @@ import {
15
15
  syncSourceRepoMetadata
16
16
  } from "./chunk-M3NSYVYR.js";
17
17
  import "./chunk-CBGQBE6C.js";
18
- import "./chunk-EAQYK3U2.js";
19
18
  export {
20
19
  ensureMetadataDirs,
21
20
  generateSourceMeshExportMetadata,
@@ -12,8 +12,7 @@ import {
12
12
  unregisterFlint,
13
13
  updateFlintEntry,
14
14
  upsertFlintEntry
15
- } from "./chunk-XCJCDTYH.js";
16
- import "./chunk-EAQYK3U2.js";
15
+ } from "./chunk-C66KJDI7.js";
17
16
  export {
18
17
  cleanRegistryFile,
19
18
  findFlintByName,
@@ -2,7 +2,6 @@ import {
2
2
  exists,
3
3
  runConcurrent
4
4
  } from "./chunk-V7YA5RXL.js";
5
- import "./chunk-EAQYK3U2.js";
6
5
  export {
7
6
  exists,
8
7
  runConcurrent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuucognition/flint-cli",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "type": "module",
5
5
  "description": "Flint cognitive workspace CLI",
6
6
  "license": "PROPRIETARY",
@@ -39,9 +39,9 @@
39
39
  "@nuucognition/eslint-config": "0.0.0",
40
40
  "@nuucognition/flint": "0.1.0",
41
41
  "@nuucognition/flint-migrations": "0.1.0",
42
- "@nuucognition/flint-runtime": "0.0.1",
43
42
  "@nuucognition/orbh": "0.1.0",
44
- "@nuucognition/typescript-config": "0.0.0"
43
+ "@nuucognition/typescript-config": "0.0.0",
44
+ "@nuucognition/flint-runtime": "0.0.1"
45
45
  },
46
46
  "scripts": {
47
47
  "predev": "turbo build --filter=@nuucognition/flint-cli^...",
@@ -1,41 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
8
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
9
- }) : x)(function(x) {
10
- if (typeof require !== "undefined") return require.apply(this, arguments);
11
- throw Error('Dynamic require of "' + x + '" is not supported');
12
- });
13
- var __esm = (fn, res) => function __init() {
14
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
15
- };
16
- var __commonJS = (cb, mod) => function __require2() {
17
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
18
- };
19
- var __copyProps = (to, from, except, desc) => {
20
- if (from && typeof from === "object" || typeof from === "function") {
21
- for (let key of __getOwnPropNames(from))
22
- if (!__hasOwnProp.call(to, key) && key !== except)
23
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
24
- }
25
- return to;
26
- };
27
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
28
- // If the importer is in node compatibility mode or this is not an ESM
29
- // file that has been converted to a CommonJS file using a Babel-
30
- // compatible transform (i.e. "__esModule" has not been set), then set
31
- // "default" to the CommonJS "module.exports" for node compatibility.
32
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
33
- mod
34
- ));
35
-
36
- export {
37
- __require,
38
- __esm,
39
- __commonJS,
40
- __toESM
41
- };
Binary file
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }