@teambit/generator 1.0.1087 → 1.0.1089
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/.npmignore
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
dist/tsconfig.tsbuildinfo
|
|
2
|
+
dist/tsconfig.json
|
|
3
|
+
/tsconfig.json
|
|
4
|
+
|
|
5
|
+
package-tar/
|
|
6
|
+
.bit-capsule-ready
|
|
7
|
+
/*.ts
|
|
8
|
+
artifacts/*
|
|
9
|
+
!artifacts/env-template
|
|
10
|
+
!artifacts/ui-bundle
|
|
11
|
+
!artifacts/preview-bundle
|
|
12
|
+
package-tar/
|
|
13
|
+
.bit-capsule-ready
|
|
14
|
+
/*.ts
|
|
15
|
+
artifacts/*
|
|
16
|
+
!artifacts/env-template
|
|
17
|
+
!artifacts/ui-bundle
|
|
18
|
+
!artifacts/preview-bundle
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@1.0.1089/dist/generator.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.generator_generator@1.0.1089/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": "1.0.
|
|
3
|
+
"version": "1.0.1089",
|
|
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": "1.0.
|
|
9
|
+
"version": "1.0.1089"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"camelcase": "6.2.0",
|
|
@@ -19,35 +19,35 @@
|
|
|
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.
|
|
23
|
-
"@teambit/pkg.modules.component-package-name": "0.0.
|
|
24
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
25
|
-
"@teambit/cli": "0.0.
|
|
22
|
+
"@teambit/logger": "0.0.1453",
|
|
23
|
+
"@teambit/pkg.modules.component-package-name": "0.0.150",
|
|
24
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.374",
|
|
25
|
+
"@teambit/cli": "0.0.1360",
|
|
26
26
|
"@teambit/harmony": "0.4.12",
|
|
27
27
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
28
28
|
"@teambit/legacy.constants": "0.0.39",
|
|
29
|
-
"@teambit/legacy.consumer-config": "0.0.
|
|
30
|
-
"@teambit/legacy.scope": "0.0.
|
|
29
|
+
"@teambit/legacy.consumer-config": "0.0.143",
|
|
30
|
+
"@teambit/legacy.scope": "0.0.143",
|
|
31
31
|
"@teambit/git.modules.git-executable": "0.0.40",
|
|
32
32
|
"@teambit/git.modules.git-ignore": "1.0.2",
|
|
33
|
-
"@teambit/config": "0.0.
|
|
34
|
-
"@teambit/envs": "1.0.
|
|
35
|
-
"@teambit/new-component-helper": "1.0.
|
|
36
|
-
"@teambit/tracker": "1.0.
|
|
37
|
-
"@teambit/workspace-config-files": "1.0.
|
|
38
|
-
"@teambit/workspace": "1.0.
|
|
39
|
-
"@teambit/component": "1.0.
|
|
40
|
-
"@teambit/graphql": "1.0.
|
|
41
|
-
"@teambit/aspect-loader": "1.0.
|
|
42
|
-
"@teambit/deprecation": "1.0.
|
|
43
|
-
"@teambit/git": "1.0.
|
|
44
|
-
"@teambit/scope": "1.0.
|
|
45
|
-
"@teambit/compiler": "1.0.
|
|
46
|
-
"@teambit/forking": "1.0.
|
|
47
|
-
"@teambit/host-initializer": "0.0.
|
|
48
|
-
"@teambit/importer": "1.0.
|
|
49
|
-
"@teambit/install": "1.0.
|
|
50
|
-
"@teambit/ui": "1.0.
|
|
33
|
+
"@teambit/config": "0.0.1535",
|
|
34
|
+
"@teambit/envs": "1.0.1088",
|
|
35
|
+
"@teambit/new-component-helper": "1.0.1088",
|
|
36
|
+
"@teambit/tracker": "1.0.1088",
|
|
37
|
+
"@teambit/workspace-config-files": "1.0.1088",
|
|
38
|
+
"@teambit/workspace": "1.0.1088",
|
|
39
|
+
"@teambit/component": "1.0.1088",
|
|
40
|
+
"@teambit/graphql": "1.0.1088",
|
|
41
|
+
"@teambit/aspect-loader": "1.0.1088",
|
|
42
|
+
"@teambit/deprecation": "1.0.1088",
|
|
43
|
+
"@teambit/git": "1.0.1088",
|
|
44
|
+
"@teambit/scope": "1.0.1088",
|
|
45
|
+
"@teambit/compiler": "1.0.1088",
|
|
46
|
+
"@teambit/forking": "1.0.1088",
|
|
47
|
+
"@teambit/host-initializer": "0.0.801",
|
|
48
|
+
"@teambit/importer": "1.0.1088",
|
|
49
|
+
"@teambit/install": "1.0.1088",
|
|
50
|
+
"@teambit/ui": "1.0.1088"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/fs-extra": "9.0.7",
|