@teambit/scope 1.0.23 → 1.0.25
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@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.25/dist/scope.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_scope@1.0.25/dist/scope.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/dist/scope.ui-root.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ScopeUIRoot","constructor","scope","_defineProperty","ssr","prebundle","name","path","configFile","devServers","Promise","resolve","resolveAspects","runtime","componentIds","opts","resolvePattern","exports"],"sources":["scope.ui-root.ts"],"sourcesContent":["import { ResolveAspectsOptions } from '@teambit/component';\nimport { ComponentID } from '@teambit/component-id';\nimport { UIRoot } from '@teambit/ui';\n\nimport type { ScopeMain } from './scope.main.runtime';\n\nexport class ScopeUIRoot implements UIRoot {\n constructor(\n /**\n * scope extension.\n */\n private scope: ScopeMain\n ) {}\n\n get name() {\n return this.scope.name;\n }\n\n get path(): string {\n return this.scope.path;\n }\n\n get configFile(): string {\n return 'scope.jsonc';\n }\n\n get devServers() {\n return Promise.resolve([]);\n }\n\n buildOptions = {\n ssr: true,\n prebundle:
|
|
1
|
+
{"version":3,"names":["ScopeUIRoot","constructor","scope","_defineProperty","ssr","prebundle","name","path","configFile","devServers","Promise","resolve","resolveAspects","runtime","componentIds","opts","resolvePattern","exports"],"sources":["scope.ui-root.ts"],"sourcesContent":["import { ResolveAspectsOptions } from '@teambit/component';\nimport { ComponentID } from '@teambit/component-id';\nimport { UIRoot } from '@teambit/ui';\n\nimport type { ScopeMain } from './scope.main.runtime';\n\nexport class ScopeUIRoot implements UIRoot {\n constructor(\n /**\n * scope extension.\n */\n private scope: ScopeMain\n ) {}\n\n get name() {\n return this.scope.name;\n }\n\n get path(): string {\n return this.scope.path;\n }\n\n get configFile(): string {\n return 'scope.jsonc';\n }\n\n get devServers() {\n return Promise.resolve([]);\n }\n\n buildOptions = {\n ssr: true,\n prebundle: true,\n };\n\n resolveAspects(runtime: string, componentIds?: ComponentID[], opts?: ResolveAspectsOptions) {\n return this.scope.resolveAspects(runtime, componentIds, opts);\n }\n\n async resolvePattern() {\n return [];\n }\n}\n"],"mappings":";;;;;;;;;AAMO,MAAMA,WAAW,CAAmB;EACzCC,WAAWA;EACT;AACJ;AACA;EACYC,KAAgB,EACxB;IAAA,KADQA,KAAgB,GAAhBA,KAAgB;IAAAC,eAAA,uBAmBX;MACbC,GAAG,EAAE,IAAI;MACTC,SAAS,EAAE;IACb,CAAC;EArBE;EAEH,IAAIC,IAAIA,CAAA,EAAG;IACT,OAAO,IAAI,CAACJ,KAAK,CAACI,IAAI;EACxB;EAEA,IAAIC,IAAIA,CAAA,EAAW;IACjB,OAAO,IAAI,CAACL,KAAK,CAACK,IAAI;EACxB;EAEA,IAAIC,UAAUA,CAAA,EAAW;IACvB,OAAO,aAAa;EACtB;EAEA,IAAIC,UAAUA,CAAA,EAAG;IACf,OAAOC,OAAO,CAACC,OAAO,CAAC,EAAE,CAAC;EAC5B;EAOAC,cAAcA,CAACC,OAAe,EAAEC,YAA4B,EAAEC,IAA4B,EAAE;IAC1F,OAAO,IAAI,CAACb,KAAK,CAACU,cAAc,CAACC,OAAO,EAAEC,YAAY,EAAEC,IAAI,CAAC;EAC/D;EAEA,MAAMC,cAAcA,CAAA,EAAG;IACrB,OAAO,EAAE;EACX;AACF;AAACC,OAAA,CAAAjB,WAAA,GAAAA,WAAA"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/scope",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
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.
|
|
9
|
+
"version": "1.0.25"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -49,37 +49,37 @@
|
|
|
49
49
|
"@teambit/ui-foundation.ui.full-loader": "0.0.500",
|
|
50
50
|
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.197",
|
|
51
51
|
"@teambit/ui-foundation.ui.top-bar": "0.0.514",
|
|
52
|
-
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.141",
|
|
53
|
-
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.143",
|
|
54
52
|
"@teambit/explorer.ui.gallery.component-card": "0.0.513",
|
|
55
53
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
56
54
|
"@teambit/scope.ui.empty-scope": "0.0.509",
|
|
57
55
|
"@teambit/scope.ui.scope-details": "0.0.526",
|
|
58
|
-
"@teambit/
|
|
59
|
-
"@teambit/
|
|
60
|
-
"@teambit/
|
|
61
|
-
"@teambit/
|
|
62
|
-
"@teambit/
|
|
63
|
-
"@teambit/
|
|
64
|
-
"@teambit/
|
|
65
|
-
"@teambit/
|
|
66
|
-
"@teambit/
|
|
56
|
+
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.141",
|
|
57
|
+
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.143",
|
|
58
|
+
"@teambit/component.modules.component-url": "0.0.155",
|
|
59
|
+
"@teambit/scope.models.scope-model": "0.0.454",
|
|
60
|
+
"@teambit/aspect-loader": "1.0.25",
|
|
61
|
+
"@teambit/cli": "0.0.799",
|
|
62
|
+
"@teambit/compiler": "1.0.25",
|
|
63
|
+
"@teambit/component": "1.0.25",
|
|
64
|
+
"@teambit/dependency-resolver": "1.0.25",
|
|
65
|
+
"@teambit/envs": "1.0.25",
|
|
66
|
+
"@teambit/global-config": "0.0.801",
|
|
67
67
|
"@teambit/harmony.modules.requireable-component": "0.0.493",
|
|
68
|
-
"@teambit/isolator": "1.0.
|
|
69
|
-
"@teambit/logger": "0.0.
|
|
68
|
+
"@teambit/isolator": "1.0.25",
|
|
69
|
+
"@teambit/logger": "0.0.892",
|
|
70
70
|
"@teambit/bit-error": "0.0.404",
|
|
71
|
-
"@teambit/builder": "1.0.
|
|
72
|
-
"@teambit/express": "0.0.
|
|
73
|
-
"@teambit/graph": "1.0.
|
|
74
|
-
"@teambit/graphql": "1.0.
|
|
75
|
-
"@teambit/legacy-bit-id": "1.0.
|
|
76
|
-
"@teambit/ui": "1.0.
|
|
71
|
+
"@teambit/builder": "1.0.25",
|
|
72
|
+
"@teambit/express": "0.0.898",
|
|
73
|
+
"@teambit/graph": "1.0.25",
|
|
74
|
+
"@teambit/graphql": "1.0.25",
|
|
75
|
+
"@teambit/legacy-bit-id": "1.0.3",
|
|
76
|
+
"@teambit/ui": "1.0.25",
|
|
77
77
|
"@teambit/workspace.modules.match-pattern": "0.0.500",
|
|
78
|
-
"@teambit/component-id": "1.0.
|
|
79
|
-
"@teambit/command-bar": "1.0.
|
|
80
|
-
"@teambit/component-tree": "1.0.
|
|
81
|
-
"@teambit/sidebar": "1.0.
|
|
82
|
-
"@teambit/lane-id": "0.0.
|
|
78
|
+
"@teambit/component-id": "1.0.2",
|
|
79
|
+
"@teambit/command-bar": "1.0.25",
|
|
80
|
+
"@teambit/component-tree": "1.0.25",
|
|
81
|
+
"@teambit/sidebar": "1.0.25",
|
|
82
|
+
"@teambit/lane-id": "0.0.311",
|
|
83
83
|
"@teambit/preview.ui.preview-placeholder": "0.0.501"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"react-router-dom": "^6.0.0",
|
|
100
|
-
"@teambit/legacy": "1.0.
|
|
100
|
+
"@teambit/legacy": "1.0.578",
|
|
101
101
|
"react": "^16.8.0 || ^17.0.0",
|
|
102
102
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
103
103
|
},
|