@teambit/install 1.0.228 → 1.0.230
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +3 -3
- package/artifacts/schema.json +396 -92
- package/dist/exceptions/dependency-type-not-supported-in-policy.d.ts +4 -0
- package/dist/exceptions/index.d.ts +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/install.aspect.d.ts +2 -0
- package/dist/install.cmd.d.ts +54 -0
- package/dist/install.main.runtime.d.ts +183 -0
- package/dist/link/component-list-links.d.ts +7 -0
- package/dist/link/core-aspects-links.d.ts +7 -0
- package/dist/link/get-package-name-from-target.d.ts +1 -0
- package/dist/link/index.d.ts +1 -0
- package/dist/link/link-row.d.ts +12 -0
- package/dist/link/link-to-dir.d.ts +2 -0
- package/dist/link/link.cmd.d.ts +46 -0
- package/dist/link/nested-deps-in-nm-links.d.ts +7 -0
- package/dist/link/rewire-row.d.ts +6 -0
- package/dist/pick-outdated-pkgs.d.ts +12 -0
- package/dist/pick-outdated-pkgs.spec.d.ts +1 -0
- package/dist/uninstall.cmd.d.ts +12 -0
- package/dist/update.cmd.d.ts +26 -0
- package/package.json +18 -18
- package/tsconfig.json +1 -40
- /package/dist/{preview-1712805335812.js → preview-1712891953391.js} +0 -0
@@ -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.230" 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.173"/>
|
5
|
+
<testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.002"/>
|
6
6
|
</testsuite>
|
7
7
|
</testsuites>
|