@teambit/objects 0.0.37 → 0.0.39

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.
@@ -58,14 +58,14 @@ export default class Lane extends BitObject {
58
58
  toObject(): import("lodash").Dictionary<string | boolean | string[] | {
59
59
  scope: string;
60
60
  name: string;
61
- } | Log | {
61
+ } | {
62
62
  isDeleted?: true | undefined;
63
63
  id: {
64
64
  scope: string;
65
65
  name: string;
66
66
  };
67
67
  head: string;
68
- }[] | {
68
+ }[] | Log | {
69
69
  id: {
70
70
  scope: string;
71
71
  name: string;
@@ -181,6 +181,11 @@ export default class Version extends BitObject {
181
181
  static flattenedEdgeToSource(flattenedEdges?: DepEdge[]): Source | undefined;
182
182
  static dependenciesGraphToSource(dependenciesGraph?: DependenciesGraph): Source | undefined;
183
183
  toObject(): import("lodash").Dictionary<string | boolean | string[] | Record<string, any> | Record<string, any>[] | ComponentOverridesData | {
184
+ file: any;
185
+ relativePath: any;
186
+ name: any;
187
+ test: any;
188
+ }[] | Doclet[] | import("@teambit/component-id").ComponentIdObj[] | {
184
189
  extensionId: ComponentID | import("@teambit/component-id").ComponentIdObj | undefined;
185
190
  config: {
186
191
  [key: string]: any;
@@ -192,11 +197,6 @@ export default class Version extends BitObject {
192
197
  name: string | undefined;
193
198
  newExtensionId: ComponentID | undefined;
194
199
  }[] | {
195
- file: any;
196
- relativePath: any;
197
- name: any;
198
- test: any;
199
- }[] | Doclet[] | import("@teambit/component-id").ComponentIdObj[] | {
200
200
  [key: string]: string;
201
201
  } | {
202
202
  [key: string]: string;
package/package.json CHANGED
@@ -1,63 +1,63 @@
1
1
  {
2
2
  "name": "@teambit/objects",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
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.37"
9
+ "version": "0.0.39"
10
10
  },
11
11
  "dependencies": {
12
+ "@pnpm/dependency-path": "900.0.0",
13
+ "@pnpm/lockfile.types": "^900.0.0",
14
+ "semver": "7.5.4",
12
15
  "lodash": "4.17.21",
13
- "tar-stream": "2.2.0",
16
+ "uuid": "8.3.2",
17
+ "async-mutex": "0.3.1",
14
18
  "p-map-series": "2.1.0",
19
+ "tar-stream": "2.2.0",
15
20
  "is-relative-path": "2.0.0",
16
- "async-mutex": "0.3.1",
17
21
  "fs-extra": "10.0.0",
18
22
  "uid-number": "0.0.6",
19
- "@pnpm/dependency-path": "900.0.0",
20
- "@pnpm/lockfile.types": "^900.0.0",
21
- "semver": "7.5.4",
22
- "uuid": "8.3.2",
23
23
  "@teambit/harmony": "0.4.6",
24
24
  "@teambit/component-id": "1.2.2",
25
- "@teambit/graph.cleargraph": "0.0.11",
26
25
  "@teambit/bit-error": "0.0.404",
27
26
  "@teambit/component-version": "1.0.3",
28
27
  "@teambit/lane-id": "0.0.312",
29
28
  "@teambit/legacy-bit-id": "1.1.1",
30
- "@teambit/cli": "0.0.1107",
31
- "@teambit/component.snap-distance": "0.0.26",
32
- "@teambit/graph": "1.0.530",
33
- "@teambit/harmony.modules.concurrency": "0.0.9",
34
- "@teambit/legacy.logger": "0.0.10",
35
- "@teambit/legacy.scope": "0.0.25",
36
- "@teambit/toolbox.promise.map-pool": "0.0.4",
37
- "@teambit/legacy.constants": "0.0.8",
29
+ "@teambit/graph.cleargraph": "0.0.11",
30
+ "@teambit/cli": "0.0.1109",
38
31
  "@teambit/legacy.utils": "0.0.15",
39
- "@teambit/toolbox.crypto.sha1": "0.0.5",
40
- "@teambit/harmony.modules.in-memory-cache": "0.0.10",
41
- "@teambit/toolbox.fs.remove-empty-dir": "0.0.3",
42
- "@teambit/harmony.modules.get-basic-log": "0.0.26",
32
+ "@teambit/harmony.modules.get-basic-log": "0.0.27",
33
+ "@teambit/component.snap-distance": "0.0.27",
43
34
  "@teambit/legacy.cli.error": "0.0.10",
35
+ "@teambit/legacy.constants": "0.0.8",
44
36
  "@teambit/legacy.global-config": "0.0.8",
45
- "@teambit/component.sources": "0.0.77",
37
+ "@teambit/legacy.logger": "0.0.10",
38
+ "@teambit/legacy.scope": "0.0.26",
39
+ "@teambit/toolbox.crypto.sha1": "0.0.5",
40
+ "@teambit/component.sources": "0.0.78",
46
41
  "@teambit/harmony.modules.feature-toggle": "0.0.16",
47
42
  "@teambit/legacy-component-log": "0.0.405",
48
- "@teambit/legacy.consumer-component": "0.0.26",
49
- "@teambit/legacy.consumer-config": "0.0.25",
50
- "@teambit/legacy.extension-data": "0.0.27",
43
+ "@teambit/legacy.consumer-component": "0.0.27",
44
+ "@teambit/legacy.consumer-config": "0.0.26",
45
+ "@teambit/legacy.extension-data": "0.0.28",
51
46
  "@teambit/pkg.modules.semver-helper": "0.0.4",
52
47
  "@teambit/toolbox.array.duplications-finder": "0.0.3",
53
48
  "@teambit/bit.get-bit-version": "0.0.3",
54
- "@teambit/semantics.doc-parser": "0.0.33"
49
+ "@teambit/semantics.doc-parser": "0.0.34",
50
+ "@teambit/graph": "1.0.532",
51
+ "@teambit/harmony.modules.concurrency": "0.0.9",
52
+ "@teambit/toolbox.promise.map-pool": "0.0.4",
53
+ "@teambit/harmony.modules.in-memory-cache": "0.0.10",
54
+ "@teambit/toolbox.fs.remove-empty-dir": "0.0.3"
55
55
  },
56
56
  "devDependencies": {
57
- "@types/lodash": "4.14.165",
58
- "@types/fs-extra": "9.0.7",
59
57
  "@types/semver": "7.3.4",
58
+ "@types/lodash": "4.14.165",
60
59
  "@types/uuid": "8.3.4",
60
+ "@types/fs-extra": "9.0.7",
61
61
  "@teambit/harmony.envs.core-aspect-env": "0.0.69"
62
62
  },
63
63
  "peerDependencies": {