@teambit/generator 0.0.0-f7856ccd9787ff4eb017d61869984ff8f668445e → 0.0.0-fa84bb6eafd33fad32cefa6881c345eb343bae99
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/component-generator.d.ts +9 -9
- package/dist/component-generator.js.map +1 -1
- package/dist/component-template.d.ts +1 -1
- package/dist/component-template.js.map +1 -1
- package/dist/create.cmd.d.ts +4 -3
- package/dist/create.cmd.js +2 -1
- package/dist/create.cmd.js.map +1 -1
- package/dist/generator-env-type.d.ts +3 -3
- package/dist/generator-env-type.js.map +1 -1
- package/dist/generator.graphql.d.ts +3 -3
- package/dist/generator.graphql.js.map +1 -1
- package/dist/generator.main.runtime.d.ts +17 -17
- package/dist/generator.main.runtime.js.map +1 -1
- package/dist/generator.service.d.ts +3 -3
- package/dist/generator.service.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/new.cmd.d.ts +4 -3
- package/dist/new.cmd.js +4 -1
- package/dist/new.cmd.js.map +1 -1
- package/dist/{preview-1752596394586.js → preview-1757519463305.js} +2 -2
- package/dist/starter-list.d.ts +2 -2
- package/dist/starter-list.js.map +1 -1
- package/dist/starter.plugin.d.ts +2 -2
- package/dist/starter.plugin.js.map +1 -1
- package/dist/template-list.d.ts +2 -2
- package/dist/template-list.js.map +1 -1
- package/dist/templates/basic/basic.starter.d.ts +1 -1
- package/dist/templates/basic/basic.starter.js.map +1 -1
- package/dist/templates/basic/template/files/workspace-config.d.ts +1 -1
- package/dist/templates/basic/template/files/workspace-config.js.map +1 -1
- package/dist/templates/component-generator/files/component-template.d.ts +1 -1
- package/dist/templates/component-generator/files/component-template.js.map +1 -1
- package/dist/templates/component-generator/files/index.d.ts +1 -1
- package/dist/templates/component-generator/files/index.js.map +1 -1
- package/dist/templates/component-generator/index.d.ts +1 -1
- package/dist/templates/component-generator/index.js.map +1 -1
- package/dist/templates/component-generator-standalone/files/aspect-file.d.ts +1 -1
- package/dist/templates/component-generator-standalone/files/aspect-file.js.map +1 -1
- package/dist/templates/component-generator-standalone/files/index.d.ts +1 -1
- package/dist/templates/component-generator-standalone/files/index.js.map +1 -1
- package/dist/templates/component-generator-standalone/files/main-runtime.d.ts +1 -1
- package/dist/templates/component-generator-standalone/files/main-runtime.js.map +1 -1
- package/dist/templates/component-generator-standalone/index.d.ts +1 -1
- package/dist/templates/component-generator-standalone/index.js.map +1 -1
- package/dist/templates/starter/files/doc-file.d.ts +1 -1
- package/dist/templates/starter/files/doc-file.js.map +1 -1
- package/dist/templates/starter/files/index.d.ts +1 -1
- package/dist/templates/starter/files/index.js.map +1 -1
- package/dist/templates/starter/files/starter.d.ts +1 -1
- package/dist/templates/starter/files/starter.js.map +1 -1
- package/dist/templates/starter/index.d.ts +1 -1
- package/dist/templates/starter/index.js.map +1 -1
- package/dist/templates/starter-standalone/files/doc-file.d.ts +1 -1
- package/dist/templates/starter-standalone/files/doc-file.js.map +1 -1
- package/dist/templates/starter-standalone/files/index.d.ts +1 -1
- package/dist/templates/starter-standalone/files/index.js.map +1 -1
- package/dist/templates/starter-standalone/files/starter.d.ts +1 -1
- package/dist/templates/starter-standalone/files/starter.js.map +1 -1
- package/dist/templates/starter-standalone/index.d.ts +1 -1
- package/dist/templates/starter-standalone/index.js.map +1 -1
- package/dist/templates.cmd.d.ts +2 -2
- package/dist/templates.cmd.js +2 -2
- package/dist/templates.cmd.js.map +1 -1
- package/dist/workspace-generator.d.ts +5 -5
- package/dist/workspace-generator.js.map +1 -1
- package/dist/workspace-template.d.ts +1 -1
- package/dist/workspace-template.js.map +1 -1
- package/generator.service.tsx +3 -3
- package/package.json +30 -30
- package/templates/basic/basic.starter.ts +1 -1
- package/templates/basic/template/files/workspace-config.ts +1 -1
- package/templates/component-generator/files/component-template.ts +1 -1
- package/templates/component-generator/files/index.ts +1 -1
- package/templates/component-generator/index.ts +1 -1
- package/templates/component-generator-standalone/files/aspect-file.ts +1 -1
- package/templates/component-generator-standalone/files/index.ts +1 -1
- package/templates/component-generator-standalone/files/main-runtime.ts +1 -1
- package/templates/component-generator-standalone/index.ts +1 -1
- package/templates/starter/files/doc-file.ts +1 -1
- package/templates/starter/files/index.ts +1 -1
- package/templates/starter/files/starter.ts +1 -1
- package/templates/starter/index.ts +1 -1
- package/templates/starter-standalone/files/doc-file.ts +1 -1
- package/templates/starter-standalone/files/index.ts +1 -1
- package/templates/starter-standalone/files/starter.ts +1 -1
- package/templates/starter-standalone/index.ts +1 -1
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-fa84bb6eafd33fad32cefa6881c345eb343bae99",
|
|
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": "fa84bb6eafd33fad32cefa6881c345eb343bae99"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"camelcase": "6.2.0",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"@teambit/component-id": "1.2.4",
|
|
22
22
|
"@teambit/harmony": "0.4.7",
|
|
23
23
|
"@teambit/git.modules.git-ignore": "1.0.2",
|
|
24
|
-
"@teambit/envs": "0.0.0-
|
|
25
|
-
"@teambit/logger": "0.0.0-
|
|
26
|
-
"@teambit/new-component-helper": "0.0.0-
|
|
27
|
-
"@teambit/pkg.modules.component-package-name": "0.0.
|
|
28
|
-
"@teambit/tracker": "0.0.0-
|
|
29
|
-
"@teambit/workspace-config-files": "0.0.0-
|
|
30
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
31
|
-
"@teambit/workspace": "0.0.0-
|
|
32
|
-
"@teambit/component": "0.0.0-
|
|
33
|
-
"@teambit/cli": "0.0.0-
|
|
34
|
-
"@teambit/graphql": "0.0.0-
|
|
35
|
-
"@teambit/aspect-loader": "0.0.0-
|
|
36
|
-
"@teambit/deprecation": "0.0.0-
|
|
37
|
-
"@teambit/git": "0.0.0-
|
|
38
|
-
"@teambit/legacy.constants": "0.0.
|
|
39
|
-
"@teambit/legacy.consumer-config": "0.0.
|
|
40
|
-
"@teambit/legacy.scope": "0.0.
|
|
41
|
-
"@teambit/scope": "0.0.0-
|
|
42
|
-
"@teambit/compiler": "0.0.0-
|
|
43
|
-
"@teambit/forking": "0.0.0-
|
|
44
|
-
"@teambit/git.modules.git-executable": "0.0.
|
|
45
|
-
"@teambit/host-initializer": "0.0.0-
|
|
46
|
-
"@teambit/importer": "0.0.0-
|
|
47
|
-
"@teambit/install": "0.0.0-
|
|
48
|
-
"@teambit/ui": "0.0.0-
|
|
49
|
-
"@teambit/config": "0.0.0-
|
|
24
|
+
"@teambit/envs": "0.0.0-5e0721efb8a1718260de6eba023cc0852d9294cf",
|
|
25
|
+
"@teambit/logger": "0.0.0-c78c49ab14f2af81b3326080fa46af875bc8dbcb",
|
|
26
|
+
"@teambit/new-component-helper": "0.0.0-544d178fdd9a8691bcb7df7eb5d52e334fc124be",
|
|
27
|
+
"@teambit/pkg.modules.component-package-name": "0.0.0-da1827eeecb0b81f13862d469fc3af38b46e766d",
|
|
28
|
+
"@teambit/tracker": "0.0.0-a22935c747b05d75edee1198fe92f7c8f4f83aa1",
|
|
29
|
+
"@teambit/workspace-config-files": "0.0.0-72f94d9fc0633d462deeb4254ee932510106e4b5",
|
|
30
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.0-cd957f62a6b3301c8db7511e3e2aa4e7fac4c57c",
|
|
31
|
+
"@teambit/workspace": "0.0.0-1d8dd2281978b41e5519e40e7f089da81946dfd3",
|
|
32
|
+
"@teambit/component": "0.0.0-f9e3f14e39366326b4855d96414ede765265f662",
|
|
33
|
+
"@teambit/cli": "0.0.0-3baa3ccb80a97afedf1cbd1b0042203ebfcc0593",
|
|
34
|
+
"@teambit/graphql": "0.0.0-28978ca101cbbc3d5c8148c7087772c28e8b31c9",
|
|
35
|
+
"@teambit/aspect-loader": "0.0.0-394ccfda7983507adebcc939cf1190021ab343e9",
|
|
36
|
+
"@teambit/deprecation": "0.0.0-8075b0783db9882351b3644203c55ee2ce2419ec",
|
|
37
|
+
"@teambit/git": "0.0.0-43c7e494f4c292683d3429b14d3f8bfa0a115a93",
|
|
38
|
+
"@teambit/legacy.constants": "0.0.0-d577d7ff3272fd44ee32f5fb94c2ee626fdc5764",
|
|
39
|
+
"@teambit/legacy.consumer-config": "0.0.0-e8c25aad3231c14f54565b8015a38e2dd0ef0995",
|
|
40
|
+
"@teambit/legacy.scope": "0.0.0-d2ed7e9a86a6fcfe1f46869c03bd7263f316a28d",
|
|
41
|
+
"@teambit/scope": "0.0.0-6b526aa444362e892112e6415d528306c7428b74",
|
|
42
|
+
"@teambit/compiler": "0.0.0-a12941dd7478e69a38539336f52f6f4f3a16974e",
|
|
43
|
+
"@teambit/forking": "0.0.0-f99a599c3750487079d0879aa709175d7cc5229a",
|
|
44
|
+
"@teambit/git.modules.git-executable": "0.0.0-cd6bdb6389c1265e018c2a13794394fc69ce96ea",
|
|
45
|
+
"@teambit/host-initializer": "0.0.0-202d6d7e433a0a3bf647a82672f71147aa1a51ab",
|
|
46
|
+
"@teambit/importer": "0.0.0-ad12c574ee3f6c4bdc223d244e331dd658118d92",
|
|
47
|
+
"@teambit/install": "0.0.0-7937de08c5f0dc0027bd3964c94df92f39f9c42e",
|
|
48
|
+
"@teambit/ui": "0.0.0-60afe86a3e3aa62a4a73146fadf8d65fb2a2cda2",
|
|
49
|
+
"@teambit/config": "0.0.0-44a8f9cea9cde2f13a4b5581a0df9fec9cb48a22"
|
|
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/
|
|
56
|
-
"@teambit/
|
|
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",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { gitIgnoreTemplate } from '@teambit/git.modules.git-ignore';
|
|
2
|
-
import { WorkspaceContext, WorkspaceTemplate as Starter } from '../../workspace-template';
|
|
2
|
+
import type { WorkspaceContext, WorkspaceTemplate as Starter } from '../../workspace-template';
|
|
3
3
|
import { workspaceConfig } from './template/files/workspace-config';
|
|
4
4
|
import { packageJson } from './template/files/package-json';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getWorkspaceConfigTemplateParsed, stringifyWorkspaceConfig } from '@teambit/config';
|
|
2
|
-
import { WorkspaceContext } from '../../../../workspace-template';
|
|
2
|
+
import type { WorkspaceContext } from '../../../../workspace-template';
|
|
3
3
|
|
|
4
4
|
export async function workspaceConfig({ name, defaultScope }: WorkspaceContext) {
|
|
5
5
|
const configParsed = await getWorkspaceConfigTemplateParsed();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext } from '../../../component-template';
|
|
1
|
+
import type { ComponentContext } from '../../../component-template';
|
|
2
2
|
|
|
3
3
|
export function indexFile({ namePascalCase, name }: ComponentContext) {
|
|
4
4
|
return `export { ${namePascalCase}ComponentTemplate } from './${name}';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext, ComponentTemplate } from '../../component-template';
|
|
1
|
+
import type { ComponentContext, ComponentTemplate } from '../../component-template';
|
|
2
2
|
import { indexFile } from './files/index';
|
|
3
3
|
import { generateTestFileContent } from './files/component-template-files/test';
|
|
4
4
|
import { generateComponentFileContent } from './files/component-template-files/component';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext } from '../../../component-template';
|
|
1
|
+
import type { ComponentContext } from '../../../component-template';
|
|
2
2
|
|
|
3
3
|
export function indexFile({ namePascalCase, name }: ComponentContext) {
|
|
4
4
|
return `import { ${namePascalCase}Aspect } from './${name}.aspect';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext, ComponentTemplate } from '../../component-template';
|
|
1
|
+
import type { ComponentContext, ComponentTemplate } from '../../component-template';
|
|
2
2
|
import { indexFile } from './files/index';
|
|
3
3
|
import { aspectFile } from './files/aspect-file';
|
|
4
4
|
import { docsFile } from './files/docs-file';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext } from '../../../component-template';
|
|
1
|
+
import type { ComponentContext } from '../../../component-template';
|
|
2
2
|
|
|
3
3
|
export function indexFile({ namePascalCase, name }: ComponentContext) {
|
|
4
4
|
return `export { ${namePascalCase}WorkspaceStarter } from './${name}.starter';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext } from '../../../component-template';
|
|
1
|
+
import type { ComponentContext } from '../../../component-template';
|
|
2
2
|
|
|
3
3
|
export function starterFile({ namePascalCase, name }: ComponentContext) {
|
|
4
4
|
return `import { WorkspaceContext, WorkspaceTemplate } from '@teambit/generator';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext } from '../../../component-template';
|
|
1
|
+
import type { ComponentContext } from '../../../component-template';
|
|
2
2
|
|
|
3
3
|
export function indexFile({ namePascalCase, name }: ComponentContext) {
|
|
4
4
|
return `export { ${namePascalCase}WorkspaceStarter } from './${name}.starter';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext } from '../../../component-template';
|
|
1
|
+
import type { ComponentContext } from '../../../component-template';
|
|
2
2
|
|
|
3
3
|
export function starterFile({ namePascalCase, name }: ComponentContext) {
|
|
4
4
|
return `import { WorkspaceContext, Starter } from '@teambit/generator';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentContext, ComponentTemplate } from '../../component-template';
|
|
1
|
+
import type { ComponentContext, ComponentTemplate } from '../../component-template';
|
|
2
2
|
import { indexFile } from './files/index';
|
|
3
3
|
import { starterFile } from './files/starter';
|
|
4
4
|
import { docFile } from './files/doc-file';
|