@teambit/generator 0.0.0-915b0c1c349bc8e59ab6ae9f43a1c0dd30ac14f3 → 0.0.0-92a9f957518796e8da48bf62040be322871d20ea
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@92a9f957518796e8da48bf62040be322871d20ea/dist/generator.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@92a9f957518796e8da48bf62040be322871d20ea/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-92a9f957518796e8da48bf62040be322871d20ea",
|
|
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": "92a9f957518796e8da48bf62040be322871d20ea"
|
|
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-107940d17be936194b3636be089dc71e6fee70bd",
|
|
45
|
-
"@teambit/host-initializer": "0.0.0-a7fea77c50f2b3b4b3890d1eeb36d365da1ff2db",
|
|
46
|
-
"@teambit/importer": "0.0.0-d9d7ed24595d3e19bb3da645fd6eedb583f3193c",
|
|
47
|
-
"@teambit/install": "0.0.0-7e88bcf7d6e45cb77a39e0702435cfd507a06d21",
|
|
48
|
-
"@teambit/ui": "0.0.0-daefbd7354243d77cc9534d8339b0b5531ed07c7",
|
|
49
|
-
"@teambit/config": "0.0.0-3f5c86b535c55b447da70e484cca3bd25bf8873e"
|
|
32
|
+
"@teambit/config": "0.0.1445",
|
|
33
|
+
"@teambit/envs": "0.0.0-72590046ddeba0768e40b35fcf1c76a97a87f68f",
|
|
34
|
+
"@teambit/new-component-helper": "0.0.0-e3d7d8996c09da0cd2919aa4c490b9a263e63246",
|
|
35
|
+
"@teambit/tracker": "0.0.0-13e727a4bb2295d9c88336025794db553a090fe5",
|
|
36
|
+
"@teambit/workspace-config-files": "0.0.0-c8af4bb86acc861ba2abfa239b29a586feca2ea3",
|
|
37
|
+
"@teambit/workspace": "0.0.0-7c0ffc074e9b1ad0fdf0b18af98621e3fa792689",
|
|
38
|
+
"@teambit/component": "0.0.0-948006e4b30bbcb47e2e68bccacb369a32236b5a",
|
|
39
|
+
"@teambit/graphql": "0.0.0-39ad98aaf31f4dd7e1e9e4bab5031e334f3824b9",
|
|
40
|
+
"@teambit/aspect-loader": "0.0.0-de7692d63fe046c1abeba078644a111d2ec65c42",
|
|
41
|
+
"@teambit/deprecation": "0.0.0-1cc25f620494c756e37a395bab03352d53f96d68",
|
|
42
|
+
"@teambit/git": "0.0.0-484700fb7e2b9d57fec3818a619f13c678d4ebab",
|
|
43
|
+
"@teambit/scope": "0.0.0-25097b7eff7086c67c3319e75a39ea770faeb67d",
|
|
44
|
+
"@teambit/compiler": "0.0.0-9e832c3bc787d3c0436f4d3f4b7c6ebb081505fd",
|
|
45
|
+
"@teambit/forking": "0.0.0-8eb2c599065a831de6ed5050d98db91e54dd4d67",
|
|
46
|
+
"@teambit/host-initializer": "0.0.0-e26d933606f371551e0fa425c85913cfd73dce9f",
|
|
47
|
+
"@teambit/importer": "0.0.0-c298f69053bbb941edf862df5e38be5a4f2d56eb",
|
|
48
|
+
"@teambit/install": "0.0.0-2759a33027d20a8532d1aca74f1aeb18d3299dae",
|
|
49
|
+
"@teambit/ui": "0.0.0-cd3244096d675806a08912de6eb5f35aa0abcfcd"
|
|
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",
|