@teambit/config 0.0.830 → 0.0.831

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.
@@ -37,6 +37,19 @@
37
37
  "resolveEnvsFromRoots": true
38
38
  },
39
39
 
40
+ /**
41
+ * comment in to include generator templates in your workspace.
42
+ * browse more dev environments: https://bit.dev/docs/getting-started/composing/dev-environments
43
+ **/
44
+ // "teambit.generator/generator": {
45
+ // "envs": [
46
+ // "teambit.node/node",
47
+ // "bitdev.react/react-env",
48
+ // "bitdev.vue/vue-env",
49
+ // "bitdev.angular/angular-env"
50
+ // ]
51
+ // },
52
+
40
53
  /**
41
54
  * main configuration for component dependency resolution.
42
55
  **/
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/config",
3
- "version": "0.0.830",
3
+ "version": "0.0.831",
4
4
  "homepage": "https://bit.cloud/teambit/harmony/config",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "config",
9
- "version": "0.0.830"
9
+ "version": "0.0.831"
10
10
  },
11
11
  "dependencies": {
12
12
  "comment-json": "3.0.3",
@@ -17,7 +17,7 @@
17
17
  "@babel/runtime": "7.20.0",
18
18
  "@teambit/harmony": "0.4.6",
19
19
  "@teambit/bit-error": "0.0.404",
20
- "@teambit/cli": "0.0.814"
20
+ "@teambit/cli": "0.0.815"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/fs-extra": "9.0.7",
@@ -30,7 +30,7 @@
30
30
  "@types/testing-library__jest-dom": "5.9.5"
31
31
  },
32
32
  "peerDependencies": {
33
- "@teambit/legacy": "1.0.597",
33
+ "@teambit/legacy": "1.0.598",
34
34
  "react": "^16.8.0 || ^17.0.0",
35
35
  "react-dom": "^16.8.0 || ^17.0.0"
36
36
  },
@@ -37,6 +37,19 @@
37
37
  "resolveEnvsFromRoots": true
38
38
  },
39
39
 
40
+ /**
41
+ * comment in to include generator templates in your workspace.
42
+ * browse more dev environments: https://bit.dev/docs/getting-started/composing/dev-environments
43
+ **/
44
+ // "teambit.generator/generator": {
45
+ // "envs": [
46
+ // "teambit.node/node",
47
+ // "bitdev.react/react-env",
48
+ // "bitdev.vue/vue-env",
49
+ // "bitdev.angular/angular-env"
50
+ // ]
51
+ // },
52
+
40
53
  /**
41
54
  * main configuration for component dependency resolution.
42
55
  **/