@teambit/objects 0.0.577 → 0.0.579
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.
package/dist/models/version.d.ts
CHANGED
|
@@ -189,13 +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 |
|
|
193
|
-
[key: string]: string;
|
|
194
|
-
} | {
|
|
195
|
-
[key: string]: string;
|
|
196
|
-
} | {
|
|
197
|
-
[key: string]: string;
|
|
198
|
-
} | ComponentOverridesData | Log[] | VersionOrigin | {
|
|
192
|
+
toObject(): import("lodash").Dictionary<string | boolean | Record<string, any> | string[] | Record<string, any>[] | Doclet[] | {
|
|
199
193
|
file: any;
|
|
200
194
|
relativePath: any;
|
|
201
195
|
name: any;
|
|
@@ -212,6 +206,12 @@ export default class Version extends BitObject {
|
|
|
212
206
|
name: string | undefined;
|
|
213
207
|
newExtensionId: ComponentID | undefined;
|
|
214
208
|
}[] | {
|
|
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.
|
|
3
|
+
"version": "0.0.579",
|
|
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.
|
|
9
|
+
"version": "0.0.579"
|
|
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.
|
|
53
|
+
"@teambit/graph": "1.0.1072"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/semver": "7.5.8",
|
|
File without changes
|