@teambit/workspace 1.0.838 → 1.0.840
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/component-config-file/component-config-file.ts +8 -1
- package/dist/component-config-file/component-config-file.d.ts +1 -1
- package/dist/component-config-file/component-config-file.js +3 -0
- package/dist/component-config-file/component-config-file.js.map +1 -1
- package/dist/{preview-1764865689118.js → preview-1765230464444.js} +2 -2
- package/dist/workspace.d.ts +1 -1
- package/dist/workspace.js +17 -9
- package/dist/workspace.js.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.840",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/workspace/workspace",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.workspace",
|
|
8
8
|
"name": "workspace",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.840"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -47,11 +47,13 @@
|
|
|
47
47
|
"@teambit/legacy.utils": "0.0.30",
|
|
48
48
|
"@teambit/scope.remotes": "0.0.90",
|
|
49
49
|
"@teambit/config-store": "0.0.170",
|
|
50
|
+
"@teambit/config": "0.0.1465",
|
|
50
51
|
"@teambit/harmony.modules.requireable-component": "0.0.509",
|
|
51
52
|
"@teambit/toolbox.modules.module-resolver": "0.0.15",
|
|
52
53
|
"@teambit/workspace.modules.node-modules-linker": "0.0.319",
|
|
53
54
|
"@teambit/global-config": "0.0.1293",
|
|
54
55
|
"@teambit/legacy.consumer-config": "0.0.90",
|
|
56
|
+
"@teambit/variants": "0.0.1558",
|
|
55
57
|
"@teambit/component-issues": "0.0.166",
|
|
56
58
|
"@teambit/component.sources": "0.0.142",
|
|
57
59
|
"@teambit/dependencies.modules.packages-excluder": "1.0.8",
|
|
@@ -100,25 +102,23 @@
|
|
|
100
102
|
"@teambit/scopes.scope-id": "0.0.9",
|
|
101
103
|
"@teambit/workspace.ui.empty-workspace": "0.0.509",
|
|
102
104
|
"@teambit/workspace.ui.workspace-component-card": "0.0.565",
|
|
103
|
-
"@teambit/component": "1.0.
|
|
104
|
-
"@teambit/dependency-resolver": "1.0.
|
|
105
|
-
"@teambit/envs": "1.0.
|
|
106
|
-
"@teambit/objects": "0.0.
|
|
107
|
-
"@teambit/scope": "1.0.
|
|
108
|
-
"@teambit/graph": "1.0.
|
|
109
|
-
"@teambit/isolator": "1.0.
|
|
110
|
-
"@teambit/component-tree": "1.0.
|
|
111
|
-
"@teambit/watcher": "1.0.
|
|
112
|
-
"@teambit/aspect-loader": "1.0.
|
|
113
|
-
"@teambit/
|
|
114
|
-
"@teambit/
|
|
115
|
-
"@teambit/
|
|
116
|
-
"@teambit/
|
|
117
|
-
"@teambit/
|
|
118
|
-
"@teambit/
|
|
119
|
-
"@teambit/
|
|
120
|
-
"@teambit/pubsub": "1.0.838",
|
|
121
|
-
"@teambit/deprecation": "1.0.838"
|
|
105
|
+
"@teambit/component": "1.0.840",
|
|
106
|
+
"@teambit/dependency-resolver": "1.0.840",
|
|
107
|
+
"@teambit/envs": "1.0.840",
|
|
108
|
+
"@teambit/objects": "0.0.347",
|
|
109
|
+
"@teambit/scope": "1.0.840",
|
|
110
|
+
"@teambit/graph": "1.0.840",
|
|
111
|
+
"@teambit/isolator": "1.0.840",
|
|
112
|
+
"@teambit/component-tree": "1.0.840",
|
|
113
|
+
"@teambit/watcher": "1.0.840",
|
|
114
|
+
"@teambit/aspect-loader": "1.0.840",
|
|
115
|
+
"@teambit/graphql": "1.0.840",
|
|
116
|
+
"@teambit/bundler": "1.0.840",
|
|
117
|
+
"@teambit/ui": "1.0.840",
|
|
118
|
+
"@teambit/command-bar": "1.0.840",
|
|
119
|
+
"@teambit/sidebar": "1.0.840",
|
|
120
|
+
"@teambit/pubsub": "1.0.840",
|
|
121
|
+
"@teambit/deprecation": "1.0.840"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
124
|
"@types/lodash": "4.14.165",
|