@teambit/scope 0.0.1090 → 0.0.1092

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/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.1090/dist/scope.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.1090/dist/scope.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.1092/dist/scope.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@0.0.1092/dist/scope.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/dist/scope-cmd.js CHANGED
@@ -25,7 +25,7 @@ class ScopeCmd {
25
25
  constructor() {
26
26
  (0, _defineProperty2().default)(this, "name", 'scope <sub-command>');
27
27
  (0, _defineProperty2().default)(this, "alias", '');
28
- (0, _defineProperty2().default)(this, "description", 'EXPERIMENTAL. manage the scope-name for components');
28
+ (0, _defineProperty2().default)(this, "description", 'manage the scope-name for components');
29
29
  (0, _defineProperty2().default)(this, "options", []);
30
30
  (0, _defineProperty2().default)(this, "group", 'development');
31
31
  (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 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,QAAQ,CAAoB;EAAA;IAAA,8CAChC,qBAAqB;IAAA,+CACpB,EAAE;IAAA,qDACI,oDAAoD;IAAA,iDACxD,EAAE;IAAA,+CACJ,aAAa;IAAA,kDACC,EAAE;EAAA;EAExB,MAAMC,MAAM,CAAC,CAACC,sBAAsB,CAAW,EAAE;IAC/C,OAAOC,gBAAK,CAACC,GAAG,CACb,IAAGF,sBAAuB,yFAAwF,CACpH;EACH;AACF;AAAC"}
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 = '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,QAAQ,CAAoB;EAAA;IAAA,8CAChC,qBAAqB;IAAA,+CACpB,EAAE;IAAA,qDACI,sCAAsC;IAAA,iDAC1C,EAAE;IAAA,+CACJ,aAAa;IAAA,kDACC,EAAE;EAAA;EAExB,MAAMC,MAAM,CAAC,CAACC,sBAAsB,CAAW,EAAE;IAC/C,OAAOC,gBAAK,CAACC,GAAG,CACb,IAAGF,sBAAuB,yFAAwF,CACpH;EACH;AACF;AAAC"}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/scope",
3
- "version": "0.0.1090",
3
+ "version": "0.0.1092",
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": "0.0.1090"
9
+ "version": "0.0.1092"
10
10
  },
11
11
  "dependencies": {
12
12
  "fs-extra": "10.0.0",
@@ -32,44 +32,44 @@
32
32
  "@teambit/base-ui.utils.composer": "1.0.0",
33
33
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
34
34
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.512",
35
- "@teambit/scope.models.scope-model": "0.0.390",
36
- "@teambit/scope.ui.hooks.scope-context": "0.0.390",
37
- "@teambit/aspect-loader": "0.0.1090",
38
- "@teambit/cli": "0.0.732",
39
- "@teambit/compiler": "0.0.1090",
40
- "@teambit/component": "0.0.1090",
41
- "@teambit/envs": "0.0.1090",
42
- "@teambit/global-config": "0.0.734",
35
+ "@teambit/scope.models.scope-model": "0.0.391",
36
+ "@teambit/scope.ui.hooks.scope-context": "0.0.391",
37
+ "@teambit/aspect-loader": "0.0.1092",
38
+ "@teambit/cli": "0.0.733",
39
+ "@teambit/compiler": "0.0.1092",
40
+ "@teambit/component": "0.0.1092",
41
+ "@teambit/envs": "0.0.1092",
42
+ "@teambit/global-config": "0.0.735",
43
43
  "@teambit/harmony.modules.requireable-component": "0.0.491",
44
- "@teambit/isolator": "0.0.1090",
45
- "@teambit/logger": "0.0.825",
44
+ "@teambit/isolator": "0.0.1092",
45
+ "@teambit/logger": "0.0.826",
46
46
  "@teambit/bit-error": "0.0.402",
47
- "@teambit/builder": "0.0.1090",
48
- "@teambit/dependency-resolver": "0.0.1090",
49
- "@teambit/express": "0.0.830",
50
- "@teambit/graph": "0.0.1090",
51
- "@teambit/graphql": "0.0.1090",
52
- "@teambit/ui": "0.0.1090",
47
+ "@teambit/builder": "0.0.1092",
48
+ "@teambit/dependency-resolver": "0.0.1092",
49
+ "@teambit/express": "0.0.831",
50
+ "@teambit/graph": "0.0.1092",
51
+ "@teambit/graphql": "0.0.1092",
52
+ "@teambit/ui": "0.0.1092",
53
53
  "@teambit/workspace.modules.match-pattern": "0.0.498",
54
- "@teambit/component.ui.component-drawer": "0.0.291",
55
- "@teambit/lanes.hooks.use-lane-components": "0.0.195",
56
- "@teambit/lanes.hooks.use-lanes": "0.0.196",
57
- "@teambit/lanes.ui.models.lanes-model": "0.0.149",
58
- "@teambit/ui-foundation.ui.side-bar": "0.0.808",
59
- "@teambit/command-bar": "0.0.1090",
60
- "@teambit/component-tree": "0.0.878",
54
+ "@teambit/component.ui.component-drawer": "0.0.292",
55
+ "@teambit/lanes.hooks.use-lane-components": "0.0.196",
56
+ "@teambit/lanes.hooks.use-lanes": "0.0.197",
57
+ "@teambit/lanes.ui.models.lanes-model": "0.0.150",
58
+ "@teambit/ui-foundation.ui.side-bar": "0.0.809",
59
+ "@teambit/command-bar": "0.0.1092",
60
+ "@teambit/component-tree": "0.0.880",
61
61
  "@teambit/component.modules.component-url": "0.0.151",
62
- "@teambit/component.ui.component-filters.component-filter-context": "0.0.156",
63
- "@teambit/component.ui.component-filters.deprecate-filter": "0.0.156",
64
- "@teambit/component.ui.component-filters.env-filter": "0.0.162",
65
- "@teambit/component.ui.component-filters.show-main-filter": "0.0.149",
66
- "@teambit/sidebar": "0.0.1090",
62
+ "@teambit/component.ui.component-filters.component-filter-context": "0.0.157",
63
+ "@teambit/component.ui.component-filters.deprecate-filter": "0.0.157",
64
+ "@teambit/component.ui.component-filters.env-filter": "0.0.163",
65
+ "@teambit/component.ui.component-filters.show-main-filter": "0.0.150",
66
+ "@teambit/sidebar": "0.0.1092",
67
67
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.497",
68
68
  "@teambit/ui-foundation.ui.menu": "0.0.497",
69
69
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.501",
70
- "@teambit/lane-id": "0.0.249",
70
+ "@teambit/lane-id": "0.0.250",
71
71
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.499",
72
- "@teambit/scope.ui.hooks.use-scope": "0.0.395",
72
+ "@teambit/scope.ui.hooks.use-scope": "0.0.396",
73
73
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.207",
74
74
  "@teambit/ui-foundation.ui.corner": "0.0.508",
75
75
  "@teambit/ui-foundation.ui.full-loader": "0.0.495",
@@ -97,7 +97,7 @@
97
97
  },
98
98
  "peerDependencies": {
99
99
  "react-router-dom": "^6.0.0",
100
- "@teambit/legacy": "1.0.513",
100
+ "@teambit/legacy": "1.0.514",
101
101
  "react": "^16.8.0 || ^17.0.0",
102
102
  "react-dom": "^16.8.0 || ^17.0.0"
103
103
  },