@teambit/env 1.0.786 → 1.0.788
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/env-template/public/{661.0e0bd1fbbb556b4f8eda.js → 220.a46f60688681282edc73.js} +1 -1
- package/artifacts/env-template/public/{492.2357cf95e4f99689884d.js → 492.d08365e861eb7d25d8f8.js} +4 -4
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.40a426cc03594ca31390.js → compositions.f363a4bc8b15d013171a.js} +3 -3
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.fe44bec9f8dd72cae3d7.js → overview.b342696f66636b6f4b6e.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.c3ea593dcf67288957c5.js → peers.5dfb1892d272b850b9b5.js} +1 -1
- package/artifacts/env-template/public/{preview-root.06c8d3fb7985237d3698.js → preview-root.92ff3ab4de6d318d43d1.js} +1 -1
- package/artifacts/env-template/public/static/css/{492.0d1d9666.css → 492.079f2894.css} +1 -1
- package/{compositions-1760626422561.js → compositions-1761057598820.js} +1 -1
- package/dist/{preview-1760626422561.js → preview-1761057598820.js} +2 -2
- package/{overview-1760626422561.js → overview-1761057598820.js} +1 -1
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { linkModules } from '/home/circleci/.bvm/versions/1.12.
|
|
2
|
+
import { linkModules } from '/home/circleci/.bvm/versions/1.12.160/bit-1.12.160/node_modules/@teambit/preview/dist/preview-modules.js';
|
|
3
3
|
|
|
4
4
|
// strip leading/trailing slashes from any id we compare
|
|
5
5
|
function __bitNormalizeId(id) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_env@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_env@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_env@1.0.788/dist/env.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_env@1.0.788/dist/env.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { linkModules } from '/home/circleci/.bvm/versions/1.12.
|
|
2
|
+
import { linkModules } from '/home/circleci/.bvm/versions/1.12.160/bit-1.12.160/node_modules/@teambit/preview/dist/preview-modules.js';
|
|
3
3
|
|
|
4
4
|
// strip leading/trailing slashes from any id we compare
|
|
5
5
|
function __bitNormalizeId(id) {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/env",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.788",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/envs/env",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.envs",
|
|
8
8
|
"name": "env",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.788"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"react": "^16.8.0 || ^17.0.0",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@typescript-eslint/parser": "7.1.0",
|
|
23
23
|
"@teambit/harmony": "0.4.7",
|
|
24
24
|
"@teambit/cli": "0.0.1282",
|
|
25
|
-
"@teambit/aspect-loader": "1.0.
|
|
26
|
-
"@teambit/aspect": "1.0.
|
|
27
|
-
"@teambit/builder": "1.0.
|
|
28
|
-
"@teambit/envs": "1.0.
|
|
29
|
-
"@teambit/pkg": "1.0.
|
|
30
|
-
"@teambit/preview": "1.0.
|
|
31
|
-
"@teambit/ui": "1.0.
|
|
25
|
+
"@teambit/aspect-loader": "1.0.788",
|
|
26
|
+
"@teambit/aspect": "1.0.788",
|
|
27
|
+
"@teambit/builder": "1.0.788",
|
|
28
|
+
"@teambit/envs": "1.0.788",
|
|
29
|
+
"@teambit/pkg": "1.0.788",
|
|
30
|
+
"@teambit/preview": "1.0.788",
|
|
31
|
+
"@teambit/ui": "1.0.788"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@teambit/harmony.envs.core-aspect-env": "0.0.79"
|