@teambit/scope 0.0.531 → 0.0.535
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/index.js
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "
|
|
6
|
+
Object.defineProperty(exports, "ComponentNotFound", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _exceptions().ComponentNotFound;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "ScopeAspect", {
|
|
13
13
|
enumerable: true,
|
|
14
14
|
get: function () {
|
|
15
|
-
return
|
|
15
|
+
return _scope().ScopeAspect;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "ScopeContext", {
|
package/dist/routes/index.js
CHANGED
|
@@ -3,28 +3,28 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "
|
|
6
|
+
Object.defineProperty(exports, "ActionRoute", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _action().ActionRoute;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "DeleteRoute", {
|
|
13
13
|
enumerable: true,
|
|
14
14
|
get: function () {
|
|
15
|
-
return
|
|
15
|
+
return _delete().DeleteRoute;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
18
|
+
Object.defineProperty(exports, "FetchRoute", {
|
|
19
19
|
enumerable: true,
|
|
20
20
|
get: function () {
|
|
21
|
-
return
|
|
21
|
+
return _fetch().FetchRoute;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "PutRoute", {
|
|
25
25
|
enumerable: true,
|
|
26
26
|
get: function () {
|
|
27
|
-
return
|
|
27
|
+
return _put().PutRoute;
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
|
|
@@ -7,8 +7,8 @@ require("core-js/modules/es.symbol.description.js");
|
|
|
7
7
|
Object.defineProperty(exports, "__esModule", {
|
|
8
8
|
value: true
|
|
9
9
|
});
|
|
10
|
-
exports.ScopeOverview = ScopeOverview;
|
|
11
10
|
exports.ScopeComponentCard = ScopeComponentCard;
|
|
11
|
+
exports.ScopeOverview = ScopeOverview;
|
|
12
12
|
|
|
13
13
|
function _react() {
|
|
14
14
|
const data = _interopRequireWildcard(require("react"));
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/scope",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.535",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/scope/scope",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "scope",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.535"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"semver": "7.3.4",
|
|
@@ -23,49 +23,49 @@
|
|
|
23
23
|
"@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
|
|
24
24
|
"@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
|
|
25
25
|
"@teambit/base-ui.graph.tree.recursive-tree": "1.0.0",
|
|
26
|
-
"@teambit/scope.models.scope-model": "0.0.
|
|
27
|
-
"@teambit/scope.ui.hooks.scope-context": "0.0.
|
|
28
|
-
"@teambit/component": "0.0.
|
|
29
|
-
"@teambit/logger": "0.0.
|
|
30
|
-
"@teambit/aspect-loader": "0.0.
|
|
31
|
-
"@teambit/builder": "0.0.
|
|
26
|
+
"@teambit/scope.models.scope-model": "0.0.61",
|
|
27
|
+
"@teambit/scope.ui.hooks.scope-context": "0.0.61",
|
|
28
|
+
"@teambit/component": "0.0.535",
|
|
29
|
+
"@teambit/logger": "0.0.457",
|
|
30
|
+
"@teambit/aspect-loader": "0.0.535",
|
|
31
|
+
"@teambit/builder": "0.0.535",
|
|
32
32
|
"@teambit/cli": "0.0.380",
|
|
33
|
-
"@teambit/compiler": "0.0.
|
|
34
|
-
"@teambit/envs": "0.0.
|
|
35
|
-
"@teambit/express": "0.0.
|
|
36
|
-
"@teambit/graphql": "0.0.
|
|
37
|
-
"@teambit/harmony.modules.requireable-component": "0.0.
|
|
38
|
-
"@teambit/isolator": "0.0.
|
|
33
|
+
"@teambit/compiler": "0.0.535",
|
|
34
|
+
"@teambit/envs": "0.0.535",
|
|
35
|
+
"@teambit/express": "0.0.461",
|
|
36
|
+
"@teambit/graphql": "0.0.535",
|
|
37
|
+
"@teambit/harmony.modules.requireable-component": "0.0.449",
|
|
38
|
+
"@teambit/isolator": "0.0.535",
|
|
39
39
|
"@teambit/legacy-bit-id": "0.0.369",
|
|
40
|
-
"@teambit/ui": "0.0.
|
|
41
|
-
"@teambit/workspace.modules.match-pattern": "0.0.
|
|
42
|
-
"@teambit/command-bar": "0.0.
|
|
40
|
+
"@teambit/ui": "0.0.535",
|
|
41
|
+
"@teambit/workspace.modules.match-pattern": "0.0.451",
|
|
42
|
+
"@teambit/command-bar": "0.0.535",
|
|
43
43
|
"@teambit/component-tree": "0.0.366",
|
|
44
44
|
"@teambit/design.ui.surfaces.menu.link-item": "0.0.374",
|
|
45
|
-
"@teambit/react-router": "0.0.
|
|
46
|
-
"@teambit/sidebar": "0.0.
|
|
47
|
-
"@teambit/ui-foundation.ui.main-dropdown": "0.0.
|
|
48
|
-
"@teambit/ui-foundation.ui.menu": "0.0.
|
|
49
|
-
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.
|
|
45
|
+
"@teambit/react-router": "0.0.535",
|
|
46
|
+
"@teambit/sidebar": "0.0.535",
|
|
47
|
+
"@teambit/ui-foundation.ui.main-dropdown": "0.0.451",
|
|
48
|
+
"@teambit/ui-foundation.ui.menu": "0.0.451",
|
|
49
|
+
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.453",
|
|
50
50
|
"@teambit/bit-error": "0.0.366",
|
|
51
|
-
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.
|
|
52
|
-
"@teambit/scope.ui.hooks.use-scope": "0.0.
|
|
53
|
-
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.
|
|
54
|
-
"@teambit/ui-foundation.ui.corner": "0.0.
|
|
55
|
-
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.
|
|
56
|
-
"@teambit/ui-foundation.ui.top-bar": "0.0.
|
|
51
|
+
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.451",
|
|
52
|
+
"@teambit/scope.ui.hooks.use-scope": "0.0.62",
|
|
53
|
+
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.156",
|
|
54
|
+
"@teambit/ui-foundation.ui.corner": "0.0.458",
|
|
55
|
+
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.144",
|
|
56
|
+
"@teambit/ui-foundation.ui.top-bar": "0.0.453",
|
|
57
57
|
"@teambit/design.ui.styles.ellipsis": "0.0.346",
|
|
58
58
|
"@teambit/design.ui.styles.muted-italic": "0.0.35",
|
|
59
|
-
"@teambit/ui-foundation.ui.full-loader": "0.0.
|
|
60
|
-
"@teambit/ui-foundation.ui.side-bar": "0.0.
|
|
61
|
-
"@teambit/ui-foundation.ui.tree.drawer": "0.0.
|
|
62
|
-
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.
|
|
63
|
-
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.
|
|
64
|
-
"@teambit/explorer.ui.gallery.component-card": "0.0.
|
|
65
|
-
"@teambit/explorer.ui.gallery.component-grid": "0.0.
|
|
66
|
-
"@teambit/preview.ui.preview-placeholder": "0.0.
|
|
67
|
-
"@teambit/scope.ui.empty-scope": "0.0.
|
|
68
|
-
"@teambit/scope.ui.scope-details": "0.0.
|
|
59
|
+
"@teambit/ui-foundation.ui.full-loader": "0.0.451",
|
|
60
|
+
"@teambit/ui-foundation.ui.side-bar": "0.0.455",
|
|
61
|
+
"@teambit/ui-foundation.ui.tree.drawer": "0.0.451",
|
|
62
|
+
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.70",
|
|
63
|
+
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.70",
|
|
64
|
+
"@teambit/explorer.ui.gallery.component-card": "0.0.454",
|
|
65
|
+
"@teambit/explorer.ui.gallery.component-grid": "0.0.451",
|
|
66
|
+
"@teambit/preview.ui.preview-placeholder": "0.0.451",
|
|
67
|
+
"@teambit/scope.ui.empty-scope": "0.0.454",
|
|
68
|
+
"@teambit/scope.ui.scope-details": "0.0.460"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/semver": "7.3.4",
|
|
Binary file
|