@teambit/objects 0.0.441 → 0.0.442

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.
@@ -189,7 +189,7 @@ export default class Version extends BitObject {
189
189
  static depEdgeFromArray(depEdgeArr: string[]): DepEdge;
190
190
  static flattenedEdgeToSource(flattenedEdges?: DepEdge[]): Source | undefined;
191
191
  static dependenciesGraphToSource(dependenciesGraph?: DependenciesGraph): Source | undefined;
192
- toObject(): import("lodash").Dictionary<string | boolean | Record<string, any> | string[] | Record<string, any>[] | Doclet[] | {
192
+ toObject(): import("lodash").Dictionary<string | boolean | string[] | Record<string, any> | Record<string, any>[] | Doclet[] | {
193
193
  file: any;
194
194
  relativePath: any;
195
195
  name: any;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/objects",
3
- "version": "0.0.441",
3
+ "version": "0.0.442",
4
4
  "homepage": "https://bit.cloud/teambit/scope/objects",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.scope",
8
8
  "name": "objects",
9
- "version": "0.0.441"
9
+ "version": "0.0.442"
10
10
  },
11
11
  "dependencies": {
12
12
  "@pnpm/dependency-path": "1001.1.10",
@@ -21,14 +21,12 @@
21
21
  "glob": "13.0.0",
22
22
  "uid-number": "0.0.6",
23
23
  "@teambit/harmony": "0.4.7",
24
- "@teambit/cli": "0.0.1310",
25
24
  "@teambit/component-id": "1.2.4",
26
25
  "@teambit/legacy.utils": "0.0.34",
27
26
  "@teambit/harmony.modules.get-basic-log": "0.0.105",
28
27
  "@teambit/bit-error": "0.0.404",
29
28
  "@teambit/component-version": "1.0.4",
30
29
  "@teambit/component.snap-distance": "0.0.105",
31
- "@teambit/config-store": "0.0.190",
32
30
  "@teambit/lane-id": "0.0.312",
33
31
  "@teambit/legacy.cli.error": "0.0.36",
34
32
  "@teambit/legacy.constants": "0.0.24",
@@ -50,7 +48,9 @@
50
48
  "@teambit/toolbox.promise.map-pool": "0.0.14",
51
49
  "@teambit/harmony.modules.in-memory-cache": "0.0.28",
52
50
  "@teambit/toolbox.fs.remove-empty-dir": "0.0.13",
53
- "@teambit/graph": "1.0.934"
51
+ "@teambit/cli": "0.0.1311",
52
+ "@teambit/config-store": "0.0.191",
53
+ "@teambit/graph": "1.0.935"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/semver": "7.5.8",