@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.
@@ -101,6 +101,7 @@ import {
101
101
  healTinderbox,
102
102
  initGit,
103
103
  initPlateRepo,
104
+ installPlateDeps,
104
105
  installShardFromSource,
105
106
  isGitHubSourceSpecifier,
106
107
  isGitInitialized,
@@ -190,7 +191,7 @@ import {
190
191
  writeReferencesState,
191
192
  writeSession,
192
193
  writeTinderboxToml
193
- } from "./chunk-67JRCBRR.js";
194
+ } from "./chunk-XWUP7WHQ.js";
194
195
  import {
195
196
  cleanRegistryFile,
196
197
  findFlintByName,
@@ -205,7 +206,7 @@ import {
205
206
  unregisterFlint,
206
207
  updateFlintEntry,
207
208
  upsertFlintEntry
208
- } from "./chunk-O7OVKLLV.js";
209
+ } from "./chunk-C66KJDI7.js";
209
210
  import {
210
211
  runConcurrent
211
212
  } from "./chunk-V7YA5RXL.js";
@@ -222,7 +223,7 @@ import {
222
223
  resolveSource,
223
224
  syncSourceMeshExportMetadata,
224
225
  syncSourceRepoMetadata
225
- } from "./chunk-PONDZIXS.js";
226
+ } from "./chunk-M3NSYVYR.js";
226
227
  import {
227
228
  buildAllExports,
228
229
  buildExport,
@@ -231,7 +232,7 @@ import {
231
232
  resolveDocument,
232
233
  scanExportEligible,
233
234
  scanExports
234
- } from "./chunk-ZP5A4PAH.js";
235
+ } from "./chunk-VAJMJ47E.js";
235
236
  import {
236
237
  FLINT_CONFIG_FILENAME,
237
238
  FLINT_JSON_FILENAME,
@@ -293,7 +294,7 @@ import {
293
294
  toSnakeCase,
294
295
  writeFlintJson,
295
296
  writeFlintToml
296
- } from "./chunk-XCVQLFHY.js";
297
+ } from "./chunk-CBGQBE6C.js";
297
298
  export {
298
299
  FLINT_CONFIG_FILENAME,
299
300
  FLINT_JSON_FILENAME,
@@ -450,6 +451,7 @@ export {
450
451
  healTinderbox,
451
452
  initGit,
452
453
  initPlateRepo,
454
+ installPlateDeps,
453
455
  installShardFromSource,
454
456
  isFlint,
455
457
  isFlintNameTaken,
@@ -6,8 +6,8 @@ import {
6
6
  resolveDocument,
7
7
  scanExportEligible,
8
8
  scanExports
9
- } from "./chunk-ZP5A4PAH.js";
10
- import "./chunk-XCVQLFHY.js";
9
+ } from "./chunk-VAJMJ47E.js";
10
+ import "./chunk-CBGQBE6C.js";
11
11
  export {
12
12
  buildAllExports,
13
13
  buildExport,