@nuucognition/flint-cli 0.5.6-dev.7 → 0.6.0-dev.0
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 +7 -11
- package/bin/flint-prod.js +0 -2
- package/bin/flint.js +2 -2
- package/dist/index.js +176954 -18043
- package/dist/presets/blank/preset.toml +1 -1
- package/package.json +14 -15
- package/dist/chunk-EQTCR2NT.js +0 -937
- package/dist/chunk-GHFCJKRI.js +0 -8058
- package/dist/chunk-IUKEMLPH.js +0 -465
- package/dist/chunk-JNIJ5JV6.js +0 -233
- package/dist/chunk-JSBRDJBE.js +0 -30
- package/dist/chunk-LLLVBA4Q.js +0 -1629
- package/dist/chunk-RD3WIRZN.js +0 -243
- package/dist/chunk-V7YA5RXL.js +0 -43
- package/dist/dist-7I3XJEIV.js +0 -603
- package/dist/exports-VR7XB6MC-5N77WY3S.js +0 -20
- package/dist/mesh-config-NTGFUNZL-BZ2GO3JY.js +0 -121
- package/dist/metadata-FASTWX6A-ITKM6C62.js +0 -34
- package/dist/plates-XORPQ3RU-JXVRGC23.js +0 -42
- package/dist/registry-5CNUVQN3-PCQZRXLB.js +0 -31
- package/dist/utils-BBA2XQZO-ETTV2PHU.js +0 -9
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
FLINT_CONFIG_FILENAME,
|
|
3
|
-
FLINT_JSON_FILENAME,
|
|
4
|
-
FLINT_VERSION,
|
|
5
|
-
addExportToConfig,
|
|
6
|
-
addLatticeDeclaration,
|
|
7
|
-
addMeshExportToConfig,
|
|
8
|
-
addPlateDeclaration,
|
|
9
|
-
addShardToConfig,
|
|
10
|
-
addSourceRepository,
|
|
11
|
-
addWorkspaceRepository,
|
|
12
|
-
createFlintJson,
|
|
13
|
-
createFlintToml,
|
|
14
|
-
fulfillLattice,
|
|
15
|
-
getExportDeclarations,
|
|
16
|
-
getFlintConfigPath,
|
|
17
|
-
getFlintJsonPath,
|
|
18
|
-
getFlintJsonVersion,
|
|
19
|
-
getLatticeDeclaration,
|
|
20
|
-
getLatticeDeclarations,
|
|
21
|
-
getLatticeFulfillment,
|
|
22
|
-
getMeshExportSources,
|
|
23
|
-
getPlateDeclaration,
|
|
24
|
-
getPlateDeclarations,
|
|
25
|
-
getPlateDeclarationsFromConfig,
|
|
26
|
-
getRequiredShardNames,
|
|
27
|
-
getShardDeclarations,
|
|
28
|
-
getShardDeclarationsFromConfig,
|
|
29
|
-
getSourceRepositories,
|
|
30
|
-
getSourceRepository,
|
|
31
|
-
getWorkspaceRepositories,
|
|
32
|
-
getWorkspaceRepository,
|
|
33
|
-
hasFlintJson,
|
|
34
|
-
hasFlintToml,
|
|
35
|
-
hasMigration,
|
|
36
|
-
isFlint,
|
|
37
|
-
isLocalShard,
|
|
38
|
-
migrateShardConfig,
|
|
39
|
-
nameFormats,
|
|
40
|
-
readFlintJson,
|
|
41
|
-
readFlintToml,
|
|
42
|
-
readLatticesState,
|
|
43
|
-
recordMigration,
|
|
44
|
-
removeExportFromConfig,
|
|
45
|
-
removeLatticeDeclaration,
|
|
46
|
-
removeMeshExportFromConfig,
|
|
47
|
-
removePlateDeclaration,
|
|
48
|
-
removeShardFromConfig,
|
|
49
|
-
removeSourceRepository,
|
|
50
|
-
removeWorkspaceRepository,
|
|
51
|
-
resolveShardMode,
|
|
52
|
-
setPlateDeclaration,
|
|
53
|
-
setPlateRepo,
|
|
54
|
-
stampSynced,
|
|
55
|
-
stampVersion,
|
|
56
|
-
toKebabCase,
|
|
57
|
-
toSnakeCase,
|
|
58
|
-
writeFlintJson,
|
|
59
|
-
writeFlintToml
|
|
60
|
-
} from "./chunk-LLLVBA4Q.js";
|
|
61
|
-
import "./chunk-JSBRDJBE.js";
|
|
62
|
-
export {
|
|
63
|
-
FLINT_CONFIG_FILENAME,
|
|
64
|
-
FLINT_JSON_FILENAME,
|
|
65
|
-
FLINT_VERSION,
|
|
66
|
-
addExportToConfig,
|
|
67
|
-
addLatticeDeclaration,
|
|
68
|
-
addMeshExportToConfig,
|
|
69
|
-
addPlateDeclaration,
|
|
70
|
-
addShardToConfig,
|
|
71
|
-
addSourceRepository,
|
|
72
|
-
addWorkspaceRepository,
|
|
73
|
-
createFlintJson,
|
|
74
|
-
createFlintToml,
|
|
75
|
-
fulfillLattice,
|
|
76
|
-
getExportDeclarations,
|
|
77
|
-
getFlintConfigPath,
|
|
78
|
-
getFlintJsonPath,
|
|
79
|
-
getFlintJsonVersion,
|
|
80
|
-
getLatticeDeclaration,
|
|
81
|
-
getLatticeDeclarations,
|
|
82
|
-
getLatticeFulfillment,
|
|
83
|
-
getMeshExportSources,
|
|
84
|
-
getPlateDeclaration,
|
|
85
|
-
getPlateDeclarations,
|
|
86
|
-
getPlateDeclarationsFromConfig,
|
|
87
|
-
getRequiredShardNames,
|
|
88
|
-
getShardDeclarations,
|
|
89
|
-
getShardDeclarationsFromConfig,
|
|
90
|
-
getSourceRepositories,
|
|
91
|
-
getSourceRepository,
|
|
92
|
-
getWorkspaceRepositories,
|
|
93
|
-
getWorkspaceRepository,
|
|
94
|
-
hasFlintJson,
|
|
95
|
-
hasFlintToml,
|
|
96
|
-
hasMigration,
|
|
97
|
-
isFlint,
|
|
98
|
-
isLocalShard,
|
|
99
|
-
migrateShardConfig,
|
|
100
|
-
nameFormats,
|
|
101
|
-
readFlintJson,
|
|
102
|
-
readFlintToml,
|
|
103
|
-
readLatticesState,
|
|
104
|
-
recordMigration,
|
|
105
|
-
removeExportFromConfig,
|
|
106
|
-
removeLatticeDeclaration,
|
|
107
|
-
removeMeshExportFromConfig,
|
|
108
|
-
removePlateDeclaration,
|
|
109
|
-
removeShardFromConfig,
|
|
110
|
-
removeSourceRepository,
|
|
111
|
-
removeWorkspaceRepository,
|
|
112
|
-
resolveShardMode,
|
|
113
|
-
setPlateDeclaration,
|
|
114
|
-
setPlateRepo,
|
|
115
|
-
stampSynced,
|
|
116
|
-
stampVersion,
|
|
117
|
-
toKebabCase,
|
|
118
|
-
toSnakeCase,
|
|
119
|
-
writeFlintJson,
|
|
120
|
-
writeFlintToml
|
|
121
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ensureMetadataDirs,
|
|
3
|
-
generateSourceMeshExportMetadata,
|
|
4
|
-
generateSourceRepoMetadata,
|
|
5
|
-
getMetadataDir,
|
|
6
|
-
getSourceMeshExportDir,
|
|
7
|
-
getSourceMeshExportPath,
|
|
8
|
-
getSourceRepoMetadataDir,
|
|
9
|
-
getSourceRepoMetadataPath,
|
|
10
|
-
getSourcesMetadataDir,
|
|
11
|
-
removeSourceMeshExportMetadata,
|
|
12
|
-
removeSourceRepoMetadata,
|
|
13
|
-
resolveSource,
|
|
14
|
-
syncSourceMeshExportMetadata,
|
|
15
|
-
syncSourceRepoMetadata
|
|
16
|
-
} from "./chunk-RD3WIRZN.js";
|
|
17
|
-
import "./chunk-LLLVBA4Q.js";
|
|
18
|
-
import "./chunk-JSBRDJBE.js";
|
|
19
|
-
export {
|
|
20
|
-
ensureMetadataDirs,
|
|
21
|
-
generateSourceMeshExportMetadata,
|
|
22
|
-
generateSourceRepoMetadata,
|
|
23
|
-
getMetadataDir,
|
|
24
|
-
getSourceMeshExportDir,
|
|
25
|
-
getSourceMeshExportPath,
|
|
26
|
-
getSourceRepoMetadataDir,
|
|
27
|
-
getSourceRepoMetadataPath,
|
|
28
|
-
getSourcesMetadataDir,
|
|
29
|
-
removeSourceMeshExportMetadata,
|
|
30
|
-
removeSourceRepoMetadata,
|
|
31
|
-
resolveSource,
|
|
32
|
-
syncSourceMeshExportMetadata,
|
|
33
|
-
syncSourceRepoMetadata
|
|
34
|
-
};
|
|
@@ -1,42 +0,0 @@
|
|
|
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-EQTCR2NT.js";
|
|
21
|
-
import "./chunk-LLLVBA4Q.js";
|
|
22
|
-
import "./chunk-JSBRDJBE.js";
|
|
23
|
-
export {
|
|
24
|
-
buildPlate,
|
|
25
|
-
clearPlateDevUrl,
|
|
26
|
-
clonePlateFromRepo,
|
|
27
|
-
createPlate,
|
|
28
|
-
getPlate,
|
|
29
|
-
initPlateRepo,
|
|
30
|
-
installPlate,
|
|
31
|
-
installPlateDeps,
|
|
32
|
-
listPlateTools,
|
|
33
|
-
listPlates,
|
|
34
|
-
readPlateManifest,
|
|
35
|
-
runPlateTool,
|
|
36
|
-
setPlateDevUrl,
|
|
37
|
-
spawnPlateDevServer,
|
|
38
|
-
syncDeclaredPlates,
|
|
39
|
-
syncPlateRepos,
|
|
40
|
-
updatePlate,
|
|
41
|
-
updatePlateFromRepo
|
|
42
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
cleanRegistryFile,
|
|
3
|
-
findFlintByName,
|
|
4
|
-
findFlintByPath,
|
|
5
|
-
getFlintRegistry,
|
|
6
|
-
getFlintRegistryPath,
|
|
7
|
-
getGlobalFlintDir,
|
|
8
|
-
isFlintNameTaken,
|
|
9
|
-
isPathRegistered,
|
|
10
|
-
registerFlint,
|
|
11
|
-
registerFlintByPath,
|
|
12
|
-
unregisterFlint,
|
|
13
|
-
updateFlintEntry,
|
|
14
|
-
upsertFlintEntry
|
|
15
|
-
} from "./chunk-JNIJ5JV6.js";
|
|
16
|
-
import "./chunk-JSBRDJBE.js";
|
|
17
|
-
export {
|
|
18
|
-
cleanRegistryFile,
|
|
19
|
-
findFlintByName,
|
|
20
|
-
findFlintByPath,
|
|
21
|
-
getFlintRegistry,
|
|
22
|
-
getFlintRegistryPath,
|
|
23
|
-
getGlobalFlintDir,
|
|
24
|
-
isFlintNameTaken,
|
|
25
|
-
isPathRegistered,
|
|
26
|
-
registerFlint,
|
|
27
|
-
registerFlintByPath,
|
|
28
|
-
unregisterFlint,
|
|
29
|
-
updateFlintEntry,
|
|
30
|
-
upsertFlintEntry
|
|
31
|
-
};
|