@teambit/dependencies 1.0.309 → 1.0.311
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,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="37" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.dependencies/dependencies@1.0.
|
|
3
|
+
<testsuite name="teambit.dependencies/dependencies@1.0.311" tests="37" failures="0" errors="0" skipped="0">
|
|
4
4
|
<testcase classname="dist/dependencies.spec.js" name="should add the snap prefix"/>
|
|
5
5
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/testing-library__jest-dom"/>
|
|
6
6
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/chai"/>
|
|
7
|
-
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/mocha"
|
|
7
|
+
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/mocha"/>
|
|
8
8
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/classnames"/>
|
|
9
9
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/cors"/>
|
|
10
10
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/cross-spawn"/>
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/mousetrap"/>
|
|
27
27
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/node"/>
|
|
28
28
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/puppeteer"/>
|
|
29
|
-
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/react"
|
|
29
|
+
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/react"/>
|
|
30
30
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/react-dom"/>
|
|
31
31
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/react-router-dom"/>
|
|
32
32
|
<testcase classname="dist/dependencies-loader/package-to-definetly-typed.spec.js" name="should map to @types/react-tabs"/>
|
package/artifacts/schema.json
CHANGED
|
@@ -861,7 +861,8 @@
|
|
|
861
861
|
"character": 3
|
|
862
862
|
},
|
|
863
863
|
"raw": "/**\n * load dependencies without the need for the workspace.\n * the \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\n * are calculated here.\n * eventually all these dependencies are added to the ConsumerComponent object.\n */",
|
|
864
|
-
"comment": "load dependencies without the need for the workspace.\nthe \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\nare calculated here.\neventually all these dependencies are added to the ConsumerComponent object."
|
|
864
|
+
"comment": "load dependencies without the need for the workspace.\nthe \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\nare calculated here.\neventually all these dependencies are added to the ConsumerComponent object.",
|
|
865
|
+
"tags": []
|
|
865
866
|
},
|
|
866
867
|
"signature": "(method) DependenciesMain.loadDependenciesFromScope(component: ConsumerComponent, dependenciesData: Partial<DependenciesData>): Promise<void>",
|
|
867
868
|
"name": "loadDependenciesFromScope",
|
|
@@ -1004,7 +1005,8 @@
|
|
|
1004
1005
|
"character": 3
|
|
1005
1006
|
},
|
|
1006
1007
|
"raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
|
|
1007
|
-
"comment": "helps determine what snap/tag changed a specific dependency.\nthe results are sorted from the oldest to newest."
|
|
1008
|
+
"comment": "helps determine what snap/tag changed a specific dependency.\nthe results are sorted from the oldest to newest.",
|
|
1009
|
+
"tags": []
|
|
1008
1010
|
},
|
|
1009
1011
|
"signature": "(method) DependenciesMain.blame(compName: string, depName: string): Promise<BlameResult[]>",
|
|
1010
1012
|
"name": "blame",
|
|
@@ -1193,6 +1195,7 @@
|
|
|
1193
1195
|
"character": 3
|
|
1194
1196
|
},
|
|
1195
1197
|
"raw": "/**\n * @param depName either component-id-string or package-name (of the component or not component)\n * @returns a map of component-id-string to the version of the dependency\n */",
|
|
1198
|
+
"comment": "",
|
|
1196
1199
|
"tags": [
|
|
1197
1200
|
{
|
|
1198
1201
|
"__schema": "PropertyLikeTagSchema",
|
|
@@ -2922,7 +2925,8 @@
|
|
|
2922
2925
|
"character": 3
|
|
2923
2926
|
},
|
|
2924
2927
|
"raw": "/**\n * load dependencies without the need for the workspace.\n * the \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\n * are calculated here.\n * eventually all these dependencies are added to the ConsumerComponent object.\n */",
|
|
2925
|
-
"comment": "load dependencies without the need for the workspace.\nthe \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\nare calculated here.\neventually all these dependencies are added to the ConsumerComponent object."
|
|
2928
|
+
"comment": "load dependencies without the need for the workspace.\nthe \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\nare calculated here.\neventually all these dependencies are added to the ConsumerComponent object.",
|
|
2929
|
+
"tags": []
|
|
2926
2930
|
},
|
|
2927
2931
|
"signature": "(method) DependenciesMain.loadDependenciesFromScope(component: ConsumerComponent, dependenciesData: Partial<DependenciesData>): Promise<void>",
|
|
2928
2932
|
"name": "loadDependenciesFromScope",
|
|
@@ -3065,7 +3069,8 @@
|
|
|
3065
3069
|
"character": 3
|
|
3066
3070
|
},
|
|
3067
3071
|
"raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
|
|
3068
|
-
"comment": "helps determine what snap/tag changed a specific dependency.\nthe results are sorted from the oldest to newest."
|
|
3072
|
+
"comment": "helps determine what snap/tag changed a specific dependency.\nthe results are sorted from the oldest to newest.",
|
|
3073
|
+
"tags": []
|
|
3069
3074
|
},
|
|
3070
3075
|
"signature": "(method) DependenciesMain.blame(compName: string, depName: string): Promise<BlameResult[]>",
|
|
3071
3076
|
"name": "blame",
|
|
@@ -3254,6 +3259,7 @@
|
|
|
3254
3259
|
"character": 3
|
|
3255
3260
|
},
|
|
3256
3261
|
"raw": "/**\n * @param depName either component-id-string or package-name (of the component or not component)\n * @returns a map of component-id-string to the version of the dependency\n */",
|
|
3262
|
+
"comment": "",
|
|
3257
3263
|
"tags": [
|
|
3258
3264
|
{
|
|
3259
3265
|
"__schema": "PropertyLikeTagSchema",
|
|
@@ -3676,7 +3682,7 @@
|
|
|
3676
3682
|
"componentId": {
|
|
3677
3683
|
"scope": "teambit.dependencies",
|
|
3678
3684
|
"name": "dependencies",
|
|
3679
|
-
"version": "1.0.
|
|
3685
|
+
"version": "1.0.311"
|
|
3680
3686
|
},
|
|
3681
3687
|
"taggedModuleExports": []
|
|
3682
3688
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/dependencies",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.311",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/dependencies/dependencies",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.dependencies",
|
|
8
8
|
"name": "dependencies",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.311"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"archy": "1.0.0",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"@teambit/harmony": "0.4.6",
|
|
21
21
|
"@teambit/component-id": "1.2.0",
|
|
22
22
|
"@teambit/component-version": "1.0.3",
|
|
23
|
-
"@teambit/cli": "0.0.
|
|
24
|
-
"@teambit/graph": "1.0.
|
|
25
|
-
"@teambit/aspect-loader": "1.0.
|
|
23
|
+
"@teambit/cli": "0.0.888",
|
|
24
|
+
"@teambit/graph": "1.0.311",
|
|
25
|
+
"@teambit/aspect-loader": "1.0.311",
|
|
26
26
|
"@teambit/component-package-version": "0.0.433",
|
|
27
|
-
"@teambit/dependency-resolver": "1.0.
|
|
28
|
-
"@teambit/dev-files": "1.0.
|
|
29
|
-
"@teambit/scope": "1.0.
|
|
30
|
-
"@teambit/workspace": "1.0.
|
|
27
|
+
"@teambit/dependency-resolver": "1.0.311",
|
|
28
|
+
"@teambit/dev-files": "1.0.311",
|
|
29
|
+
"@teambit/scope": "1.0.311",
|
|
30
|
+
"@teambit/workspace": "1.0.311",
|
|
31
31
|
"@teambit/component-issues": "0.0.149"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
File without changes
|