@teambit/objects 0.0.597 → 0.0.598
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
|
@@ -190,11 +190,6 @@ export default class Version extends BitObject {
|
|
|
190
190
|
static flattenedEdgeToSource(flattenedEdges?: DepEdge[]): Source | undefined;
|
|
191
191
|
static dependenciesGraphToSource(dependenciesGraph?: DependenciesGraph): Source | undefined;
|
|
192
192
|
toObject(): import("lodash").Dictionary<string | boolean | string[] | import("@teambit/component-id").ComponentIdObj[] | Doclet[] | Log[] | Record<string, any>[] | {
|
|
193
|
-
file: any;
|
|
194
|
-
relativePath: any;
|
|
195
|
-
name: any;
|
|
196
|
-
test: any;
|
|
197
|
-
}[] | {
|
|
198
193
|
extensionId: ComponentID | import("@teambit/component-id").ComponentIdObj | undefined;
|
|
199
194
|
config: {
|
|
200
195
|
[key: string]: any;
|
|
@@ -205,6 +200,11 @@ export default class Version extends BitObject {
|
|
|
205
200
|
legacyId: string | undefined;
|
|
206
201
|
name: string | undefined;
|
|
207
202
|
newExtensionId: ComponentID | undefined;
|
|
203
|
+
}[] | {
|
|
204
|
+
file: any;
|
|
205
|
+
relativePath: any;
|
|
206
|
+
name: any;
|
|
207
|
+
test: any;
|
|
208
208
|
}[] | Record<string, any> | VersionOrigin | {
|
|
209
209
|
[key: string]: string;
|
|
210
210
|
} | {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/objects",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.598",
|
|
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.598"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"fs-extra": "10.0.0",
|
|
17
17
|
"glob": "13.0.0",
|
|
18
18
|
"uid-number": "0.0.6",
|
|
19
|
-
"@pnpm/lockfile.types": "1100.0.
|
|
19
|
+
"@pnpm/lockfile.types": "1100.0.19",
|
|
20
20
|
"semver": "7.7.1",
|
|
21
21
|
"uuid": "8.3.2",
|
|
22
22
|
"@teambit/harmony": "0.4.12",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@teambit/toolbox.array.duplications-finder": "0.0.12",
|
|
50
50
|
"@teambit/bit.get-bit-version": "0.0.25",
|
|
51
51
|
"@teambit/semantics.doc-parser": "0.0.151",
|
|
52
|
-
"@teambit/graph": "1.0.
|
|
52
|
+
"@teambit/graph": "1.0.1091"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/lodash": "4.14.165",
|
|
File without changes
|