@teambit/aspect-loader 1.0.1077 → 1.0.1079
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.
|
@@ -201,7 +201,7 @@ export declare class AspectLoaderMain {
|
|
|
201
201
|
private findAspectFile;
|
|
202
202
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
203
203
|
static dependencies: Aspect[];
|
|
204
|
-
static slots: (((registerFn: () => string) => SlotRegistry<
|
|
204
|
+
static slots: (((registerFn: () => string) => SlotRegistry<PluginDefinition[]>) | ((registerFn: () => string) => SlotRegistry<OnAspectLoadError>) | ((registerFn: () => string) => SlotRegistry<OnLoadRequireableExtension>))[];
|
|
205
205
|
static provider([loggerExt, envs, graphql]: [LoggerMain, EnvsMain, GraphqlMain], config: any, [onAspectLoadErrorSlot, onLoadRequireableExtensionSlot, pluginSlot]: [
|
|
206
206
|
OnAspectLoadErrorSlot,
|
|
207
207
|
OnLoadRequireableExtensionSlot,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_aspect-loader@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_aspect-loader@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_aspect-loader@1.0.1079/dist/aspect-loader.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_aspect-loader@1.0.1079/dist/aspect-loader.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/aspect-loader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1079",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/aspect-loader",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "aspect-loader",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1079"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphql-tag": "2.12.1",
|
|
@@ -17,27 +17,27 @@
|
|
|
17
17
|
"find-root": "1.1.0",
|
|
18
18
|
"@teambit/harmony": "0.4.12",
|
|
19
19
|
"@teambit/bit-error": "0.0.404",
|
|
20
|
-
"@teambit/compilation.modules.babel-compiler": "0.0.147",
|
|
21
20
|
"@teambit/component-id": "1.2.4",
|
|
22
21
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
23
|
-
"@teambit/harmony.modules.load-trace": "0.0.7",
|
|
24
|
-
"@teambit/harmony.modules.requireable-component": "0.0.519",
|
|
25
|
-
"@teambit/legacy.constants": "0.0.35",
|
|
26
22
|
"@teambit/node.utils.esm-loader": "0.0.7",
|
|
27
23
|
"@teambit/bvm.config": "1.0.2",
|
|
28
24
|
"@teambit/bvm.path": "1.0.0",
|
|
29
|
-
"@teambit/component": "1.0.
|
|
30
|
-
"@teambit/graphql": "1.0.
|
|
31
|
-
"@teambit/cli": "0.0.
|
|
32
|
-
"@teambit/
|
|
33
|
-
"@teambit/
|
|
25
|
+
"@teambit/component": "1.0.1079",
|
|
26
|
+
"@teambit/graphql": "1.0.1079",
|
|
27
|
+
"@teambit/cli": "0.0.1357",
|
|
28
|
+
"@teambit/compilation.modules.babel-compiler": "0.0.149",
|
|
29
|
+
"@teambit/envs": "1.0.1079",
|
|
30
|
+
"@teambit/harmony.modules.load-trace": "0.0.9",
|
|
31
|
+
"@teambit/harmony.modules.requireable-component": "0.0.521",
|
|
32
|
+
"@teambit/legacy.constants": "0.0.37",
|
|
33
|
+
"@teambit/logger": "0.0.1450"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/fs-extra": "9.0.7",
|
|
37
37
|
"@types/lodash": "4.14.165",
|
|
38
38
|
"@types/find-root": "1.1.2",
|
|
39
39
|
"@types/mocha": "9.1.0",
|
|
40
|
-
"@teambit/harmony.envs.core-aspect-env": "
|
|
40
|
+
"@teambit/harmony.envs.core-aspect-env": "2.0.4"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|