@teambit/objects 0.0.444 → 0.0.445

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.
@@ -59,14 +59,14 @@ export default class Lane extends BitObject {
59
59
  toObject(): import("lodash").Dictionary<string | boolean | string[] | {
60
60
  scope: string;
61
61
  name: string;
62
- } | Log | {
62
+ } | {
63
63
  isDeleted?: true | undefined;
64
64
  id: {
65
65
  scope: string;
66
66
  name: string;
67
67
  };
68
68
  head: string;
69
- }[] | {
69
+ }[] | Log | {
70
70
  id: {
71
71
  scope: string;
72
72
  name: string;
@@ -189,12 +189,12 @@ 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>[] | ComponentOverridesData | {
192
+ toObject(): import("lodash").Dictionary<string | boolean | Record<string, any> | string[] | {
193
193
  file: any;
194
194
  relativePath: any;
195
195
  name: any;
196
196
  test: any;
197
- }[] | Doclet[] | import("@teambit/component-id").ComponentIdObj[] | {
197
+ }[] | Doclet[] | Record<string, any>[] | import("@teambit/component-id").ComponentIdObj[] | {
198
198
  extensionId: ComponentID | import("@teambit/component-id").ComponentIdObj | undefined;
199
199
  config: {
200
200
  [key: string]: any;
@@ -211,7 +211,7 @@ export default class Version extends BitObject {
211
211
  [key: string]: string;
212
212
  } | {
213
213
  [key: string]: string;
214
- } | Log[] | VersionOrigin | {
214
+ } | ComponentOverridesData | Log[] | VersionOrigin | {
215
215
  message: string;
216
216
  date: string;
217
217
  username: string | undefined;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/objects",
3
- "version": "0.0.444",
3
+ "version": "0.0.445",
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.444"
9
+ "version": "0.0.445"
10
10
  },
11
11
  "dependencies": {
12
12
  "@pnpm/dependency-path": "1001.1.10",
@@ -26,9 +26,6 @@
26
26
  "@teambit/bit-error": "0.0.404",
27
27
  "@teambit/component-version": "1.0.4",
28
28
  "@teambit/lane-id": "0.0.312",
29
- "@teambit/legacy.cli.error": "0.0.37",
30
- "@teambit/legacy.constants": "0.0.25",
31
- "@teambit/legacy.logger": "0.0.37",
32
29
  "@teambit/toolbox.crypto.sha1": "0.0.15",
33
30
  "@teambit/legacy-bit-id": "1.1.3",
34
31
  "@teambit/legacy-component-log": "0.0.417",
@@ -36,21 +33,24 @@
36
33
  "@teambit/toolbox.array.duplications-finder": "0.0.3",
37
34
  "@teambit/graph.cleargraph": "0.0.11",
38
35
  "@teambit/bit.get-bit-version": "0.0.15",
39
- "@teambit/harmony.modules.concurrency": "0.0.26",
40
36
  "@teambit/toolbox.promise.map-pool": "0.0.14",
41
- "@teambit/harmony.modules.in-memory-cache": "0.0.29",
42
37
  "@teambit/toolbox.fs.remove-empty-dir": "0.0.13",
43
- "@teambit/cli": "0.0.1313",
44
- "@teambit/harmony.modules.get-basic-log": "0.0.107",
45
- "@teambit/component.snap-distance": "0.0.107",
46
- "@teambit/config-store": "0.0.193",
47
- "@teambit/legacy.scope": "0.0.106",
48
- "@teambit/component.sources": "0.0.158",
49
- "@teambit/legacy.consumer-component": "0.0.107",
50
- "@teambit/legacy.consumer-config": "0.0.106",
51
- "@teambit/legacy.extension-data": "0.0.108",
52
- "@teambit/semantics.doc-parser": "0.0.114",
53
- "@teambit/graph": "1.0.937"
38
+ "@teambit/cli": "0.0.1314",
39
+ "@teambit/harmony.modules.get-basic-log": "0.0.108",
40
+ "@teambit/component.snap-distance": "0.0.108",
41
+ "@teambit/config-store": "0.0.194",
42
+ "@teambit/legacy.cli.error": "0.0.38",
43
+ "@teambit/legacy.constants": "0.0.26",
44
+ "@teambit/legacy.logger": "0.0.38",
45
+ "@teambit/legacy.scope": "0.0.107",
46
+ "@teambit/component.sources": "0.0.159",
47
+ "@teambit/legacy.consumer-component": "0.0.108",
48
+ "@teambit/legacy.consumer-config": "0.0.107",
49
+ "@teambit/legacy.extension-data": "0.0.109",
50
+ "@teambit/semantics.doc-parser": "0.0.115",
51
+ "@teambit/graph": "1.0.938",
52
+ "@teambit/harmony.modules.concurrency": "0.0.27",
53
+ "@teambit/harmony.modules.in-memory-cache": "0.0.30"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/semver": "7.5.8",