@teambit/scope 0.0.759 → 0.0.762

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/scope-cmd.js CHANGED
@@ -35,7 +35,7 @@ class ScopeCmd {
35
35
  constructor() {
36
36
  (0, _defineProperty2().default)(this, "name", 'scope <sub-command>');
37
37
  (0, _defineProperty2().default)(this, "alias", '');
38
- (0, _defineProperty2().default)(this, "description", 'EXPERIMENTAL. manage scope-name');
38
+ (0, _defineProperty2().default)(this, "description", 'EXPERIMENTAL. manage the scope-name for components');
39
39
  (0, _defineProperty2().default)(this, "options", []);
40
40
  (0, _defineProperty2().default)(this, "group", 'development');
41
41
  (0, _defineProperty2().default)(this, "commands", []);
@@ -1 +1 @@
1
- {"version":3,"names":["ScopeCmd","report","unrecognizedSubcommand","chalk","red"],"sources":["scope-cmd.ts"],"sourcesContent":["import { Command } from '@teambit/cli';\nimport chalk from 'chalk';\n\nexport class ScopeCmd implements Command {\n name = 'scope <sub-command>';\n alias = '';\n description = 'EXPERIMENTAL. manage scope-name';\n options = [];\n group = 'development';\n commands: Command[] = [];\n\n async report([unrecognizedSubcommand]: [string]) {\n return chalk.red(\n `\"${unrecognizedSubcommand}\" is not a subcommand of \"scope\", please run \"bit scope --help\" to list the subcommands`\n );\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AACA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,QAAN,CAAkC;EAAA;IAAA,8CAChC,qBADgC;IAAA,+CAE/B,EAF+B;IAAA,qDAGzB,iCAHyB;IAAA,iDAI7B,EAJ6B;IAAA,+CAK/B,aAL+B;IAAA,kDAMjB,EANiB;EAAA;;EAQ3B,MAANC,MAAM,CAAC,CAACC,sBAAD,CAAD,EAAqC;IAC/C,OAAOC,gBAAA,CAAMC,GAAN,CACJ,IAAGF,sBAAuB,yFADtB,CAAP;EAGD;;AAZsC"}
1
+ {"version":3,"names":["ScopeCmd","report","unrecognizedSubcommand","chalk","red"],"sources":["scope-cmd.ts"],"sourcesContent":["import { Command } from '@teambit/cli';\nimport chalk from 'chalk';\n\nexport class ScopeCmd implements Command {\n name = 'scope <sub-command>';\n alias = '';\n description = 'EXPERIMENTAL. manage the scope-name for components';\n options = [];\n group = 'development';\n commands: Command[] = [];\n\n async report([unrecognizedSubcommand]: [string]) {\n return chalk.red(\n `\"${unrecognizedSubcommand}\" is not a subcommand of \"scope\", please run \"bit scope --help\" to list the subcommands`\n );\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AACA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAEO,MAAMA,QAAN,CAAkC;EAAA;IAAA,8CAChC,qBADgC;IAAA,+CAE/B,EAF+B;IAAA,qDAGzB,oDAHyB;IAAA,iDAI7B,EAJ6B;IAAA,+CAK/B,aAL+B;IAAA,kDAMjB,EANiB;EAAA;;EAQ3B,MAANC,MAAM,CAAC,CAACC,sBAAD,CAAD,EAAqC;IAC/C,OAAOC,gBAAA,CAAMC,GAAN,CACJ,IAAGF,sBAAuB,yFADtB,CAAP;EAGD;;AAZsC"}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/scope",
3
- "version": "0.0.759",
3
+ "version": "0.0.762",
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.759"
9
+ "version": "0.0.762"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -26,37 +26,37 @@
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.152",
30
- "@teambit/scope.ui.hooks.scope-context": "0.0.152",
31
- "@teambit/cli": "0.0.501",
32
- "@teambit/component": "0.0.759",
33
- "@teambit/logger": "0.0.594",
34
- "@teambit/aspect-loader": "0.0.759",
29
+ "@teambit/scope.models.scope-model": "0.0.154",
30
+ "@teambit/scope.ui.hooks.scope-context": "0.0.154",
31
+ "@teambit/cli": "0.0.503",
32
+ "@teambit/component": "0.0.762",
33
+ "@teambit/logger": "0.0.596",
34
+ "@teambit/aspect-loader": "0.0.762",
35
35
  "@teambit/bit-error": "0.0.394",
36
- "@teambit/builder": "0.0.759",
37
- "@teambit/compiler": "0.0.759",
38
- "@teambit/config": "0.0.514",
39
- "@teambit/envs": "0.0.759",
40
- "@teambit/express": "0.0.599",
41
- "@teambit/graphql": "0.0.759",
36
+ "@teambit/builder": "0.0.762",
37
+ "@teambit/compiler": "0.0.762",
38
+ "@teambit/config": "0.0.516",
39
+ "@teambit/envs": "0.0.762",
40
+ "@teambit/express": "0.0.601",
41
+ "@teambit/graphql": "0.0.762",
42
42
  "@teambit/harmony.modules.requireable-component": "0.0.484",
43
- "@teambit/isolator": "0.0.759",
43
+ "@teambit/isolator": "0.0.762",
44
44
  "@teambit/legacy-bit-id": "0.0.399",
45
- "@teambit/ui": "0.0.759",
45
+ "@teambit/ui": "0.0.762",
46
46
  "@teambit/workspace.modules.match-pattern": "0.0.489",
47
- "@teambit/component.ui.component-drawer": "0.0.47",
47
+ "@teambit/component.ui.component-drawer": "0.0.49",
48
48
  "@teambit/design.ui.tree": "0.0.5",
49
- "@teambit/ui-foundation.ui.side-bar": "0.0.565",
50
- "@teambit/command-bar": "0.0.759",
51
- "@teambit/component-tree": "0.0.547",
49
+ "@teambit/ui-foundation.ui.side-bar": "0.0.567",
50
+ "@teambit/command-bar": "0.0.762",
51
+ "@teambit/component-tree": "0.0.550",
52
52
  "@teambit/component.ui.component-filters": "0.0.5",
53
- "@teambit/sidebar": "0.0.759",
53
+ "@teambit/sidebar": "0.0.762",
54
54
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.487",
55
55
  "@teambit/ui-foundation.ui.menu": "0.0.487",
56
56
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.490",
57
57
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.499",
58
58
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.487",
59
- "@teambit/scope.ui.hooks.use-scope": "0.0.155",
59
+ "@teambit/scope.ui.hooks.use-scope": "0.0.157",
60
60
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.194",
61
61
  "@teambit/ui-foundation.ui.corner": "0.0.498",
62
62
  "@teambit/ui-foundation.ui.full-loader": "0.0.486",
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "peerDependencies": {
88
88
  "react-router-dom": "^6.0.0",
89
- "@teambit/legacy": "1.0.281",
89
+ "@teambit/legacy": "1.0.283",
90
90
  "react-dom": "^16.8.0 || ^17.0.0",
91
91
  "react": "^16.8.0 || ^17.0.0"
92
92
  },
@@ -114,7 +114,7 @@
114
114
  "react": "-"
115
115
  },
116
116
  "peerDependencies": {
117
- "@teambit/legacy": "1.0.281",
117
+ "@teambit/legacy": "1.0.283",
118
118
  "react-dom": "^16.8.0 || ^17.0.0",
119
119
  "react": "^16.8.0 || ^17.0.0"
120
120
  }
@@ -1,2 +1,2 @@
1
- export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.759/dist/scope.composition.js')]
2
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.759/dist/scope.docs.mdx')]
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.762/dist/scope.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.762/dist/scope.docs.mdx')]