@teambit/config 0.0.776 → 0.0.777

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.
@@ -52,6 +52,10 @@
52
52
  }
53
53
  },
54
54
 
55
+ "teambit.workspace/workspace-config-files": {
56
+ "enableWorkspaceConfigWrite": true
57
+ },
58
+
55
59
  /**
56
60
  * workspace variants allow to set different subsets of configuration for components in your
57
61
  * workspace. this is extremely useful for upgrading, aligning and building components with a new
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/config",
3
- "version": "0.0.776",
3
+ "version": "0.0.777",
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.776"
9
+ "version": "0.0.777"
10
10
  },
11
11
  "dependencies": {
12
12
  "comment-json": "3.0.3",
@@ -52,6 +52,10 @@
52
52
  }
53
53
  },
54
54
 
55
+ "teambit.workspace/workspace-config-files": {
56
+ "enableWorkspaceConfigWrite": true
57
+ },
58
+
55
59
  /**
56
60
  * workspace variants allow to set different subsets of configuration for components in your
57
61
  * workspace. this is extremely useful for upgrading, aligning and building components with a new
File without changes