@teambit/scope 0.0.945 → 0.0.947

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.d.ts CHANGED
@@ -4,6 +4,7 @@ export { ScopeComponentCard } from './ui/scope-overview/scope-overview';
4
4
  export type { ScopeMain } from './scope.main.runtime';
5
5
  export type { ScopeModel } from '@teambit/scope.models.scope-model';
6
6
  export { ScopeContext } from '@teambit/scope.ui.hooks.scope-context';
7
+ export type { StagedConfig } from './staged-config';
7
8
  export type { ScopeUI, ScopeBadgeSlot, ScopeOverview, ScopeOverviewSlot, OverviewLineSlot } from './scope.ui.runtime';
8
9
  export { ScopeAspect };
9
10
  export default ScopeAspect;
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["ScopeAspect"],"sources":["index.ts"],"sourcesContent":["import { ScopeAspect } from './scope.aspect';\n\nexport { ComponentNotFound, NoIdMatchPattern } from './exceptions';\nexport { ScopeComponentCard } from './ui/scope-overview/scope-overview';\nexport type { ScopeMain } from './scope.main.runtime';\nexport type { ScopeModel } from '@teambit/scope.models.scope-model';\nexport { ScopeContext } from '@teambit/scope.ui.hooks.scope-context';\nexport type { ScopeUI, ScopeBadgeSlot, ScopeOverview, ScopeOverviewSlot, OverviewLineSlot } from './scope.ui.runtime';\nexport { ScopeAspect };\nexport default ScopeAspect;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AACA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAGA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAAqE,eAGtDA,oBAAW;AAAA"}
1
+ {"version":3,"names":["ScopeAspect"],"sources":["index.ts"],"sourcesContent":["import { ScopeAspect } from './scope.aspect';\n\nexport { ComponentNotFound, NoIdMatchPattern } from './exceptions';\nexport { ScopeComponentCard } from './ui/scope-overview/scope-overview';\nexport type { ScopeMain } from './scope.main.runtime';\nexport type { ScopeModel } from '@teambit/scope.models.scope-model';\nexport { ScopeContext } from '@teambit/scope.ui.hooks.scope-context';\nexport type { StagedConfig } from './staged-config';\nexport type { ScopeUI, ScopeBadgeSlot, ScopeOverview, ScopeOverviewSlot, OverviewLineSlot } from './scope.ui.runtime';\nexport { ScopeAspect };\nexport default ScopeAspect;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAEA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AACA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAGA;EAAA;EAAA;IAAA;EAAA;EAAA;AAAA;AAAqE,eAItDA,oBAAW;AAAA"}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.945/dist/scope.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.945/dist/scope.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.947/dist/scope.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.947/dist/scope.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/scope",
3
- "version": "0.0.945",
3
+ "version": "0.0.947",
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.945"
9
+ "version": "0.0.947"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -26,46 +26,46 @@
26
26
  "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
27
27
  "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
28
28
  "@teambit/base-ui.utils.composer": "1.0.0",
29
- "@teambit/scope.models.scope-model": "0.0.292",
30
- "@teambit/scope.ui.hooks.scope-context": "0.0.292",
31
- "@teambit/cli": "0.0.633",
32
- "@teambit/component": "0.0.945",
33
- "@teambit/logger": "0.0.726",
34
- "@teambit/aspect-loader": "0.0.945",
29
+ "@teambit/scope.models.scope-model": "0.0.293",
30
+ "@teambit/scope.ui.hooks.scope-context": "0.0.293",
31
+ "@teambit/cli": "0.0.634",
32
+ "@teambit/component": "0.0.947",
33
+ "@teambit/logger": "0.0.727",
34
+ "@teambit/aspect-loader": "0.0.947",
35
35
  "@teambit/bit-error": "0.0.402",
36
- "@teambit/builder": "0.0.945",
37
- "@teambit/compiler": "0.0.945",
38
- "@teambit/dependency-resolver": "0.0.945",
39
- "@teambit/envs": "0.0.945",
40
- "@teambit/express": "0.0.731",
41
- "@teambit/graph": "0.0.945",
42
- "@teambit/graphql": "0.0.945",
36
+ "@teambit/builder": "0.0.947",
37
+ "@teambit/compiler": "0.0.947",
38
+ "@teambit/dependency-resolver": "0.0.947",
39
+ "@teambit/envs": "0.0.947",
40
+ "@teambit/express": "0.0.732",
41
+ "@teambit/graph": "0.0.947",
42
+ "@teambit/graphql": "0.0.947",
43
43
  "@teambit/harmony.modules.requireable-component": "0.0.491",
44
- "@teambit/isolator": "0.0.945",
44
+ "@teambit/isolator": "0.0.947",
45
45
  "@teambit/legacy-bit-id": "0.0.421",
46
- "@teambit/ui": "0.0.945",
46
+ "@teambit/ui": "0.0.947",
47
47
  "@teambit/workspace.modules.match-pattern": "0.0.498",
48
48
  "@teambit/component-id": "0.0.425",
49
- "@teambit/component.ui.component-drawer": "0.0.191",
49
+ "@teambit/component.ui.component-drawer": "0.0.192",
50
50
  "@teambit/design.ui.tree": "0.0.15",
51
- "@teambit/lanes.hooks.use-lane-components": "0.0.96",
52
- "@teambit/lanes.hooks.use-lanes": "0.0.97",
53
- "@teambit/ui-foundation.ui.side-bar": "0.0.708",
54
- "@teambit/command-bar": "0.0.945",
55
- "@teambit/component-tree": "0.0.733",
51
+ "@teambit/lanes.hooks.use-lane-components": "0.0.97",
52
+ "@teambit/lanes.hooks.use-lanes": "0.0.98",
53
+ "@teambit/ui-foundation.ui.side-bar": "0.0.709",
54
+ "@teambit/command-bar": "0.0.947",
55
+ "@teambit/component-tree": "0.0.735",
56
56
  "@teambit/component.modules.component-url": "0.0.148",
57
- "@teambit/component.ui.component-filters.component-filter-context": "0.0.66",
58
- "@teambit/component.ui.component-filters.deprecate-filter": "0.0.66",
59
- "@teambit/component.ui.component-filters.env-filter": "0.0.72",
60
- "@teambit/component.ui.component-filters.show-main-filter": "0.0.59",
61
- "@teambit/sidebar": "0.0.945",
57
+ "@teambit/component.ui.component-filters.component-filter-context": "0.0.67",
58
+ "@teambit/component.ui.component-filters.deprecate-filter": "0.0.67",
59
+ "@teambit/component.ui.component-filters.env-filter": "0.0.73",
60
+ "@teambit/component.ui.component-filters.show-main-filter": "0.0.60",
61
+ "@teambit/sidebar": "0.0.947",
62
62
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.497",
63
63
  "@teambit/ui-foundation.ui.menu": "0.0.497",
64
64
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.501",
65
65
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.510",
66
- "@teambit/lane-id": "0.0.151",
66
+ "@teambit/lane-id": "0.0.152",
67
67
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.498",
68
- "@teambit/scope.ui.hooks.use-scope": "0.0.297",
68
+ "@teambit/scope.ui.hooks.use-scope": "0.0.298",
69
69
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.206",
70
70
  "@teambit/ui-foundation.ui.corner": "0.0.507",
71
71
  "@teambit/ui-foundation.ui.full-loader": "0.0.495",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "peerDependencies": {
96
96
  "react-router-dom": "^6.0.0",
97
- "@teambit/legacy": "1.0.414",
97
+ "@teambit/legacy": "1.0.415",
98
98
  "react": "^16.8.0 || ^17.0.0",
99
99
  "react-dom": "^16.8.0 || ^17.0.0"
100
100
  },