@teambit/workspace 0.0.1157 → 0.0.1159
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/dist/aspects-merger.js +9 -17
- package/dist/aspects-merger.js.map +1 -1
- package/dist/bit-map.js +3 -4
- package/dist/bit-map.js.map +1 -1
- package/dist/build-graph-from-fs.js +10 -18
- package/dist/build-graph-from-fs.js.map +1 -1
- package/dist/build-graph-ids-from-fs.js +11 -17
- package/dist/build-graph-ids-from-fs.js.map +1 -1
- package/dist/capsule.cmd.js +29 -35
- package/dist/capsule.cmd.js.map +1 -1
- package/dist/component-config-file/component-config-file.js +1 -3
- package/dist/component-config-file/component-config-file.js.map +1 -1
- package/dist/component-tree.widget.js +5 -9
- package/dist/component-tree.widget.js.map +1 -1
- package/dist/eject-conf.cmd.js +10 -16
- package/dist/eject-conf.cmd.js.map +1 -1
- package/dist/envs-subcommands/envs-replace.cmd.js +10 -16
- package/dist/envs-subcommands/envs-replace.cmd.js.map +1 -1
- package/dist/envs-subcommands/envs-set.cmd.js +10 -16
- package/dist/envs-subcommands/envs-set.cmd.js.map +1 -1
- package/dist/envs-subcommands/envs-unset.cmd.js +10 -16
- package/dist/envs-subcommands/envs-unset.cmd.js.map +1 -1
- package/dist/envs-subcommands/envs-update.cmd.js +10 -16
- package/dist/envs-subcommands/envs-update.cmd.js.map +1 -1
- package/dist/events/on-component-add-event.js +4 -11
- package/dist/events/on-component-add-event.js.map +1 -1
- package/dist/events/on-component-change-event.js +4 -11
- package/dist/events/on-component-change-event.js.map +1 -1
- package/dist/events/on-component-removed-event.js +4 -11
- package/dist/events/on-component-removed-event.js.map +1 -1
- package/dist/list.cmd.js +10 -18
- package/dist/list.cmd.js.map +1 -1
- package/dist/merge-conflict-file.js +5 -13
- package/dist/merge-conflict-file.js.map +1 -1
- package/dist/pattern.cmd.js +12 -18
- package/dist/pattern.cmd.js.map +1 -1
- package/dist/{preview-1694488626516.js → preview-1694624356552.js} +2 -2
- package/dist/scope-subcommands/scope-set.cmd.js +10 -16
- package/dist/scope-subcommands/scope-set.cmd.js.map +1 -1
- package/dist/ui/workspace/use-workspace.js +9 -18
- package/dist/ui/workspace/use-workspace.js.map +1 -1
- package/dist/ui/workspace/workspace-overview/workspace-overview.js +1 -1
- package/dist/ui/workspace/workspace-overview/workspace-overview.js.map +1 -1
- package/dist/ui/workspace/workspace-provider.js +1 -1
- package/dist/ui/workspace/workspace-provider.js.map +1 -1
- package/dist/ui/workspace/workspace.js +1 -2
- package/dist/ui/workspace/workspace.js.map +1 -1
- package/dist/use.cmd.js +14 -20
- package/dist/use.cmd.js.map +1 -1
- package/dist/workspace-aspects-loader.js +9 -16
- package/dist/workspace-aspects-loader.js.map +1 -1
- package/dist/workspace-component/comp-files.js +0 -2
- package/dist/workspace-component/comp-files.js.map +1 -1
- package/dist/workspace-component/workspace-component-loader.js +6 -13
- package/dist/workspace-component/workspace-component-loader.js.map +1 -1
- package/dist/workspace-component/workspace-component.js +0 -1
- package/dist/workspace-component/workspace-component.js.map +1 -1
- package/dist/workspace.composition.js +1 -1
- package/dist/workspace.composition.js.map +1 -1
- package/dist/workspace.graphql.js +1 -2
- package/dist/workspace.graphql.js.map +1 -1
- package/dist/workspace.js +18 -29
- package/dist/workspace.js.map +1 -1
- package/dist/workspace.main.runtime.js +1 -1
- package/dist/workspace.main.runtime.js.map +1 -1
- package/dist/workspace.provider.js +1 -3
- package/dist/workspace.provider.js.map +1 -1
- package/dist/workspace.ui-root.js +5 -11
- package/dist/workspace.ui-root.js.map +1 -1
- package/dist/workspace.ui.drawer.js +2 -9
- package/dist/workspace.ui.drawer.js.map +1 -1
- package/dist/workspace.ui.runtime.js +15 -21
- package/dist/workspace.ui.runtime.js.map +1 -1
- package/package.json +49 -51
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1159",
|
|
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": "0.0.
|
|
9
|
+
"version": "0.0.1159"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -25,8 +25,6 @@
|
|
|
25
25
|
"classnames": "2.2.6",
|
|
26
26
|
"pluralize": "8.0.0",
|
|
27
27
|
"reset-css": "5.0.1",
|
|
28
|
-
"core-js": "^3.0.0",
|
|
29
|
-
"@babel/runtime": "7.20.0",
|
|
30
28
|
"@teambit/harmony": "0.4.6",
|
|
31
29
|
"@teambit/legacy-bit-id": "1.0.0",
|
|
32
30
|
"@teambit/component-id": "0.0.427",
|
|
@@ -36,60 +34,60 @@
|
|
|
36
34
|
"@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
|
|
37
35
|
"@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
|
|
38
36
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
39
|
-
"@teambit/component": "0.0.
|
|
40
|
-
"@teambit/dependency-resolver": "0.0.
|
|
41
|
-
"@teambit/envs": "0.0.
|
|
37
|
+
"@teambit/component": "0.0.1159",
|
|
38
|
+
"@teambit/dependency-resolver": "0.0.1159",
|
|
39
|
+
"@teambit/envs": "0.0.1159",
|
|
42
40
|
"@teambit/bit-error": "0.0.402",
|
|
43
|
-
"@teambit/lane-id": "0.0.
|
|
44
|
-
"@teambit/logger": "0.0.
|
|
45
|
-
"@teambit/scope": "0.0.
|
|
46
|
-
"@teambit/graph": "0.0.
|
|
47
|
-
"@teambit/cli": "0.0.
|
|
48
|
-
"@teambit/isolator": "0.0.
|
|
49
|
-
"@teambit/component-tree": "0.0.
|
|
50
|
-
"@teambit/component.ui.component-status-resolver": "0.0.
|
|
41
|
+
"@teambit/lane-id": "0.0.288",
|
|
42
|
+
"@teambit/logger": "0.0.866",
|
|
43
|
+
"@teambit/scope": "0.0.1159",
|
|
44
|
+
"@teambit/graph": "0.0.1159",
|
|
45
|
+
"@teambit/cli": "0.0.773",
|
|
46
|
+
"@teambit/isolator": "0.0.1159",
|
|
47
|
+
"@teambit/component-tree": "0.0.947",
|
|
48
|
+
"@teambit/component.ui.component-status-resolver": "0.0.506",
|
|
51
49
|
"@teambit/harmony.modules.resolved-component": "0.0.491",
|
|
52
|
-
"@teambit/compiler": "0.0.
|
|
53
|
-
"@teambit/aspect-loader": "0.0.
|
|
54
|
-
"@teambit/config": "0.0.
|
|
55
|
-
"@teambit/global-config": "0.0.
|
|
50
|
+
"@teambit/compiler": "0.0.1159",
|
|
51
|
+
"@teambit/aspect-loader": "0.0.1159",
|
|
52
|
+
"@teambit/config": "0.0.788",
|
|
53
|
+
"@teambit/global-config": "0.0.775",
|
|
56
54
|
"@teambit/harmony.modules.requireable-component": "0.0.491",
|
|
57
55
|
"@teambit/toolbox.modules.module-resolver": "0.0.1",
|
|
58
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
59
|
-
"@teambit/graphql": "0.0.
|
|
60
|
-
"@teambit/bundler": "0.0.
|
|
61
|
-
"@teambit/pubsub": "0.0.
|
|
62
|
-
"@teambit/ui": "0.0.
|
|
63
|
-
"@teambit/variants": "0.0.
|
|
56
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.115",
|
|
57
|
+
"@teambit/graphql": "0.0.1159",
|
|
58
|
+
"@teambit/bundler": "0.0.1159",
|
|
59
|
+
"@teambit/pubsub": "0.0.1159",
|
|
60
|
+
"@teambit/ui": "0.0.1159",
|
|
61
|
+
"@teambit/variants": "0.0.880",
|
|
64
62
|
"@teambit/component-issues": "0.0.95",
|
|
65
63
|
"@teambit/component-version": "1.0.0",
|
|
66
64
|
"@teambit/dependencies.modules.packages-excluder": "1.0.2",
|
|
67
65
|
"@teambit/workspace.modules.match-pattern": "0.0.498",
|
|
68
|
-
"@teambit/component.ui.component-drawer": "0.0.
|
|
69
|
-
"@teambit/lanes.hooks.use-lane-components": "0.0.
|
|
70
|
-
"@teambit/lanes.hooks.use-lanes": "0.0.
|
|
71
|
-
"@teambit/lanes.ui.models.lanes-model": "0.0.
|
|
72
|
-
"@teambit/ui-foundation.ui.side-bar": "0.0.
|
|
73
|
-
"@teambit/command-bar": "0.0.
|
|
74
|
-
"@teambit/component.ui.component-filters.component-filter-context": "0.0.
|
|
75
|
-
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.
|
|
76
|
-
"@teambit/component.ui.component-filters.env-filter": "0.0.
|
|
77
|
-
"@teambit/component.ui.component-filters.show-main-filter": "0.0.
|
|
78
|
-
"@teambit/sidebar": "0.0.
|
|
79
|
-
"@teambit/ui-foundation.ui.main-dropdown": "0.0.
|
|
80
|
-
"@teambit/ui-foundation.ui.menu": "0.0.
|
|
81
|
-
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.
|
|
82
|
-
"@teambit/ui-foundation.ui.tree.drawer": "0.0.
|
|
83
|
-
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.
|
|
84
|
-
"@teambit/component-descriptor": "0.0.
|
|
85
|
-
"@teambit/deprecation": "0.0.
|
|
86
|
-
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.
|
|
87
|
-
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.
|
|
88
|
-
"@teambit/ui-foundation.ui.corner": "0.0.
|
|
89
|
-
"@teambit/ui-foundation.ui.notifications.notification-context": "0.0.
|
|
90
|
-
"@teambit/ui-foundation.ui.top-bar": "0.0.
|
|
91
|
-
"@teambit/workspace.ui.empty-workspace": "0.0.
|
|
92
|
-
"@teambit/workspace.ui.workspace-component-card": "0.0.
|
|
66
|
+
"@teambit/component.ui.component-drawer": "0.0.332",
|
|
67
|
+
"@teambit/lanes.hooks.use-lane-components": "0.0.234",
|
|
68
|
+
"@teambit/lanes.hooks.use-lanes": "0.0.235",
|
|
69
|
+
"@teambit/lanes.ui.models.lanes-model": "0.0.188",
|
|
70
|
+
"@teambit/ui-foundation.ui.side-bar": "0.0.849",
|
|
71
|
+
"@teambit/command-bar": "0.0.1159",
|
|
72
|
+
"@teambit/component.ui.component-filters.component-filter-context": "0.0.195",
|
|
73
|
+
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.195",
|
|
74
|
+
"@teambit/component.ui.component-filters.env-filter": "0.0.201",
|
|
75
|
+
"@teambit/component.ui.component-filters.show-main-filter": "0.0.188",
|
|
76
|
+
"@teambit/sidebar": "0.0.1159",
|
|
77
|
+
"@teambit/ui-foundation.ui.main-dropdown": "0.0.498",
|
|
78
|
+
"@teambit/ui-foundation.ui.menu": "0.0.498",
|
|
79
|
+
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.502",
|
|
80
|
+
"@teambit/ui-foundation.ui.tree.drawer": "0.0.513",
|
|
81
|
+
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.501",
|
|
82
|
+
"@teambit/component-descriptor": "0.0.340",
|
|
83
|
+
"@teambit/deprecation": "0.0.1159",
|
|
84
|
+
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.500",
|
|
85
|
+
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.208",
|
|
86
|
+
"@teambit/ui-foundation.ui.corner": "0.0.513",
|
|
87
|
+
"@teambit/ui-foundation.ui.notifications.notification-context": "0.0.497",
|
|
88
|
+
"@teambit/ui-foundation.ui.top-bar": "0.0.507",
|
|
89
|
+
"@teambit/workspace.ui.empty-workspace": "0.0.504",
|
|
90
|
+
"@teambit/workspace.ui.workspace-component-card": "0.0.512"
|
|
93
91
|
},
|
|
94
92
|
"devDependencies": {
|
|
95
93
|
"@types/lodash": "4.14.165",
|
|
@@ -110,7 +108,7 @@
|
|
|
110
108
|
"peerDependencies": {
|
|
111
109
|
"@apollo/client": "^3.6.0",
|
|
112
110
|
"react-router-dom": "^6.0.0",
|
|
113
|
-
"@teambit/legacy": "1.0.
|
|
111
|
+
"@teambit/legacy": "1.0.558",
|
|
114
112
|
"react": "^16.8.0 || ^17.0.0",
|
|
115
113
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
116
114
|
},
|