@teambit/isolator 1.0.487 → 1.0.489
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/preview/teambit_component_isolator-preview.js +1 -1
- package/artifacts/schema.json +1000 -605
- package/dist/isolator.main.runtime.d.ts +1 -1
- package/dist/isolator.main.runtime.js +9 -9
- package/dist/isolator.main.runtime.js.map +1 -1
- package/dist/{preview-1733714450424.js → preview-1733851236714.js} +2 -2
- package/dist/symlink-dependencies-to-capsules.js.map +1 -1
- package/package.json +20 -16
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/isolator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.489",
|
|
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.489"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"object-hash": "2.1.1",
|
|
16
16
|
"p-map": "4.0.0",
|
|
17
17
|
"rimraf": "3.0.2",
|
|
18
|
-
"semver": "7.5.
|
|
18
|
+
"semver": "7.5.4",
|
|
19
19
|
"uuid": "8.3.2",
|
|
20
20
|
"@teambit/any-fs": "0.0.5",
|
|
21
21
|
"@teambit/capsule": "0.0.12",
|
|
@@ -26,20 +26,24 @@
|
|
|
26
26
|
"@teambit/component-id": "1.2.2",
|
|
27
27
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
28
28
|
"@teambit/harmony": "0.4.6",
|
|
29
|
-
"@teambit/component": "1.0.
|
|
30
|
-
"@teambit/dependency-resolver": "1.0.
|
|
31
|
-
"@teambit/aspect-loader": "1.0.
|
|
32
|
-
"@teambit/cli": "0.0.
|
|
29
|
+
"@teambit/component": "1.0.489",
|
|
30
|
+
"@teambit/dependency-resolver": "1.0.489",
|
|
31
|
+
"@teambit/aspect-loader": "1.0.489",
|
|
32
|
+
"@teambit/cli": "0.0.1066",
|
|
33
33
|
"@teambit/component-package-version": "0.0.434",
|
|
34
|
-
"@teambit/component.sources": "0.0.
|
|
35
|
-
"@teambit/dependencies.fs.linked-dependencies": "0.0.
|
|
36
|
-
"@teambit/global-config": "0.0.
|
|
37
|
-
"@teambit/graph": "1.0.
|
|
38
|
-
"@teambit/harmony.modules.concurrency": "0.0.
|
|
39
|
-
"@teambit/legacy.
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
34
|
+
"@teambit/component.sources": "0.0.54",
|
|
35
|
+
"@teambit/dependencies.fs.linked-dependencies": "0.0.11",
|
|
36
|
+
"@teambit/global-config": "0.0.1069",
|
|
37
|
+
"@teambit/graph": "1.0.489",
|
|
38
|
+
"@teambit/harmony.modules.concurrency": "0.0.3",
|
|
39
|
+
"@teambit/legacy.constants": "0.0.2",
|
|
40
|
+
"@teambit/legacy.consumer-component": "0.0.3",
|
|
41
|
+
"@teambit/legacy.scope": "0.0.2",
|
|
42
|
+
"@teambit/legacy.utils": "0.0.9",
|
|
43
|
+
"@teambit/logger": "0.0.1159",
|
|
44
|
+
"@teambit/pkg.modules.component-package-name": "0.0.9",
|
|
45
|
+
"@teambit/scope.objects": "0.0.2",
|
|
46
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.230"
|
|
43
47
|
},
|
|
44
48
|
"devDependencies": {
|
|
45
49
|
"@types/fs-extra": "9.0.7",
|