@teambit/aspect-loader 1.0.702 → 1.0.705
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.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.705/dist/aspect-loader.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_aspect-loader@1.0.705/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.705",
|
|
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.705"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphql-tag": "2.12.1",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"@teambit/node.utils.esm-loader": "0.0.7",
|
|
26
26
|
"@teambit/bvm.config": "1.0.1",
|
|
27
27
|
"@teambit/bvm.path": "0.1.2",
|
|
28
|
-
"@teambit/component": "1.0.
|
|
29
|
-
"@teambit/graphql": "1.0.
|
|
30
|
-
"@teambit/cli": "0.0.
|
|
31
|
-
"@teambit/envs": "1.0.
|
|
32
|
-
"@teambit/logger": "0.0.
|
|
28
|
+
"@teambit/component": "1.0.705",
|
|
29
|
+
"@teambit/graphql": "1.0.705",
|
|
30
|
+
"@teambit/cli": "0.0.1264",
|
|
31
|
+
"@teambit/envs": "1.0.705",
|
|
32
|
+
"@teambit/logger": "0.0.1357"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/fs-extra": "9.0.7",
|
|
36
36
|
"@types/lodash": "4.14.165",
|
|
37
37
|
"@types/find-root": "1.1.2",
|
|
38
38
|
"@types/mocha": "9.1.0",
|
|
39
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
39
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.76"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": "^17.0.0 || ^18.0.0",
|
package/dist/esm.d.mts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export const AspectLoaderAspect: any;
|
|
2
|
-
export const getAspectDef: any;
|
|
3
|
-
export const getAspectDir: any;
|
|
4
|
-
export const getAspectDistDir: any;
|
|
5
|
-
export const getCoreAspectPackageName: any;
|
|
6
|
-
export const getCoreAspectName: any;
|
|
7
|
-
export const getAspectDirFromBvm: any;
|
|
8
|
-
export const AspectDefinition: any;
|
|
9
|
-
export const UNABLE_TO_LOAD_EXTENSION: any;
|
|
10
|
-
export default cjsModule;
|
|
11
|
-
import cjsModule from './index.js';
|