@teambit/objects 0.0.575 → 0.0.577

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,13 @@ 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
+ [key: string]: string;
194
+ } | {
195
+ [key: string]: string;
196
+ } | {
197
+ [key: string]: string;
198
+ } | ComponentOverridesData | Log[] | VersionOrigin | {
193
199
  file: any;
194
200
  relativePath: any;
195
201
  name: any;
@@ -206,12 +212,6 @@ export default class Version extends BitObject {
206
212
  name: string | undefined;
207
213
  newExtensionId: ComponentID | undefined;
208
214
  }[] | {
209
- [key: string]: string;
210
- } | {
211
- [key: string]: string;
212
- } | {
213
- [key: string]: string;
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.575",
3
+ "version": "0.0.577",
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.575"
9
+ "version": "0.0.577"
10
10
  },
11
11
  "dependencies": {
12
12
  "@pnpm/dependency-path": "1001.1.10",
@@ -50,7 +50,7 @@
50
50
  "@teambit/semantics.doc-parser": "0.0.145",
51
51
  "@teambit/harmony.modules.in-memory-cache": "0.0.38",
52
52
  "@teambit/toolbox.fs.remove-empty-dir": "0.0.16",
53
- "@teambit/graph": "1.0.1068"
53
+ "@teambit/graph": "1.0.1070"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/semver": "7.5.8",