@teambit/aspect 1.0.150 → 1.0.152
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.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/env-template/public/{310.3388e9b3875210967882.js → 310.6dcbc4594b57ddcc9640.js} +11 -11
- package/artifacts/env-template/public/{146.84f9c9d97cfad2e3cf6a.js → 657.7c838c0b579e7248f01e.js} +4 -4
- package/artifacts/env-template/public/{420.950d8f64d8002c371b03.js → 700.84f8d989e2f956247dd2.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +16 -16
- package/artifacts/env-template/public/{compositions.e6ebb4f6b43d11929803.js → compositions.e788c63e554ea0d64566.js} +3 -3
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.bc0d115a4d90ddbfafd2.js → overview.6ccbc411ce1ea402a164.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.089712be73bebf1ec797.js → peers.dd98e5e53792bf3bb66c.js} +1 -1
- package/artifacts/env-template/public/{preview-root.19740a1f55a7af7fe35e.js → preview-root.5f9137a08d00376ca770.js} +1 -1
- package/artifacts/env-template/public/static/css/{310.b1f2b2a8.css → 310.354fd273.css} +1 -1
- package/artifacts/preview/teambit_harmony_aspect-preview.js +1 -1
- package/dist/{preview-1706671044097.js → preview-1706757518460.js} +2 -2
- package/package.json +27 -27
- /package/{compositions-1706671044097.js → compositions-1706757518460.js} +0 -0
- /package/{overview-1706671044097.js → overview-1706757518460.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_aspect@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_aspect@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_aspect@1.0.152/dist/aspect.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_aspect@1.0.152/dist/aspect.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",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.152",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/aspect",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "aspect",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.152"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -32,30 +32,30 @@
|
|
|
32
32
|
"@bitdev/harmony.generators.harmony-templates": "0.0.11",
|
|
33
33
|
"@teambit/design.ui.empty-box": "0.0.363",
|
|
34
34
|
"@teambit/cli-table": "0.0.48",
|
|
35
|
-
"@teambit/cli": "0.0.
|
|
36
|
-
"@teambit/aspect-loader": "1.0.
|
|
37
|
-
"@teambit/builder": "1.0.
|
|
38
|
-
"@teambit/bundler": "1.0.
|
|
39
|
-
"@teambit/compiler": "1.0.
|
|
40
|
-
"@teambit/envs": "1.0.
|
|
41
|
-
"@teambit/logger": "0.0.
|
|
42
|
-
"@teambit/pkg": "1.0.
|
|
43
|
-
"@teambit/preview": "1.0.
|
|
44
|
-
"@teambit/react": "1.0.
|
|
45
|
-
"@teambit/tester": "1.0.
|
|
46
|
-
"@teambit/ui": "1.0.
|
|
47
|
-
"@teambit/webpack": "1.0.
|
|
48
|
-
"@teambit/workspace-config-files": "1.0.
|
|
49
|
-
"@teambit/babel": "1.0.
|
|
50
|
-
"@teambit/component": "1.0.
|
|
51
|
-
"@teambit/dependency-resolver": "1.0.
|
|
52
|
-
"@teambit/generator": "1.0.
|
|
53
|
-
"@teambit/worker": "0.0.
|
|
54
|
-
"@teambit/workspace": "1.0.
|
|
55
|
-
"@teambit/compositions": "1.0.
|
|
56
|
-
"@teambit/isolator": "1.0.
|
|
57
|
-
"@teambit/react.eslint-config-bit-react": "1.0.
|
|
58
|
-
"@teambit/node": "1.0.
|
|
35
|
+
"@teambit/cli": "0.0.850",
|
|
36
|
+
"@teambit/aspect-loader": "1.0.152",
|
|
37
|
+
"@teambit/builder": "1.0.152",
|
|
38
|
+
"@teambit/bundler": "1.0.152",
|
|
39
|
+
"@teambit/compiler": "1.0.152",
|
|
40
|
+
"@teambit/envs": "1.0.152",
|
|
41
|
+
"@teambit/logger": "0.0.943",
|
|
42
|
+
"@teambit/pkg": "1.0.152",
|
|
43
|
+
"@teambit/preview": "1.0.152",
|
|
44
|
+
"@teambit/react": "1.0.152",
|
|
45
|
+
"@teambit/tester": "1.0.152",
|
|
46
|
+
"@teambit/ui": "1.0.152",
|
|
47
|
+
"@teambit/webpack": "1.0.152",
|
|
48
|
+
"@teambit/workspace-config-files": "1.0.152",
|
|
49
|
+
"@teambit/babel": "1.0.152",
|
|
50
|
+
"@teambit/component": "1.0.152",
|
|
51
|
+
"@teambit/dependency-resolver": "1.0.152",
|
|
52
|
+
"@teambit/generator": "1.0.153",
|
|
53
|
+
"@teambit/worker": "0.0.1154",
|
|
54
|
+
"@teambit/workspace": "1.0.152",
|
|
55
|
+
"@teambit/compositions": "1.0.152",
|
|
56
|
+
"@teambit/isolator": "1.0.152",
|
|
57
|
+
"@teambit/react.eslint-config-bit-react": "1.0.108",
|
|
58
|
+
"@teambit/node": "1.0.152"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/lodash": "4.14.165",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@teambit/harmony.envs.core-aspect-env": "0.0.24"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@teambit/legacy": "1.0.
|
|
68
|
+
"@teambit/legacy": "1.0.644",
|
|
69
69
|
"@types/react": "^17.0.73"
|
|
70
70
|
},
|
|
71
71
|
"license": "Apache-2.0",
|
|
File without changes
|
|
File without changes
|