@teambit/objects 0.0.38 → 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.
package/dist/models/lane.d.ts
CHANGED
@@ -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
|
-
} |
|
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;
|
package/dist/models/version.d.ts
CHANGED
@@ -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,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/objects",
|
3
|
-
"version": "0.0.
|
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.
|
9
|
+
"version": "0.0.39"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@pnpm/dependency-path": "900.0.0",
|
@@ -27,27 +27,27 @@
|
|
27
27
|
"@teambit/lane-id": "0.0.312",
|
28
28
|
"@teambit/legacy-bit-id": "1.1.1",
|
29
29
|
"@teambit/graph.cleargraph": "0.0.11",
|
30
|
-
"@teambit/cli": "0.0.
|
30
|
+
"@teambit/cli": "0.0.1109",
|
31
31
|
"@teambit/legacy.utils": "0.0.15",
|
32
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.
|
33
|
-
"@teambit/component.snap-distance": "0.0.
|
32
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.27",
|
33
|
+
"@teambit/component.snap-distance": "0.0.27",
|
34
34
|
"@teambit/legacy.cli.error": "0.0.10",
|
35
35
|
"@teambit/legacy.constants": "0.0.8",
|
36
36
|
"@teambit/legacy.global-config": "0.0.8",
|
37
37
|
"@teambit/legacy.logger": "0.0.10",
|
38
|
-
"@teambit/legacy.scope": "0.0.
|
38
|
+
"@teambit/legacy.scope": "0.0.26",
|
39
39
|
"@teambit/toolbox.crypto.sha1": "0.0.5",
|
40
|
-
"@teambit/component.sources": "0.0.
|
40
|
+
"@teambit/component.sources": "0.0.78",
|
41
41
|
"@teambit/harmony.modules.feature-toggle": "0.0.16",
|
42
42
|
"@teambit/legacy-component-log": "0.0.405",
|
43
|
-
"@teambit/legacy.consumer-component": "0.0.
|
44
|
-
"@teambit/legacy.consumer-config": "0.0.
|
45
|
-
"@teambit/legacy.extension-data": "0.0.
|
43
|
+
"@teambit/legacy.consumer-component": "0.0.27",
|
44
|
+
"@teambit/legacy.consumer-config": "0.0.26",
|
45
|
+
"@teambit/legacy.extension-data": "0.0.28",
|
46
46
|
"@teambit/pkg.modules.semver-helper": "0.0.4",
|
47
47
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
48
48
|
"@teambit/bit.get-bit-version": "0.0.3",
|
49
|
-
"@teambit/semantics.doc-parser": "0.0.
|
50
|
-
"@teambit/graph": "1.0.
|
49
|
+
"@teambit/semantics.doc-parser": "0.0.34",
|
50
|
+
"@teambit/graph": "1.0.532",
|
51
51
|
"@teambit/harmony.modules.concurrency": "0.0.9",
|
52
52
|
"@teambit/toolbox.promise.map-pool": "0.0.4",
|
53
53
|
"@teambit/harmony.modules.in-memory-cache": "0.0.10",
|
File without changes
|