@teambit/objects 0.0.0-b61538130f96efcb5fb1a5a58d002309a6a694f8 → 0.0.0-b618de340e6b36fd2d55d0d9860e2fbb50149876
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,7 +56,7 @@ 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
|
} | {
|
|
@@ -66,7 +66,7 @@ export default class Lane extends BitObject {
|
|
|
66
66
|
name: string;
|
|
67
67
|
};
|
|
68
68
|
head: string;
|
|
69
|
-
}[] | {
|
|
69
|
+
}[] | Log | {
|
|
70
70
|
id: {
|
|
71
71
|
scope: string;
|
|
72
72
|
name: 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 |
|
|
190
|
+
toObject(): import("lodash").Dictionary<string | boolean | string[] | Record<string, any> | {
|
|
191
191
|
file: any;
|
|
192
192
|
relativePath: any;
|
|
193
193
|
name: any;
|
|
194
194
|
test: any;
|
|
195
|
-
}[] | import("@teambit/component-id").ComponentIdObj[] | {
|
|
195
|
+
}[] | Doclet[] | Record<string, any>[] | import("@teambit/component-id").ComponentIdObj[] | {
|
|
196
196
|
extensionId: ComponentID | import("@teambit/component-id").ComponentIdObj | undefined;
|
|
197
197
|
config: {
|
|
198
198
|
[key: string]: any;
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/objects",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-b618de340e6b36fd2d55d0d9860e2fbb50149876",
|
|
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": "
|
|
9
|
+
"version": "b618de340e6b36fd2d55d0d9860e2fbb50149876"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@pnpm/dependency-path": "1001.1.
|
|
13
|
-
"@pnpm/lockfile.types": "^1002.0.
|
|
12
|
+
"@pnpm/dependency-path": "1001.1.7",
|
|
13
|
+
"@pnpm/lockfile.types": "^1002.0.6",
|
|
14
14
|
"semver": "7.7.1",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
16
|
"uuid": "8.3.2",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"glob": "13.0.0",
|
|
22
22
|
"uid-number": "0.0.6",
|
|
23
23
|
"@teambit/harmony": "0.4.7",
|
|
24
|
-
"@teambit/cli": "0.0.1290",
|
|
25
24
|
"@teambit/component-id": "1.2.4",
|
|
26
|
-
"@teambit/legacy.utils": "0.0.30",
|
|
27
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.91",
|
|
28
25
|
"@teambit/bit-error": "0.0.404",
|
|
29
26
|
"@teambit/component-version": "1.0.4",
|
|
30
|
-
"@teambit/component.snap-distance": "0.0.91",
|
|
31
|
-
"@teambit/config-store": "0.0.170",
|
|
32
27
|
"@teambit/lane-id": "0.0.312",
|
|
33
|
-
"@teambit/legacy.cli.error": "0.0.31",
|
|
34
|
-
"@teambit/legacy.constants": "0.0.20",
|
|
35
|
-
"@teambit/legacy.logger": "0.0.31",
|
|
36
|
-
"@teambit/legacy.scope": "0.0.90",
|
|
37
|
-
"@teambit/toolbox.crypto.sha1": "0.0.11",
|
|
38
|
-
"@teambit/component.sources": "0.0.142",
|
|
39
28
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
40
|
-
"@teambit/legacy-component-log": "0.0.413",
|
|
41
|
-
"@teambit/legacy.consumer-component": "0.0.91",
|
|
42
|
-
"@teambit/legacy.consumer-config": "0.0.90",
|
|
43
|
-
"@teambit/legacy.extension-data": "0.0.92",
|
|
44
|
-
"@teambit/pkg.modules.semver-helper": "0.0.18",
|
|
45
29
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
|
46
30
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
47
|
-
"@teambit/
|
|
48
|
-
"@teambit/
|
|
49
|
-
"@teambit/harmony.modules.
|
|
50
|
-
"@teambit/
|
|
51
|
-
"@teambit/
|
|
52
|
-
"@teambit/
|
|
53
|
-
"@teambit/
|
|
31
|
+
"@teambit/cli": "0.0.0-5709cf69ecea4aec8c3ed142c544e0d26d3181b4",
|
|
32
|
+
"@teambit/legacy.utils": "0.0.0-f769db134c42d3c3e3177ca1568b670adb4bf296",
|
|
33
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.0-0b6d87520f45d6cbb76677cef2a3245211296fca",
|
|
34
|
+
"@teambit/component.snap-distance": "0.0.0-09e53d3e5df5208ceb8a1419dfee6249626de9c6",
|
|
35
|
+
"@teambit/config-store": "0.0.0-5fa978c819b72df6af080b02c3b11f1b36e81290",
|
|
36
|
+
"@teambit/legacy.cli.error": "0.0.0-5fd556b73dfaf597dfb07f620cafe16918bf0f6b",
|
|
37
|
+
"@teambit/legacy.constants": "0.0.0-65516a3026d2ac53272ac9327cb1f8509e8d1beb",
|
|
38
|
+
"@teambit/legacy.logger": "0.0.0-6cf48e899cbb8f1b5b134e079e0cef9ff334f918",
|
|
39
|
+
"@teambit/legacy.scope": "0.0.0-ffb162fd781dcde0cb3cb02a0de2074b7e241bf9",
|
|
40
|
+
"@teambit/toolbox.crypto.sha1": "0.0.0-717772ba4bc489063cdec6237698dd856d04a925",
|
|
41
|
+
"@teambit/component.sources": "0.0.0-45e45039f056a5fc3676843dfe336137f35e5413",
|
|
42
|
+
"@teambit/legacy-component-log": "0.0.0-9b0e09cca7211a453a4663345830d731c2ab0685",
|
|
43
|
+
"@teambit/legacy.consumer-component": "0.0.0-c3fcbe5ca81a27a6898fc7f9b1ecc0b73299e9d8",
|
|
44
|
+
"@teambit/legacy.consumer-config": "0.0.0-a567f484d9b44bbd764d9de8c8fe13cc985cc071",
|
|
45
|
+
"@teambit/legacy.extension-data": "0.0.0-7928db1bc0da71acb26c74b5797f76db294a028f",
|
|
46
|
+
"@teambit/pkg.modules.semver-helper": "0.0.0-7007f02498c12ff75d4584bda9281c1c4b1c502d",
|
|
47
|
+
"@teambit/bit.get-bit-version": "0.0.0-70017cc54f9ee42f2d6a320c73a33923dec93f80",
|
|
48
|
+
"@teambit/semantics.doc-parser": "0.0.0-9adfc027e68e529678dc60a1e2d4974e460d8e86",
|
|
49
|
+
"@teambit/graph": "0.0.0-1d78a507d76cab0dc3cfe06a954fbe1040f4b048",
|
|
50
|
+
"@teambit/harmony.modules.concurrency": "0.0.0-35c8ad9b2b4a22d8cfdb73da6ef97f8de8799a41",
|
|
51
|
+
"@teambit/toolbox.promise.map-pool": "0.0.0-f348184c1f0a0bd305f2367233e056d02eabc011",
|
|
52
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.0-9f7804672d17635e4abeb92d53aa82fa7b1a562b",
|
|
53
|
+
"@teambit/toolbox.fs.remove-empty-dir": "0.0.0-7b7e084530429b5ffa24d642e60f6053ed014df9"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/semver": "7.5.8",
|
|
57
57
|
"@types/lodash": "4.14.165",
|
|
58
58
|
"@types/uuid": "8.3.4",
|
|
59
59
|
"@types/fs-extra": "9.0.7",
|
|
60
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0
|
|
60
|
+
"@teambit/harmony.envs.core-aspect-env": "0.1.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"chai": "5.2.1",
|
|
File without changes
|