@teambit/env 1.0.511 → 1.0.513
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/env-template/public/{276.6345f385ae1b6988e97c.js → 162.e94143696e443e9b040c.js} +2 -2
- package/artifacts/env-template/public/458.a93183e84e53a3e92529.js +207 -0
- package/artifacts/env-template/public/{492.4e54706bc29b212fc572.js → 492.99a5e9e71fb2408a20d9.js} +16 -22
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/{compositions.136337abeca9de3a788c.js → compositions.be740fe98bfa3ad6f5d9.js} +1 -1
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.0f5c698b273c42d6b78c.js → overview.a67cede4e5a2c9a750ba.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.a8c1b4adc8be24b774b8.js → peers.f3a0de5e0373de9f60dc.js} +1 -1
- package/artifacts/env-template/public/{preview-root.47f19b8f279521d9b7e9.js → preview-root.a96e643ac00b40cf43d5.js} +1 -1
- package/artifacts/preview/teambit_envs_env-preview.js +1 -1
- package/artifacts/schema.json +1220 -0
- package/{compositions-1736711473672.js → compositions-1736879479828.js} +1 -1
- package/dist/{preview-1736711473672.js → preview-1736879479828.js} +2 -2
- package/{overview-1736711473672.js → overview-1736879479828.js} +1 -1
- package/package.json +10 -10
- package/artifacts/env-template/public/671.26ebc0c94947bf598520.js +0 -207
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
import { linkModules } from '/home/circleci/.bvm/versions/1.9.
|
2
|
+
import { linkModules } from '/home/circleci/.bvm/versions/1.9.36/bit-1.9.36/node_modules/@teambit/preview/dist/preview-modules.js';
|
3
3
|
|
4
4
|
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-68b147035e4e910b00e4b8a4a3ce04a0de2e2e59.mjs";
|
5
5
|
|
@@ -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.513/dist/env.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.envs_env@1.0.513/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.9.
|
2
|
+
import { linkModules } from '/home/circleci/.bvm/versions/1.9.36/bit-1.9.36/node_modules/@teambit/preview/dist/preview-modules.js';
|
3
3
|
|
4
4
|
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-9b89befd045d1080499f8437aaaa95b3d5125fd8.mjs";
|
5
5
|
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/env",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.513",
|
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.513"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"react": "^16.8.0 || ^17.0.0",
|
@@ -21,14 +21,14 @@
|
|
21
21
|
"@typescript-eslint/eslint-plugin": "7.1.0",
|
22
22
|
"@typescript-eslint/parser": "7.1.0",
|
23
23
|
"@teambit/harmony": "0.4.6",
|
24
|
-
"@teambit/aspect-loader": "1.0.
|
25
|
-
"@teambit/aspect": "1.0.
|
26
|
-
"@teambit/builder": "1.0.
|
27
|
-
"@teambit/envs": "1.0.
|
28
|
-
"@teambit/pkg": "1.0.
|
29
|
-
"@teambit/preview": "1.0.
|
30
|
-
"@teambit/ui": "1.0.
|
31
|
-
"@teambit/cli": "0.0.
|
24
|
+
"@teambit/aspect-loader": "1.0.513",
|
25
|
+
"@teambit/aspect": "1.0.513",
|
26
|
+
"@teambit/builder": "1.0.513",
|
27
|
+
"@teambit/envs": "1.0.513",
|
28
|
+
"@teambit/pkg": "1.0.513",
|
29
|
+
"@teambit/preview": "1.0.513",
|
30
|
+
"@teambit/ui": "1.0.513",
|
31
|
+
"@teambit/cli": "0.0.1090"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@teambit/harmony.envs.core-aspect-env": "0.0.65"
|