@teambit/objects 0.0.195 → 0.0.197

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.
@@ -57,6 +57,9 @@ export default class Lane extends BitObject {
57
57
  refs(): Ref[];
58
58
  validateBeforePersisting(str: string): void;
59
59
  toObject(): import("lodash").Dictionary<string | boolean | string[] | Log | {
60
+ scope: string;
61
+ name: string;
62
+ } | {
60
63
  isDeleted?: true | undefined;
61
64
  id: {
62
65
  scope: string;
@@ -64,9 +67,6 @@ export default class Lane extends BitObject {
64
67
  };
65
68
  head: string;
66
69
  }[] | {
67
- scope: string;
68
- name: string;
69
- } | {
70
70
  id: {
71
71
  scope: string;
72
72
  name: string;
@@ -187,12 +187,12 @@ export default class Version extends BitObject {
187
187
  static depEdgeFromArray(depEdgeArr: string[]): DepEdge;
188
188
  static flattenedEdgeToSource(flattenedEdges?: DepEdge[]): Source | undefined;
189
189
  static dependenciesGraphToSource(dependenciesGraph?: DependenciesGraph): Source | undefined;
190
- toObject(): import("lodash").Dictionary<string | boolean | string[] | Record<string, any> | Record<string, any>[] | import("@teambit/component-id").ComponentIdObj[] | Doclet[] | {
190
+ toObject(): import("lodash").Dictionary<string | boolean | Record<string, any> | string[] | Record<string, any>[] | Doclet[] | {
191
191
  file: any;
192
192
  relativePath: any;
193
193
  name: any;
194
194
  test: any;
195
- }[] | {
195
+ }[] | import("@teambit/component-id").ComponentIdObj[] | {
196
196
  extensionId: ComponentID | import("@teambit/component-id").ComponentIdObj | undefined;
197
197
  config: {
198
198
  [key: string]: any;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/objects",
3
- "version": "0.0.195",
3
+ "version": "0.0.197",
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.195"
9
+ "version": "0.0.197"
10
10
  },
11
11
  "dependencies": {
12
12
  "@pnpm/dependency-path": "1001.1.0",
@@ -21,12 +21,14 @@
21
21
  "fs-extra": "10.0.0",
22
22
  "uid-number": "0.0.6",
23
23
  "@teambit/harmony": "0.4.7",
24
+ "@teambit/cli": "0.0.1255",
24
25
  "@teambit/component-id": "1.2.4",
25
26
  "@teambit/legacy.utils": "0.0.23",
26
27
  "@teambit/harmony.modules.get-basic-log": "0.0.65",
27
28
  "@teambit/bit-error": "0.0.404",
28
29
  "@teambit/component-version": "1.0.4",
29
30
  "@teambit/component.snap-distance": "0.0.65",
31
+ "@teambit/config-store": "0.0.135",
30
32
  "@teambit/lane-id": "0.0.312",
31
33
  "@teambit/legacy.cli.error": "0.0.24",
32
34
  "@teambit/legacy.constants": "0.0.14",
@@ -48,9 +50,7 @@
48
50
  "@teambit/toolbox.promise.map-pool": "0.0.6",
49
51
  "@teambit/harmony.modules.in-memory-cache": "0.0.17",
50
52
  "@teambit/toolbox.fs.remove-empty-dir": "0.0.5",
51
- "@teambit/cli": "0.0.1255",
52
- "@teambit/config-store": "0.0.135",
53
- "@teambit/graph": "1.0.688"
53
+ "@teambit/graph": "1.0.690"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/semver": "7.5.8",