@teambit/dependencies 1.0.1086 → 1.0.1087

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/.npmignore ADDED
@@ -0,0 +1,18 @@
1
+ dist/tsconfig.tsbuildinfo
2
+ dist/tsconfig.json
3
+ /tsconfig.json
4
+
5
+ package-tar/
6
+ .bit-capsule-ready
7
+ /*.ts
8
+ artifacts/*
9
+ !artifacts/env-template
10
+ !artifacts/ui-bundle
11
+ !artifacts/preview-bundle
12
+ package-tar/
13
+ .bit-capsule-ready
14
+ /*.ts
15
+ artifacts/*
16
+ !artifacts/env-template
17
+ !artifacts/ui-bundle
18
+ !artifacts/preview-bundle
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/dependencies",
3
- "version": "1.0.1086",
3
+ "version": "1.0.1087",
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.1086"
9
+ "version": "1.0.1087"
10
10
  },
11
11
  "dependencies": {
12
12
  "archy": "1.0.0",
@@ -26,26 +26,17 @@
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.1359",
30
29
  "@teambit/component-issues": "0.0.182",
31
30
  "@teambit/legacy.constants": "0.0.39",
32
31
  "@teambit/harmony": "0.4.12",
33
32
  "@teambit/component-id": "1.2.4",
34
33
  "@teambit/component-package-version": "0.0.459",
35
- "@teambit/legacy.consumer-component": "0.0.143",
36
- "@teambit/logger": "0.0.1452",
37
34
  "@teambit/bit-error": "0.0.404",
38
- "@teambit/legacy.dependency-graph": "0.0.145",
39
- "@teambit/component.sources": "0.0.194",
40
35
  "@teambit/legacy.utils": "0.0.47",
41
36
  "@teambit/toolbox.path.path": "0.0.21",
42
- "@teambit/legacy.bit-map": "0.0.199",
43
- "@teambit/legacy.consumer-config": "0.0.142",
44
- "@teambit/legacy.consumer": "0.0.142",
45
37
  "@teambit/component-version": "1.0.4",
46
38
  "@teambit/legacy.logger": "0.0.54",
47
39
  "@teambit/toolbox.fs.extension-getter": "0.0.18",
48
- "@teambit/legacy.extension-data": "0.0.144",
49
40
  "@teambit/toolbox.fs.last-modified": "0.0.19",
50
41
  "@teambit/styling.deps-lookups.lookup-styling": "0.0.4",
51
42
  "@teambit/typescript.deps-lookups.lookup-typescript": "0.0.2",
@@ -56,12 +47,21 @@
56
47
  "@teambit/styling.deps-detectors.detective-sass": "0.0.9",
57
48
  "@teambit/styling.deps-detectors.detective-scss": "0.0.9",
58
49
  "@teambit/typescript.deps-detectors.detective-typescript": "0.0.10",
59
- "@teambit/graph": "1.0.1086",
60
- "@teambit/workspace": "1.0.1086",
61
- "@teambit/aspect-loader": "1.0.1086",
62
- "@teambit/dependency-resolver": "1.0.1086",
63
- "@teambit/dev-files": "1.0.1086",
64
- "@teambit/scope": "1.0.1086"
50
+ "@teambit/cli": "0.0.1360",
51
+ "@teambit/graph": "1.0.1087",
52
+ "@teambit/workspace": "1.0.1087",
53
+ "@teambit/aspect-loader": "1.0.1087",
54
+ "@teambit/dependency-resolver": "1.0.1087",
55
+ "@teambit/dev-files": "1.0.1087",
56
+ "@teambit/legacy.consumer-component": "0.0.144",
57
+ "@teambit/logger": "0.0.1453",
58
+ "@teambit/scope": "1.0.1087",
59
+ "@teambit/legacy.dependency-graph": "0.0.146",
60
+ "@teambit/component.sources": "0.0.195",
61
+ "@teambit/legacy.bit-map": "0.0.200",
62
+ "@teambit/legacy.consumer-config": "0.0.143",
63
+ "@teambit/legacy.consumer": "0.0.143",
64
+ "@teambit/legacy.extension-data": "0.0.145"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/cli-table": "^0.3.0",
@@ -71,11 +71,11 @@
71
71
  "rewire": "7.0.0",
72
72
  "sinon": "17.0.1",
73
73
  "@types/mocha": "9.1.0",
74
- "@teambit/workspace.testing.mock-workspace": "0.0.219",
75
74
  "@teambit/defender.fs.global-bit-temp-dir": "0.0.1",
76
75
  "@teambit/harmony.envs.core-aspect-env": "2.0.4",
77
- "@teambit/component.testing.mock-components": "0.0.414",
78
- "@teambit/harmony.testing.load-aspect": "0.0.409"
76
+ "@teambit/component.testing.mock-components": "0.0.415",
77
+ "@teambit/harmony.testing.load-aspect": "0.0.410",
78
+ "@teambit/workspace.testing.mock-workspace": "0.0.220"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "chai": "5.2.1"