@teambit/generator 0.0.0-74b893783689a84c4998bf4be09d99f3ad9de2e6 → 0.0.0-74dc95079794e7a2e51b943ba5784ef8ae1e40b0
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/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { GeneratorMain } from './generator.main.runtime';
|
|
1
|
+
export type { GeneratorMain, TemplateDescriptor } from './generator.main.runtime';
|
|
2
2
|
export type { ComponentContext, ComponentTemplate, ComponentTemplateOptions, GetComponentTemplates, ComponentFile, ComponentConfig, ConfigContext, PromptOption, PromptResults, } from './component-template';
|
|
3
3
|
export type { WorkspaceContext, WorkspaceTemplate, WorkspaceTemplate as Starter, WorkspaceFile, ForkComponentInfo, ImportComponentInfo, CreateComponentInfo, } from './workspace-template';
|
|
4
4
|
export type { GeneratorEnv } from './generator-env-type';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_generator","data","require","_templateList","_starterList"],"sources":["index.ts"],"sourcesContent":["export type { GeneratorMain } from './generator.main.runtime';\nexport type {\n ComponentContext,\n ComponentTemplate,\n ComponentTemplateOptions,\n GetComponentTemplates,\n ComponentFile,\n ComponentConfig,\n ConfigContext,\n PromptOption,\n PromptResults,\n} from './component-template';\nexport type {\n WorkspaceContext,\n WorkspaceTemplate,\n WorkspaceTemplate as Starter,\n WorkspaceFile,\n ForkComponentInfo,\n ImportComponentInfo,\n CreateComponentInfo,\n} from './workspace-template';\nexport type { GeneratorEnv } from './generator-env-type';\nexport { GeneratorAspect } from './generator.aspect';\nexport { TemplateList } from './template-list';\nexport { StarterList } from './starter-list';\nexport type { GenerateResult } from './component-generator';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAsBA,SAAAA,WAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,UAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAE,cAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,aAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,aAAA;EAAA,MAAAH,IAAA,GAAAC,OAAA;EAAAE,YAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_generator","data","require","_templateList","_starterList"],"sources":["index.ts"],"sourcesContent":["export type { GeneratorMain, TemplateDescriptor } from './generator.main.runtime';\nexport type {\n ComponentContext,\n ComponentTemplate,\n ComponentTemplateOptions,\n GetComponentTemplates,\n ComponentFile,\n ComponentConfig,\n ConfigContext,\n PromptOption,\n PromptResults,\n} from './component-template';\nexport type {\n WorkspaceContext,\n WorkspaceTemplate,\n WorkspaceTemplate as Starter,\n WorkspaceFile,\n ForkComponentInfo,\n ImportComponentInfo,\n CreateComponentInfo,\n} from './workspace-template';\nexport type { GeneratorEnv } from './generator-env-type';\nexport { GeneratorAspect } from './generator.aspect';\nexport { TemplateList } from './template-list';\nexport { StarterList } from './starter-list';\nexport type { GenerateResult } from './component-generator';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAsBA,SAAAA,WAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,UAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAE,cAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,aAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,aAAA;EAAA,MAAAH,IAAA,GAAAC,OAAA;EAAAE,YAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA","ignoreList":[]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@74dc95079794e7a2e51b943ba5784ef8ae1e40b0/dist/generator.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@74dc95079794e7a2e51b943ba5784ef8ae1e40b0/dist/generator.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/generator",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-74dc95079794e7a2e51b943ba5784ef8ae1e40b0",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/generator/generator",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.generator",
|
|
8
8
|
"name": "generator",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "74dc95079794e7a2e51b943ba5784ef8ae1e40b0"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"camelcase": "6.2.0",
|
|
@@ -19,41 +19,41 @@
|
|
|
19
19
|
"execa": "2.1.0",
|
|
20
20
|
"@teambit/bit-error": "0.0.404",
|
|
21
21
|
"@teambit/component-id": "1.2.4",
|
|
22
|
+
"@teambit/logger": "0.0.1364",
|
|
23
|
+
"@teambit/pkg.modules.component-package-name": "0.0.79",
|
|
24
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.300",
|
|
25
|
+
"@teambit/cli": "0.0.1271",
|
|
22
26
|
"@teambit/harmony": "0.4.7",
|
|
23
|
-
"@teambit/legacy.constants": "0.0.
|
|
24
|
-
"@teambit/
|
|
27
|
+
"@teambit/legacy.constants": "0.0.17",
|
|
28
|
+
"@teambit/legacy.consumer-config": "0.0.72",
|
|
29
|
+
"@teambit/legacy.scope": "0.0.72",
|
|
30
|
+
"@teambit/git.modules.git-executable": "0.0.18",
|
|
25
31
|
"@teambit/git.modules.git-ignore": "1.0.2",
|
|
26
|
-
"@teambit/
|
|
27
|
-
"@teambit/
|
|
28
|
-
"@teambit/new-component-helper": "0.0.0-
|
|
29
|
-
"@teambit/
|
|
30
|
-
"@teambit/
|
|
31
|
-
"@teambit/workspace
|
|
32
|
-
"@teambit/
|
|
33
|
-
"@teambit/
|
|
34
|
-
"@teambit/
|
|
35
|
-
"@teambit/
|
|
36
|
-
"@teambit/
|
|
37
|
-
"@teambit/
|
|
38
|
-
"@teambit/
|
|
39
|
-
"@teambit/
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/forking": "0.0.0-d494938f6845eff76679c687d5d89fb1770aa9f1",
|
|
45
|
-
"@teambit/host-initializer": "0.0.0-3b7117aca97bc85266f1bafe5fafa3b4955847ed",
|
|
46
|
-
"@teambit/importer": "0.0.0-b8d87a0c44648eb8a27a5ad4ae15a6b265665c29",
|
|
47
|
-
"@teambit/install": "0.0.0-3b1f01777db7a9de5bbaeb046ce9336626f2d840",
|
|
48
|
-
"@teambit/ui": "0.0.0-104865645958e13188959e892b675aa5db90717a",
|
|
49
|
-
"@teambit/config": "0.0.0-f17dd5c1fa6a3b0eeaa87fb502325cfea3fff7b8"
|
|
32
|
+
"@teambit/config": "0.0.1445",
|
|
33
|
+
"@teambit/envs": "0.0.0-685c6871c8fd2c991f9f22542ab73424d4b7ca18",
|
|
34
|
+
"@teambit/new-component-helper": "0.0.0-6c7841775f0d7cf5d96683ef483fd407f0558823",
|
|
35
|
+
"@teambit/tracker": "0.0.0-ee5a8371de18264a553e8d348077195b49fec782",
|
|
36
|
+
"@teambit/workspace-config-files": "0.0.0-60344ec2a4b823ccd216b6a46aaee5179b68105c",
|
|
37
|
+
"@teambit/workspace": "0.0.0-f3abf463596512110f5b6efdcd773b3578b38b81",
|
|
38
|
+
"@teambit/component": "0.0.0-d26fd6e8956decb64fafeca1e1a66939954df870",
|
|
39
|
+
"@teambit/graphql": "0.0.0-03a1f4d27a39c842746c1e4120c3c42f1bde1f92",
|
|
40
|
+
"@teambit/aspect-loader": "0.0.0-245e60653e9915f0c717dcd6706bb28513c751c7",
|
|
41
|
+
"@teambit/deprecation": "0.0.0-7b770e1069ce77712e4cff39932f424eb3152c10",
|
|
42
|
+
"@teambit/git": "0.0.0-59d98966d3e6a19bb9338b50bdfc41ed097df7bd",
|
|
43
|
+
"@teambit/scope": "0.0.0-8c565fd1ec027a4cda81f0779b663f7433849fc1",
|
|
44
|
+
"@teambit/compiler": "0.0.0-831e1d2e67a1709b0993f17ae5a2f785cf16b627",
|
|
45
|
+
"@teambit/forking": "0.0.0-bc2b33f6d58f9ac72d8ab7c16c5b065cc517dd6b",
|
|
46
|
+
"@teambit/host-initializer": "0.0.0-38b560c47910e00f91f8bdc5a5ac3a20a62587a1",
|
|
47
|
+
"@teambit/importer": "0.0.0-d0507d97b9eba1edffdc4c0afebccd5d10c93332",
|
|
48
|
+
"@teambit/install": "0.0.0-d91bdab46008922ce97294c10671688d828b7038",
|
|
49
|
+
"@teambit/ui": "0.0.0-87acbddf81b560230c102c962cbc2cc889060562"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/fs-extra": "9.0.7",
|
|
53
53
|
"@types/lodash": "4.14.165",
|
|
54
54
|
"@types/mocha": "9.1.0",
|
|
55
|
-
"@teambit/generator.aspect-docs.generator": "0.0.
|
|
56
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
55
|
+
"@teambit/generator.aspect-docs.generator": "0.0.176",
|
|
56
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.78"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"react": "^17.0.0 || ^18.0.0",
|