@teambit/isolator 1.0.1002 → 1.0.1003
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/dist/capsule-cache.d.ts +192 -0
- package/dist/capsule-cache.js +733 -0
- package/dist/capsule-cache.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +19 -0
- package/dist/index.js.map +1 -1
- package/dist/isolator.composition.d.ts +2 -1
- package/dist/isolator.main.runtime.d.ts +16 -0
- package/dist/isolator.main.runtime.js +57 -6
- package/dist/isolator.main.runtime.js.map +1 -1
- package/dist/{preview-1780084871933.js → preview-1780507494169.js} +2 -2
- package/package.json +24 -24
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_isolator@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_isolator@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_isolator@1.0.1003/dist/isolator.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_isolator@1.0.1003/dist/isolator.docs.md';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/isolator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1003",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/isolator",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "isolator",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1003"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"chalk": "4.1.2",
|
|
13
12
|
"fs-extra": "10.0.0",
|
|
13
|
+
"p-map": "4.0.0",
|
|
14
|
+
"uuid": "8.3.2",
|
|
15
|
+
"chalk": "4.1.2",
|
|
14
16
|
"lodash": "4.17.21",
|
|
15
17
|
"object-hash": "2.1.1",
|
|
16
|
-
"p-map": "4.0.0",
|
|
17
18
|
"rimraf": "3.0.2",
|
|
18
19
|
"semver": "7.7.1",
|
|
19
|
-
"uuid": "8.3.2",
|
|
20
20
|
"@teambit/any-fs": "0.0.5",
|
|
21
21
|
"@teambit/capsule": "0.0.12",
|
|
22
22
|
"filenamify": "4.2.0",
|
|
@@ -28,31 +28,31 @@
|
|
|
28
28
|
"@teambit/harmony": "0.4.7",
|
|
29
29
|
"@teambit/component-package-version": "0.0.450",
|
|
30
30
|
"@teambit/legacy.utils": "0.0.38",
|
|
31
|
-
"@teambit/
|
|
32
|
-
"@teambit/
|
|
33
|
-
"@teambit/
|
|
34
|
-
"@teambit/
|
|
35
|
-
"@teambit/
|
|
36
|
-
"@teambit/
|
|
37
|
-
"@teambit/
|
|
38
|
-
"@teambit/
|
|
39
|
-
"@teambit/
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/legacy.
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/objects": "0.0.
|
|
47
|
-
"@teambit/pkg.modules.component-package-name": "0.0.
|
|
48
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
31
|
+
"@teambit/cli": "0.0.1330",
|
|
32
|
+
"@teambit/config-store": "0.0.211",
|
|
33
|
+
"@teambit/harmony.modules.concurrency": "0.0.30",
|
|
34
|
+
"@teambit/harmony.modules.feature-toggle": "0.0.39",
|
|
35
|
+
"@teambit/legacy.constants": "0.0.29",
|
|
36
|
+
"@teambit/logger": "0.0.1423",
|
|
37
|
+
"@teambit/component": "1.0.1003",
|
|
38
|
+
"@teambit/dependency-resolver": "1.0.1003",
|
|
39
|
+
"@teambit/aspect-loader": "1.0.1003",
|
|
40
|
+
"@teambit/component.sources": "0.0.172",
|
|
41
|
+
"@teambit/dependencies.fs.linked-dependencies": "0.0.55",
|
|
42
|
+
"@teambit/global-config": "0.0.1334",
|
|
43
|
+
"@teambit/graph": "1.0.1003",
|
|
44
|
+
"@teambit/legacy.consumer-component": "0.0.121",
|
|
45
|
+
"@teambit/legacy.scope": "0.0.120",
|
|
46
|
+
"@teambit/objects": "0.0.510",
|
|
47
|
+
"@teambit/pkg.modules.component-package-name": "0.0.127",
|
|
48
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.351"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/fs-extra": "9.0.7",
|
|
52
|
+
"@types/uuid": "8.3.4",
|
|
52
53
|
"@types/lodash": "4.14.165",
|
|
53
54
|
"@types/object-hash": "1.3.4",
|
|
54
55
|
"@types/semver": "7.5.8",
|
|
55
|
-
"@types/uuid": "8.3.4",
|
|
56
56
|
"@types/mocha": "9.1.0",
|
|
57
57
|
"@teambit/harmony.envs.core-aspect-env": "0.1.5"
|
|
58
58
|
},
|