@teambit/scope 0.0.1171 → 1.0.1
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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as compositions_0 from '/Users/davidfirst/Library/Caches/Bit/capsules/633786a8db5eb76897544549d9cae6b12f050100/teambit.scope_scope@1.0.1/dist/scope.composition.js';
|
|
2
|
+
import * as overview_0 from '/Users/davidfirst/Library/Caches/Bit/capsules/633786a8db5eb76897544549d9cae6b12f050100/teambit.scope_scope@1.0.1/dist/scope.docs.mdx';
|
|
3
|
+
|
|
4
|
+
export const compositions = [compositions_0];
|
|
5
|
+
export const overview = [overview_0];
|
|
6
|
+
|
|
7
|
+
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|
package/dist/scope.graphql.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare function scopeSchema(scopeMain: ScopeMain): {
|
|
|
27
27
|
}) => Promise<any>;
|
|
28
28
|
getLogs: (scope: ScopeMain, { id }: {
|
|
29
29
|
id: string;
|
|
30
|
-
}) => Promise<import("@teambit/legacy
|
|
30
|
+
}) => Promise<import("@teambit/legacy-component-log").LegacyComponentLog[]>;
|
|
31
31
|
getMany: (scope: ScopeMain, { ids }: {
|
|
32
32
|
ids: string[];
|
|
33
33
|
}) => Promise<import("@teambit/component").Component[]>;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/scope",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/scope/scope",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "scope",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "1.0.1"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"multimatch": "5.0.0",
|
|
20
20
|
"classnames": "2.2.6",
|
|
21
21
|
"reset-css": "5.0.1",
|
|
22
|
+
"core-js": "^3.0.0",
|
|
23
|
+
"@babel/runtime": "7.20.0",
|
|
22
24
|
"@teambit/harmony": "0.4.6",
|
|
23
25
|
"@teambit/graph.cleargraph": "0.0.1",
|
|
24
26
|
"@teambit/legacy-bit-id": "1.0.0",
|
|
@@ -30,55 +32,55 @@
|
|
|
30
32
|
"@teambit/base-ui.utils.composer": "1.0.0",
|
|
31
33
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
32
34
|
"@teambit/component.modules.component-url": "0.0.153",
|
|
33
|
-
"@teambit/ui-foundation.ui.tree.drawer": "0.0.
|
|
34
|
-
"@teambit/scope.models.scope-model": "0.0.
|
|
35
|
-
"@teambit/scope.ui.hooks.scope-context": "0.0.
|
|
36
|
-
"@teambit/aspect-loader": "
|
|
37
|
-
"@teambit/cli": "0.0.
|
|
38
|
-
"@teambit/compiler": "
|
|
39
|
-
"@teambit/component": "
|
|
40
|
-
"@teambit/dependency-resolver": "
|
|
41
|
-
"@teambit/envs": "
|
|
42
|
-
"@teambit/global-config": "0.0.
|
|
35
|
+
"@teambit/ui-foundation.ui.tree.drawer": "0.0.516",
|
|
36
|
+
"@teambit/scope.models.scope-model": "0.0.439",
|
|
37
|
+
"@teambit/scope.ui.hooks.scope-context": "0.0.439",
|
|
38
|
+
"@teambit/aspect-loader": "1.0.1",
|
|
39
|
+
"@teambit/cli": "0.0.783",
|
|
40
|
+
"@teambit/compiler": "1.0.1",
|
|
41
|
+
"@teambit/component": "1.0.1",
|
|
42
|
+
"@teambit/dependency-resolver": "1.0.1",
|
|
43
|
+
"@teambit/envs": "1.0.1",
|
|
44
|
+
"@teambit/global-config": "0.0.785",
|
|
43
45
|
"@teambit/harmony.modules.requireable-component": "0.0.493",
|
|
44
|
-
"@teambit/isolator": "
|
|
45
|
-
"@teambit/logger": "0.0.
|
|
46
|
+
"@teambit/isolator": "1.0.1",
|
|
47
|
+
"@teambit/logger": "0.0.876",
|
|
46
48
|
"@teambit/bit-error": "0.0.404",
|
|
47
|
-
"@teambit/builder": "
|
|
48
|
-
"@teambit/express": "0.0.
|
|
49
|
-
"@teambit/graph": "
|
|
50
|
-
"@teambit/graphql": "
|
|
51
|
-
"@teambit/ui": "
|
|
49
|
+
"@teambit/builder": "1.0.1",
|
|
50
|
+
"@teambit/express": "0.0.882",
|
|
51
|
+
"@teambit/graph": "1.0.1",
|
|
52
|
+
"@teambit/graphql": "1.0.1",
|
|
53
|
+
"@teambit/ui": "1.0.1",
|
|
52
54
|
"@teambit/workspace.modules.match-pattern": "0.0.500",
|
|
53
|
-
"@teambit/component.ui.component-drawer": "0.0.
|
|
54
|
-
"@teambit/lanes.hooks.use-lane-components": "0.0.
|
|
55
|
-
"@teambit/lanes.hooks.use-lanes": "0.0.
|
|
56
|
-
"@teambit/lanes.ui.models.lanes-model": "0.0.
|
|
57
|
-
"@teambit/ui-foundation.ui.side-bar": "0.0.
|
|
58
|
-
"@teambit/command-bar": "
|
|
59
|
-
"@teambit/component-tree": "
|
|
60
|
-
"@teambit/component.ui.component-filters.component-filter-context": "0.0.
|
|
61
|
-
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.
|
|
62
|
-
"@teambit/component.ui.component-filters.env-filter": "0.0.
|
|
63
|
-
"@teambit/component.ui.component-filters.show-main-filter": "0.0.
|
|
64
|
-
"@teambit/sidebar": "
|
|
65
|
-
"@teambit/ui-foundation.ui.main-dropdown": "0.0.
|
|
66
|
-
"@teambit/ui-foundation.ui.menu": "0.0.
|
|
67
|
-
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.
|
|
55
|
+
"@teambit/component.ui.component-drawer": "0.0.342",
|
|
56
|
+
"@teambit/lanes.hooks.use-lane-components": "0.0.244",
|
|
57
|
+
"@teambit/lanes.hooks.use-lanes": "0.0.245",
|
|
58
|
+
"@teambit/lanes.ui.models.lanes-model": "0.0.198",
|
|
59
|
+
"@teambit/ui-foundation.ui.side-bar": "0.0.859",
|
|
60
|
+
"@teambit/command-bar": "1.0.1",
|
|
61
|
+
"@teambit/component-tree": "1.0.1",
|
|
62
|
+
"@teambit/component.ui.component-filters.component-filter-context": "0.0.205",
|
|
63
|
+
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.205",
|
|
64
|
+
"@teambit/component.ui.component-filters.env-filter": "0.0.211",
|
|
65
|
+
"@teambit/component.ui.component-filters.show-main-filter": "0.0.198",
|
|
66
|
+
"@teambit/sidebar": "1.0.1",
|
|
67
|
+
"@teambit/ui-foundation.ui.main-dropdown": "0.0.501",
|
|
68
|
+
"@teambit/ui-foundation.ui.menu": "0.0.501",
|
|
69
|
+
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.505",
|
|
68
70
|
"@teambit/lane-id": "0.0.297",
|
|
69
|
-
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.
|
|
70
|
-
"@teambit/scope.ui.hooks.use-scope": "0.0.
|
|
71
|
-
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.
|
|
72
|
-
"@teambit/ui-foundation.ui.corner": "0.0.
|
|
73
|
-
"@teambit/ui-foundation.ui.full-loader": "0.0.
|
|
74
|
-
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.
|
|
75
|
-
"@teambit/ui-foundation.ui.top-bar": "0.0.
|
|
76
|
-
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.
|
|
77
|
-
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.
|
|
78
|
-
"@teambit/explorer.ui.gallery.component-card": "0.0.
|
|
79
|
-
"@teambit/preview.ui.preview-placeholder": "0.0.
|
|
80
|
-
"@teambit/scope.ui.empty-scope": "0.0.
|
|
81
|
-
"@teambit/scope.ui.scope-details": "0.0.
|
|
71
|
+
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.503",
|
|
72
|
+
"@teambit/scope.ui.hooks.use-scope": "0.0.444",
|
|
73
|
+
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.211",
|
|
74
|
+
"@teambit/ui-foundation.ui.corner": "0.0.516",
|
|
75
|
+
"@teambit/ui-foundation.ui.full-loader": "0.0.499",
|
|
76
|
+
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.196",
|
|
77
|
+
"@teambit/ui-foundation.ui.top-bar": "0.0.510",
|
|
78
|
+
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.137",
|
|
79
|
+
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.139",
|
|
80
|
+
"@teambit/explorer.ui.gallery.component-card": "0.0.512",
|
|
81
|
+
"@teambit/preview.ui.preview-placeholder": "0.0.500",
|
|
82
|
+
"@teambit/scope.ui.empty-scope": "0.0.508",
|
|
83
|
+
"@teambit/scope.ui.scope-details": "0.0.525"
|
|
82
84
|
},
|
|
83
85
|
"devDependencies": {
|
|
84
86
|
"@types/react": "^17.0.8",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.1171/dist/scope.composition.js';
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.1171/dist/scope.docs.mdx';
|
|
3
|
-
|
|
4
|
-
export const compositions = [compositions_0];
|
|
5
|
-
export const overview = [overview_0];
|
|
6
|
-
|
|
7
|
-
export const compositions_metadata = {"compositions":[{"displayName":"Logo","identifier":"Logo"}]};
|