@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.
- package/README.md +9 -2
- package/dist/{chunk-O7OVKLLV.js → chunk-C66KJDI7.js} +1 -1
- package/dist/{chunk-XCVQLFHY.js → chunk-CBGQBE6C.js} +0 -1
- package/dist/{chunk-PONDZIXS.js → chunk-M3NSYVYR.js} +1 -1
- package/dist/{chunk-ZP5A4PAH.js → chunk-VAJMJ47E.js} +16 -10
- package/dist/{chunk-67JRCBRR.js → chunk-XWUP7WHQ.js} +421 -56
- package/dist/{dist-PKS3JY77.js → dist-RGQKIZQW.js} +7 -5
- package/dist/{exports-E3262H6I-A4GXPTSR.js → exports-FO5IMLM7-EN6H3N2A.js} +2 -2
- package/dist/index.js +2951 -460
- package/dist/{mesh-config-BAIYF4KD-QNNQOBSL.js → mesh-config-BAIYF4KD-W2RGZQ2V.js} +1 -1
- package/dist/{metadata-SJT4H53O-EXBS6PS4.js → metadata-SJT4H53O-7W2752ZT.js} +2 -2
- package/dist/{registry-YN5W7EY7-2W767O74.js → registry-YN5W7EY7-SZNXPBV5.js} +1 -1
- package/package.json +12 -5
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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,
|