@teambit/install 1.0.514 → 1.0.516
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.
@@ -1,7 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="2" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.workspace/install@1.0.
|
4
|
-
<testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices in correct order" time="0.
|
5
|
-
<testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.
|
3
|
+
<testsuite name="teambit.workspace/install@1.0.516" tests="2" failures="0" errors="0" skipped="0">
|
4
|
+
<testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices in correct order" time="0.046"/>
|
5
|
+
<testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.001"/>
|
6
6
|
</testsuite>
|
7
7
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -970,7 +970,7 @@
|
|
970
970
|
"line": 961,
|
971
971
|
"character": 5
|
972
972
|
},
|
973
|
-
"signature": "(property) forceVersionBump?: \"
|
973
|
+
"signature": "(property) forceVersionBump?: \"major\" | \"minor\" | \"patch\" | \"compatible\" | undefined",
|
974
974
|
"name": "forceVersionBump",
|
975
975
|
"type": {
|
976
976
|
"__schema": "TypeUnionSchema",
|
@@ -2212,7 +2212,7 @@
|
|
2212
2212
|
"componentId": {
|
2213
2213
|
"scope": "teambit.workspace",
|
2214
2214
|
"name": "modules/node-modules-linker",
|
2215
|
-
"version": "0.0.
|
2215
|
+
"version": "0.0.249"
|
2216
2216
|
}
|
2217
2217
|
}
|
2218
2218
|
},
|
@@ -2245,7 +2245,7 @@
|
|
2245
2245
|
"componentId": {
|
2246
2246
|
"scope": "teambit.workspace",
|
2247
2247
|
"name": "modules/node-modules-linker",
|
2248
|
-
"version": "0.0.
|
2248
|
+
"version": "0.0.249"
|
2249
2249
|
}
|
2250
2250
|
}
|
2251
2251
|
},
|
@@ -2684,7 +2684,7 @@
|
|
2684
2684
|
"line": 92,
|
2685
2685
|
"character": 1
|
2686
2686
|
},
|
2687
|
-
"signature": "type ModulesInstallOptions = {\n
|
2687
|
+
"signature": "type ModulesInstallOptions = {\n dependenciesGraph?: DependenciesGraph;\n addMissingDeps?: boolean;\n addMissingPeers?: boolean;\n dedupe?: boolean;\n copyPeerToRuntimeOnRoot?: boolean;\n copyPeerToRuntimeOnComponents?: boolean;\n ... 9 more ...;\n skipPrune?: boolean;\n}",
|
2688
2688
|
"name": "ModulesInstallOptions",
|
2689
2689
|
"type": {
|
2690
2690
|
"__schema": "TypeRefSchema",
|
@@ -3609,7 +3609,7 @@
|
|
3609
3609
|
"line": 961,
|
3610
3610
|
"character": 5
|
3611
3611
|
},
|
3612
|
-
"signature": "(property) forceVersionBump?: \"
|
3612
|
+
"signature": "(property) forceVersionBump?: \"major\" | \"minor\" | \"patch\" | \"compatible\" | undefined",
|
3613
3613
|
"name": "forceVersionBump",
|
3614
3614
|
"type": {
|
3615
3615
|
"__schema": "TypeUnionSchema",
|
@@ -5428,7 +5428,7 @@
|
|
5428
5428
|
"componentId": {
|
5429
5429
|
"scope": "teambit.workspace",
|
5430
5430
|
"name": "install",
|
5431
|
-
"version": "1.0.
|
5431
|
+
"version": "1.0.516"
|
5432
5432
|
},
|
5433
5433
|
"taggedModuleExports": []
|
5434
5434
|
}
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/install",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.516",
|
4
4
|
"homepage": "https://bit.cloud/teambit/workspace/install",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.workspace",
|
8
8
|
"name": "install",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.516"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -23,26 +23,26 @@
|
|
23
23
|
"@teambit/harmony": "0.4.6",
|
24
24
|
"@teambit/workspace.root-components": "1.0.0",
|
25
25
|
"@teambit/bit-error": "0.0.404",
|
26
|
-
"@teambit/cli": "0.0.
|
27
|
-
"@teambit/dependency-resolver": "1.0.
|
28
|
-
"@teambit/logger": "0.0.
|
29
|
-
"@teambit/workspace": "1.0.
|
30
|
-
"@teambit/application": "1.0.
|
31
|
-
"@teambit/aspect-loader": "1.0.
|
32
|
-
"@teambit/compiler": "1.0.
|
26
|
+
"@teambit/cli": "0.0.1093",
|
27
|
+
"@teambit/dependency-resolver": "1.0.516",
|
28
|
+
"@teambit/logger": "0.0.1186",
|
29
|
+
"@teambit/workspace": "1.0.516",
|
30
|
+
"@teambit/application": "1.0.516",
|
31
|
+
"@teambit/aspect-loader": "1.0.516",
|
32
|
+
"@teambit/compiler": "1.0.516",
|
33
33
|
"@teambit/component-issues": "0.0.153",
|
34
34
|
"@teambit/component-package-version": "0.0.435",
|
35
|
-
"@teambit/component": "1.0.
|
36
|
-
"@teambit/dependencies.fs.linked-dependencies": "0.0.
|
37
|
-
"@teambit/envs": "1.0.
|
38
|
-
"@teambit/generator": "1.0.
|
39
|
-
"@teambit/ipc-events": "1.0.
|
40
|
-
"@teambit/issues": "1.0.
|
41
|
-
"@teambit/objects": "0.0.
|
42
|
-
"@teambit/pkg.modules.component-package-name": "0.0.
|
43
|
-
"@teambit/variants": "0.0.
|
44
|
-
"@teambit/workspace-config-files": "1.0.
|
45
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
35
|
+
"@teambit/component": "1.0.516",
|
36
|
+
"@teambit/dependencies.fs.linked-dependencies": "0.0.18",
|
37
|
+
"@teambit/envs": "1.0.516",
|
38
|
+
"@teambit/generator": "1.0.517",
|
39
|
+
"@teambit/ipc-events": "1.0.516",
|
40
|
+
"@teambit/issues": "1.0.516",
|
41
|
+
"@teambit/objects": "0.0.23",
|
42
|
+
"@teambit/pkg.modules.component-package-name": "0.0.28",
|
43
|
+
"@teambit/variants": "0.0.1360",
|
44
|
+
"@teambit/workspace-config-files": "1.0.516",
|
45
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.249",
|
46
46
|
"@teambit/toolbox.time.time-format": "0.0.498"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
File without changes
|