@teambit/objects 0.0.206 → 0.0.207
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/lane.d.ts
CHANGED
@@ -56,10 +56,10 @@ export default class Lane extends BitObject {
|
|
56
56
|
changeScope(scope: string): void;
|
57
57
|
refs(): Ref[];
|
58
58
|
validateBeforePersisting(str: string): void;
|
59
|
-
toObject(): import("lodash").Dictionary<string | boolean | string[] |
|
59
|
+
toObject(): import("lodash").Dictionary<string | boolean | string[] | {
|
60
60
|
scope: string;
|
61
61
|
name: string;
|
62
|
-
} | {
|
62
|
+
} | Log | {
|
63
63
|
isDeleted?: true | undefined;
|
64
64
|
id: {
|
65
65
|
scope: string;
|
package/dist/models/version.d.ts
CHANGED
@@ -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 | Record<string, any> | string[] | Record<string, any>[] |
|
190
|
+
toObject(): import("lodash").Dictionary<string | boolean | Record<string, any> | string[] | Record<string, any>[] | ComponentOverridesData | {
|
191
191
|
file: any;
|
192
192
|
relativePath: any;
|
193
193
|
name: any;
|
194
194
|
test: any;
|
195
|
-
}[] | import("@teambit/component-id").ComponentIdObj[] | {
|
195
|
+
}[] | Doclet[] | import("@teambit/component-id").ComponentIdObj[] | {
|
196
196
|
extensionId: ComponentID | import("@teambit/component-id").ComponentIdObj | undefined;
|
197
197
|
config: {
|
198
198
|
[key: string]: any;
|
@@ -209,7 +209,7 @@ export default class Version extends BitObject {
|
|
209
209
|
[key: string]: string;
|
210
210
|
} | {
|
211
211
|
[key: string]: string;
|
212
|
-
} |
|
212
|
+
} | Log[] | VersionOrigin | {
|
213
213
|
message: string;
|
214
214
|
date: string;
|
215
215
|
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.207",
|
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.207"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@pnpm/dependency-path": "1001.1.0",
|
@@ -21,36 +21,36 @@
|
|
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.1258",
|
25
24
|
"@teambit/component-id": "1.2.4",
|
26
25
|
"@teambit/legacy.utils": "0.0.23",
|
27
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.66",
|
28
26
|
"@teambit/bit-error": "0.0.404",
|
29
27
|
"@teambit/component-version": "1.0.4",
|
30
|
-
"@teambit/component.snap-distance": "0.0.66",
|
31
|
-
"@teambit/config-store": "0.0.138",
|
32
28
|
"@teambit/lane-id": "0.0.312",
|
33
29
|
"@teambit/legacy.cli.error": "0.0.24",
|
34
30
|
"@teambit/legacy.constants": "0.0.14",
|
35
31
|
"@teambit/legacy.logger": "0.0.24",
|
36
|
-
"@teambit/legacy.scope": "0.0.65",
|
37
32
|
"@teambit/toolbox.crypto.sha1": "0.0.7",
|
38
|
-
"@teambit/component.sources": "0.0.117",
|
39
33
|
"@teambit/legacy-bit-id": "1.1.3",
|
40
34
|
"@teambit/legacy-component-log": "0.0.408",
|
41
|
-
"@teambit/legacy.consumer-component": "0.0.66",
|
42
|
-
"@teambit/legacy.consumer-config": "0.0.65",
|
43
|
-
"@teambit/legacy.extension-data": "0.0.67",
|
44
35
|
"@teambit/pkg.modules.semver-helper": "0.0.13",
|
45
36
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
46
37
|
"@teambit/graph.cleargraph": "0.0.11",
|
47
38
|
"@teambit/bit.get-bit-version": "0.0.6",
|
48
|
-
"@teambit/semantics.doc-parser": "0.0.73",
|
49
39
|
"@teambit/harmony.modules.concurrency": "0.0.15",
|
50
40
|
"@teambit/toolbox.promise.map-pool": "0.0.6",
|
51
41
|
"@teambit/harmony.modules.in-memory-cache": "0.0.17",
|
52
42
|
"@teambit/toolbox.fs.remove-empty-dir": "0.0.5",
|
53
|
-
"@teambit/
|
43
|
+
"@teambit/cli": "0.0.1259",
|
44
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.67",
|
45
|
+
"@teambit/component.snap-distance": "0.0.67",
|
46
|
+
"@teambit/config-store": "0.0.139",
|
47
|
+
"@teambit/legacy.scope": "0.0.66",
|
48
|
+
"@teambit/component.sources": "0.0.118",
|
49
|
+
"@teambit/legacy.consumer-component": "0.0.67",
|
50
|
+
"@teambit/legacy.consumer-config": "0.0.66",
|
51
|
+
"@teambit/legacy.extension-data": "0.0.68",
|
52
|
+
"@teambit/semantics.doc-parser": "0.0.74",
|
53
|
+
"@teambit/graph": "1.0.700"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
56
|
"@types/semver": "7.5.8",
|
File without changes
|