@teambit/config 0.0.776 → 0.0.778
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.
|
|
3
|
+
"version": "0.0.778",
|
|
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.
|
|
9
|
+
"version": "0.0.778"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"comment-json": "3.0.3",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"core-js": "^3.0.0",
|
|
17
17
|
"@babel/runtime": "7.20.0",
|
|
18
18
|
"@teambit/harmony": "0.4.6",
|
|
19
|
-
"@teambit/cli": "0.0.
|
|
19
|
+
"@teambit/cli": "0.0.763",
|
|
20
20
|
"@teambit/bit-error": "0.0.402"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/testing-library__jest-dom": "5.9.5"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@teambit/legacy": "1.0.
|
|
33
|
+
"@teambit/legacy": "1.0.547",
|
|
34
34
|
"react": "^16.8.0 || ^17.0.0",
|
|
35
35
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
36
36
|
},
|
package/workspace-template.jsonc
CHANGED
|
@@ -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/.bit-capsule-ready
DELETED
|
File without changes
|
|
Binary file
|
|
File without changes
|