@teambit/dependencies 1.0.1021 → 1.0.1022

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/dependencies",
3
- "version": "1.0.1021",
3
+ "version": "1.0.1022",
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.1021"
9
+ "version": "1.0.1022"
10
10
  },
11
11
  "dependencies": {
12
12
  "archy": "1.0.0",
@@ -26,26 +26,12 @@
26
26
  "detective-stylus": "1.0.0",
27
27
  "module-definition": "3.3.1",
28
28
  "node-source-walk": "4.2.0",
29
- "@teambit/cli": "0.0.1339",
30
- "@teambit/component-issues": "0.0.173",
31
- "@teambit/legacy.constants": "0.0.30",
32
29
  "@teambit/harmony": "0.4.7",
33
30
  "@teambit/component-id": "1.2.4",
34
- "@teambit/component-package-version": "0.0.450",
35
- "@teambit/legacy.consumer-component": "0.0.128",
36
- "@teambit/logger": "0.0.1432",
37
31
  "@teambit/bit-error": "0.0.404",
38
- "@teambit/legacy.dependency-graph": "0.0.130",
39
- "@teambit/component.sources": "0.0.179",
40
- "@teambit/legacy.utils": "0.0.38",
41
32
  "@teambit/toolbox.path.path": "0.0.17",
42
- "@teambit/legacy.bit-map": "0.0.184",
43
- "@teambit/legacy.consumer-config": "0.0.127",
44
- "@teambit/legacy.consumer": "0.0.127",
45
33
  "@teambit/component-version": "1.0.4",
46
- "@teambit/legacy.logger": "0.0.43",
47
34
  "@teambit/toolbox.fs.extension-getter": "0.0.14",
48
- "@teambit/legacy.extension-data": "0.0.129",
49
35
  "@teambit/toolbox.fs.last-modified": "0.0.15",
50
36
  "@teambit/styling.deps-lookups.lookup-styling": "0.0.4",
51
37
  "@teambit/typescript.deps-lookups.lookup-typescript": "0.0.2",
@@ -55,12 +41,26 @@
55
41
  "@teambit/styling.deps-detectors.detective-sass": "0.0.9",
56
42
  "@teambit/styling.deps-detectors.detective-scss": "0.0.9",
57
43
  "@teambit/typescript.deps-detectors.detective-typescript": "0.0.10",
58
- "@teambit/graph": "1.0.1021",
59
- "@teambit/workspace": "1.0.1021",
60
- "@teambit/aspect-loader": "1.0.1021",
61
- "@teambit/dependency-resolver": "1.0.1021",
62
- "@teambit/dev-files": "1.0.1021",
63
- "@teambit/scope": "1.0.1021"
44
+ "@teambit/cli": "0.0.1340",
45
+ "@teambit/component-issues": "0.0.174",
46
+ "@teambit/graph": "1.0.1022",
47
+ "@teambit/legacy.constants": "0.0.31",
48
+ "@teambit/workspace": "1.0.1022",
49
+ "@teambit/aspect-loader": "1.0.1022",
50
+ "@teambit/component-package-version": "0.0.451",
51
+ "@teambit/dependency-resolver": "1.0.1022",
52
+ "@teambit/dev-files": "1.0.1022",
53
+ "@teambit/legacy.consumer-component": "0.0.129",
54
+ "@teambit/logger": "0.0.1433",
55
+ "@teambit/scope": "1.0.1022",
56
+ "@teambit/legacy.dependency-graph": "0.0.131",
57
+ "@teambit/component.sources": "0.0.180",
58
+ "@teambit/legacy.utils": "0.0.39",
59
+ "@teambit/legacy.bit-map": "0.0.185",
60
+ "@teambit/legacy.consumer-config": "0.0.128",
61
+ "@teambit/legacy.consumer": "0.0.128",
62
+ "@teambit/legacy.logger": "0.0.44",
63
+ "@teambit/legacy.extension-data": "0.0.130"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/cli-table": "^0.3.0",
@@ -70,11 +70,11 @@
70
70
  "rewire": "7.0.0",
71
71
  "sinon": "17.0.1",
72
72
  "@types/mocha": "9.1.0",
73
- "@teambit/component.testing.mock-components": "0.0.397",
74
- "@teambit/harmony.testing.load-aspect": "0.0.392",
75
- "@teambit/workspace.testing.mock-workspace": "0.0.197",
76
73
  "@teambit/defender.fs.global-bit-temp-dir": "0.0.1",
77
- "@teambit/harmony.envs.core-aspect-env": "0.1.6"
74
+ "@teambit/harmony.envs.core-aspect-env": "0.1.7",
75
+ "@teambit/component.testing.mock-components": "0.0.398",
76
+ "@teambit/harmony.testing.load-aspect": "0.0.393",
77
+ "@teambit/workspace.testing.mock-workspace": "0.0.198"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "chai": "5.2.1",
@@ -85,6 +85,7 @@
85
85
  "peerDependenciesMeta": {},
86
86
  "exports": {
87
87
  ".": {
88
+ "types": "./index.ts",
88
89
  "node": {
89
90
  "require": "./dist/index.js",
90
91
  "import": "./dist/esm.mjs"