@teambit/scope 1.0.750 → 1.0.751

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.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.750/dist/scope.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.750/dist/scope.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.751/dist/scope.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.scope_scope@1.0.751/dist/scope.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -3,6 +3,7 @@ export declare class ScopeCmd implements Command {
3
3
  name: string;
4
4
  alias: string;
5
5
  description: string;
6
+ extendedDescription: string;
6
7
  options: never[];
7
8
  group: string;
8
9
  commands: Command[];
package/dist/scope-cmd.js CHANGED
@@ -19,7 +19,10 @@ class ScopeCmd {
19
19
  constructor() {
20
20
  _defineProperty(this, "name", 'scope <sub-command>');
21
21
  _defineProperty(this, "alias", '');
22
- _defineProperty(this, "description", 'manage the scope-name for components');
22
+ _defineProperty(this, "description", 'manage component scope names and assignments');
23
+ _defineProperty(this, "extendedDescription", `configure scope assignments for components including setting default scopes and renaming existing scopes.
24
+ scopes determine where components are stored and published, forming the first part of component IDs.
25
+ essential for organizing components and managing component namespaces across teams.`);
23
26
  _defineProperty(this, "options", []);
24
27
  _defineProperty(this, "group", 'component-config');
25
28
  _defineProperty(this, "commands", []);
@@ -1 +1 @@
1
- {"version":3,"names":["_chalk","data","_interopRequireDefault","require","e","__esModule","default","_defineProperty","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","call","TypeError","String","Number","ScopeCmd","constructor","report","unrecognizedSubcommand","chalk","red","exports"],"sources":["scope-cmd.ts"],"sourcesContent":["import type { Command } from '@teambit/cli';\nimport chalk from 'chalk';\n\nexport class ScopeCmd implements Command {\n name = 'scope <sub-command>';\n alias = '';\n description = 'manage the scope-name for components';\n options = [];\n group = 'component-config';\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,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAA0B,SAAAC,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,gBAAAH,CAAA,EAAAI,CAAA,EAAAC,CAAA,YAAAD,CAAA,GAAAE,cAAA,CAAAF,CAAA,MAAAJ,CAAA,GAAAO,MAAA,CAAAC,cAAA,CAAAR,CAAA,EAAAI,CAAA,IAAAK,KAAA,EAAAJ,CAAA,EAAAK,UAAA,MAAAC,YAAA,MAAAC,QAAA,UAAAZ,CAAA,CAAAI,CAAA,IAAAC,CAAA,EAAAL,CAAA;AAAA,SAAAM,eAAAD,CAAA,QAAAQ,CAAA,GAAAC,YAAA,CAAAT,CAAA,uCAAAQ,CAAA,GAAAA,CAAA,GAAAA,CAAA;AAAA,SAAAC,aAAAT,CAAA,EAAAD,CAAA,2BAAAC,CAAA,KAAAA,CAAA,SAAAA,CAAA,MAAAL,CAAA,GAAAK,CAAA,CAAAU,MAAA,CAAAC,WAAA,kBAAAhB,CAAA,QAAAa,CAAA,GAAAb,CAAA,CAAAiB,IAAA,CAAAZ,CAAA,EAAAD,CAAA,uCAAAS,CAAA,SAAAA,CAAA,YAAAK,SAAA,yEAAAd,CAAA,GAAAe,MAAA,GAAAC,MAAA,EAAAf,CAAA;AAEnB,MAAMgB,QAAQ,CAAoB;EAAAC,YAAA;IAAAnB,eAAA,eAChC,qBAAqB;IAAAA,eAAA,gBACpB,EAAE;IAAAA,eAAA,sBACI,sCAAsC;IAAAA,eAAA,kBAC1C,EAAE;IAAAA,eAAA,gBACJ,kBAAkB;IAAAA,eAAA,mBACJ,EAAE;EAAA;EAExB,MAAMoB,MAAMA,CAAC,CAACC,sBAAsB,CAAW,EAAE;IAC/C,OAAOC,gBAAK,CAACC,GAAG,CACd,IAAIF,sBAAsB,yFAC5B,CAAC;EACH;AACF;AAACG,OAAA,CAAAN,QAAA,GAAAA,QAAA","ignoreList":[]}
1
+ {"version":3,"names":["_chalk","data","_interopRequireDefault","require","e","__esModule","default","_defineProperty","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","Symbol","toPrimitive","call","TypeError","String","Number","ScopeCmd","constructor","report","unrecognizedSubcommand","chalk","red","exports"],"sources":["scope-cmd.ts"],"sourcesContent":["import type { Command } from '@teambit/cli';\nimport chalk from 'chalk';\n\nexport class ScopeCmd implements Command {\n name = 'scope <sub-command>';\n alias = '';\n description = 'manage component scope names and assignments';\n extendedDescription = `configure scope assignments for components including setting default scopes and renaming existing scopes.\nscopes determine where components are stored and published, forming the first part of component IDs.\nessential for organizing components and managing component namespaces across teams.`;\n options = [];\n group = 'component-config';\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,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAA0B,SAAAC,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,gBAAAH,CAAA,EAAAI,CAAA,EAAAC,CAAA,YAAAD,CAAA,GAAAE,cAAA,CAAAF,CAAA,MAAAJ,CAAA,GAAAO,MAAA,CAAAC,cAAA,CAAAR,CAAA,EAAAI,CAAA,IAAAK,KAAA,EAAAJ,CAAA,EAAAK,UAAA,MAAAC,YAAA,MAAAC,QAAA,UAAAZ,CAAA,CAAAI,CAAA,IAAAC,CAAA,EAAAL,CAAA;AAAA,SAAAM,eAAAD,CAAA,QAAAQ,CAAA,GAAAC,YAAA,CAAAT,CAAA,uCAAAQ,CAAA,GAAAA,CAAA,GAAAA,CAAA;AAAA,SAAAC,aAAAT,CAAA,EAAAD,CAAA,2BAAAC,CAAA,KAAAA,CAAA,SAAAA,CAAA,MAAAL,CAAA,GAAAK,CAAA,CAAAU,MAAA,CAAAC,WAAA,kBAAAhB,CAAA,QAAAa,CAAA,GAAAb,CAAA,CAAAiB,IAAA,CAAAZ,CAAA,EAAAD,CAAA,uCAAAS,CAAA,SAAAA,CAAA,YAAAK,SAAA,yEAAAd,CAAA,GAAAe,MAAA,GAAAC,MAAA,EAAAf,CAAA;AAEnB,MAAMgB,QAAQ,CAAoB;EAAAC,YAAA;IAAAnB,eAAA,eAChC,qBAAqB;IAAAA,eAAA,gBACpB,EAAE;IAAAA,eAAA,sBACI,8CAA8C;IAAAA,eAAA,8BACtC;AACxB;AACA,oFAAoF;IAAAA,eAAA,kBACxE,EAAE;IAAAA,eAAA,gBACJ,kBAAkB;IAAAA,eAAA,mBACJ,EAAE;EAAA;EAExB,MAAMoB,MAAMA,CAAC,CAACC,sBAAsB,CAAW,EAAE;IAC/C,OAAOC,gBAAK,CAACC,GAAG,CACd,IAAIF,sBAAsB,yFAC5B,CAAC;EACH;AACF;AAACG,OAAA,CAAAN,QAAA,GAAAA,QAAA","ignoreList":[]}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/scope",
3
- "version": "1.0.750",
3
+ "version": "1.0.751",
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": "1.0.750"
9
+ "version": "1.0.751"
10
10
  },
11
11
  "dependencies": {
12
12
  "fs-extra": "10.0.0",
@@ -20,43 +20,18 @@
20
20
  "cli-table": "0.3.6",
21
21
  "classnames": "2.2.6",
22
22
  "reset-css": "5.0.1",
23
- "@teambit/component.modules.component-url": "0.0.180",
24
- "@teambit/scope.models.scope-model": "0.0.541",
25
23
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.518",
26
- "@teambit/scope.ui.hooks.scope-context": "0.0.536",
27
24
  "@teambit/bit-error": "0.0.404",
28
- "@teambit/cli": "0.0.1272",
29
- "@teambit/config-store": "0.0.152",
30
- "@teambit/harmony.modules.requireable-component": "0.0.506",
31
25
  "@teambit/harmony": "0.4.7",
32
- "@teambit/legacy.constants": "0.0.17",
33
- "@teambit/logger": "0.0.1365",
34
- "@teambit/harmony.modules.in-memory-cache": "0.0.20",
35
- "@teambit/legacy.consumer-component": "0.0.74",
36
- "@teambit/bit.get-bit-version": "0.0.8",
37
- "@teambit/legacy-component-log": "0.0.410",
38
- "@teambit/legacy.scope-api": "0.0.128",
39
26
  "@teambit/component-id": "1.2.4",
40
- "@teambit/component.snap-distance": "0.0.74",
41
- "@teambit/express": "0.0.1371",
42
27
  "@teambit/graph.cleargraph": "0.0.11",
43
28
  "@teambit/legacy-bit-id": "1.1.3",
44
- "@teambit/legacy.extension-data": "0.0.75",
45
- "@teambit/legacy.scope": "0.0.73",
46
- "@teambit/pkg.modules.component-package-name": "0.0.80",
47
- "@teambit/scope.network": "0.0.73",
48
- "@teambit/scope.remote-actions": "0.0.73",
49
- "@teambit/scope.remotes": "0.0.73",
50
- "@teambit/workspace.modules.match-pattern": "0.0.513",
51
- "@teambit/component.ui.component-drawer": "0.0.465",
52
29
  "@teambit/design.ui.tree": "0.0.16",
53
30
  "@teambit/lanes.hooks.use-lane-components": "0.0.295",
54
31
  "@teambit/lanes.hooks.use-lanes": "0.0.290",
55
32
  "@teambit/lanes.ui.models.lanes-model": "0.0.229",
56
- "@teambit/ui-foundation.ui.side-bar": "0.0.918",
57
33
  "@teambit/component.ui.component-filters.component-filter-context": "0.0.239",
58
34
  "@teambit/component.ui.component-filters.deprecate-filter": "0.0.239",
59
- "@teambit/component.ui.component-filters.env-filter": "0.0.261",
60
35
  "@teambit/component.ui.component-filters.show-main-filter": "0.0.232",
61
36
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.13",
62
37
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.505",
@@ -83,19 +58,44 @@
83
58
  "@teambit/scope.ui.empty-scope": "0.0.510",
84
59
  "@teambit/scope.ui.scope-details": "0.0.526",
85
60
  "@teambit/scopes.scope-id": "0.0.9",
86
- "@teambit/aspect-loader": "1.0.750",
87
- "@teambit/compiler": "1.0.750",
88
- "@teambit/component": "1.0.750",
89
- "@teambit/dependency-resolver": "1.0.750",
90
- "@teambit/envs": "1.0.750",
91
- "@teambit/isolator": "1.0.750",
92
- "@teambit/objects": "0.0.257",
93
- "@teambit/graph": "1.0.750",
94
- "@teambit/graphql": "1.0.750",
95
- "@teambit/ui": "1.0.750",
96
- "@teambit/command-bar": "1.0.750",
97
- "@teambit/component-tree": "1.0.750",
98
- "@teambit/sidebar": "1.0.750"
61
+ "@teambit/component.modules.component-url": "0.0.181",
62
+ "@teambit/scope.models.scope-model": "0.0.542",
63
+ "@teambit/scope.ui.hooks.scope-context": "0.0.537",
64
+ "@teambit/aspect-loader": "1.0.751",
65
+ "@teambit/cli": "0.0.1273",
66
+ "@teambit/compiler": "1.0.751",
67
+ "@teambit/component": "1.0.751",
68
+ "@teambit/config-store": "0.0.153",
69
+ "@teambit/dependency-resolver": "1.0.751",
70
+ "@teambit/envs": "1.0.751",
71
+ "@teambit/harmony.modules.requireable-component": "0.0.507",
72
+ "@teambit/isolator": "1.0.751",
73
+ "@teambit/legacy.constants": "0.0.18",
74
+ "@teambit/logger": "0.0.1366",
75
+ "@teambit/objects": "0.0.258",
76
+ "@teambit/harmony.modules.in-memory-cache": "0.0.21",
77
+ "@teambit/legacy.consumer-component": "0.0.75",
78
+ "@teambit/bit.get-bit-version": "0.0.9",
79
+ "@teambit/legacy-component-log": "0.0.411",
80
+ "@teambit/legacy.scope-api": "0.0.129",
81
+ "@teambit/component.snap-distance": "0.0.75",
82
+ "@teambit/express": "0.0.1372",
83
+ "@teambit/graph": "1.0.751",
84
+ "@teambit/graphql": "1.0.751",
85
+ "@teambit/legacy.extension-data": "0.0.76",
86
+ "@teambit/legacy.scope": "0.0.74",
87
+ "@teambit/pkg.modules.component-package-name": "0.0.81",
88
+ "@teambit/scope.network": "0.0.74",
89
+ "@teambit/scope.remote-actions": "0.0.74",
90
+ "@teambit/scope.remotes": "0.0.74",
91
+ "@teambit/ui": "1.0.751",
92
+ "@teambit/workspace.modules.match-pattern": "0.0.514",
93
+ "@teambit/component.ui.component-drawer": "0.0.466",
94
+ "@teambit/ui-foundation.ui.side-bar": "0.0.919",
95
+ "@teambit/command-bar": "1.0.751",
96
+ "@teambit/component-tree": "1.0.751",
97
+ "@teambit/component.ui.component-filters.env-filter": "0.0.262",
98
+ "@teambit/sidebar": "1.0.751"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/fs-extra": "9.0.7",