@teambit/objects 0.0.0-a819da960c000e88a701471ddb78645852240aef → 0.0.0-a8ccb08b7d260f03807741fee0956eb74d0f5d62
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[] | Log | {
|
|
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
|
+
}[] | {
|
|
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 | string[] | Record<string, any> | {
|
|
190
|
+
toObject(): import("lodash").Dictionary<string | boolean | Record<string, any> | string[] | Record<string, any>[] | Doclet[] | {
|
|
191
191
|
file: any;
|
|
192
192
|
relativePath: any;
|
|
193
193
|
name: any;
|
|
194
194
|
test: any;
|
|
195
|
-
}[] |
|
|
195
|
+
}[] | 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,61 +1,61 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/objects",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-a8ccb08b7d260f03807741fee0956eb74d0f5d62",
|
|
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": "a8ccb08b7d260f03807741fee0956eb74d0f5d62"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@pnpm/dependency-path": "1001.1.1",
|
|
13
|
-
"@pnpm/lockfile.types": "^1002.0.1",
|
|
14
|
-
"semver": "7.7.1",
|
|
15
12
|
"lodash": "4.17.21",
|
|
16
|
-
"uuid": "8.3.2",
|
|
17
|
-
"async-mutex": "0.3.1",
|
|
18
|
-
"p-map-series": "2.1.0",
|
|
19
13
|
"tar-stream": "2.2.0",
|
|
14
|
+
"p-map-series": "2.1.0",
|
|
15
|
+
"async-mutex": "0.3.1",
|
|
20
16
|
"fs-extra": "10.0.0",
|
|
21
17
|
"uid-number": "0.0.6",
|
|
18
|
+
"@pnpm/dependency-path": "1001.1.2",
|
|
19
|
+
"@pnpm/lockfile.types": "^1002.0.1",
|
|
20
|
+
"semver": "7.7.1",
|
|
21
|
+
"uuid": "8.3.2",
|
|
22
22
|
"@teambit/harmony": "0.4.7",
|
|
23
|
+
"@teambit/cli": "0.0.1278",
|
|
23
24
|
"@teambit/component-id": "1.2.4",
|
|
25
|
+
"@teambit/component.snap-distance": "0.0.80",
|
|
26
|
+
"@teambit/graph.cleargraph": "0.0.11",
|
|
27
|
+
"@teambit/harmony.modules.concurrency": "0.0.20",
|
|
28
|
+
"@teambit/legacy.logger": "0.0.30",
|
|
29
|
+
"@teambit/legacy.scope": "0.0.79",
|
|
30
|
+
"@teambit/toolbox.promise.map-pool": "0.0.9",
|
|
31
|
+
"@teambit/legacy.constants": "0.0.19",
|
|
32
|
+
"@teambit/legacy.utils": "0.0.28",
|
|
33
|
+
"@teambit/toolbox.crypto.sha1": "0.0.10",
|
|
24
34
|
"@teambit/bit-error": "0.0.404",
|
|
25
35
|
"@teambit/component-version": "1.0.4",
|
|
36
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.23",
|
|
37
|
+
"@teambit/toolbox.fs.remove-empty-dir": "0.0.8",
|
|
26
38
|
"@teambit/lane-id": "0.0.312",
|
|
39
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.80",
|
|
40
|
+
"@teambit/config-store": "0.0.158",
|
|
41
|
+
"@teambit/legacy.cli.error": "0.0.30",
|
|
42
|
+
"@teambit/component.sources": "0.0.131",
|
|
27
43
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
44
|
+
"@teambit/legacy-component-log": "0.0.412",
|
|
45
|
+
"@teambit/legacy.consumer-component": "0.0.80",
|
|
46
|
+
"@teambit/legacy.consumer-config": "0.0.79",
|
|
47
|
+
"@teambit/legacy.extension-data": "0.0.81",
|
|
48
|
+
"@teambit/pkg.modules.semver-helper": "0.0.17",
|
|
28
49
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
|
29
|
-
"@teambit/
|
|
30
|
-
"@teambit/
|
|
31
|
-
"@teambit/
|
|
32
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.0-c4d5684697d94c19d6d2291f1505b23989164401",
|
|
33
|
-
"@teambit/component.snap-distance": "0.0.0-4dc3dd9d04949348aff6be2c43f6ec0aa923218f",
|
|
34
|
-
"@teambit/config-store": "0.0.0-113da77ae752c5ef4a691d2b370ff280789cd26d",
|
|
35
|
-
"@teambit/legacy.cli.error": "0.0.0-b2d09a786d47ec55fdc206ab069158a22ff53df9",
|
|
36
|
-
"@teambit/legacy.constants": "0.0.0-97f4fc02d1d29cf0557b56bc54323351e4e88e83",
|
|
37
|
-
"@teambit/legacy.logger": "0.0.0-75b9a6e7a6b09aacef4f1e614a662c12bd5278f3",
|
|
38
|
-
"@teambit/legacy.scope": "0.0.0-a4bbf8efc45f44945480f3cad8294d1d5f8f1734",
|
|
39
|
-
"@teambit/toolbox.crypto.sha1": "0.0.0-37cace9f11726205d6a5b24aa593cfde4163e17f",
|
|
40
|
-
"@teambit/component.sources": "0.0.0-656587b3019bb9c6f70ec7fce8a47c4930af3c4b",
|
|
41
|
-
"@teambit/legacy-component-log": "0.0.0-2c90c577df8832a92b5534972af5829cac44d914",
|
|
42
|
-
"@teambit/legacy.consumer-component": "0.0.0-95806975118f242ec1afcb96b0a1f7a905da1432",
|
|
43
|
-
"@teambit/legacy.consumer-config": "0.0.0-c338588fbdf922ef7b632cfcaf8833d3986198b8",
|
|
44
|
-
"@teambit/legacy.extension-data": "0.0.0-d604f2b66c8aeda526fee827618bb55651c35ad9",
|
|
45
|
-
"@teambit/pkg.modules.semver-helper": "0.0.0-a7ce7a55252936039fb8f110ac948497914acdcc",
|
|
46
|
-
"@teambit/bit.get-bit-version": "0.0.0-72fa52d5d8b6c25e684f36a58966e8959ead349d",
|
|
47
|
-
"@teambit/semantics.doc-parser": "0.0.0-d71e18e11e30c888e12b07744d4c1874ecf037a5",
|
|
48
|
-
"@teambit/graph": "0.0.0-0e230310878bc9b10f7e9d2b2b424e7077764cb2",
|
|
49
|
-
"@teambit/harmony.modules.concurrency": "0.0.0-452da0ac9cd890a8cd3e34e443b4528446e8afa3",
|
|
50
|
-
"@teambit/toolbox.promise.map-pool": "0.0.0-0c0a93d142861a63f05f273fd25c0844daa1c8ed",
|
|
51
|
-
"@teambit/harmony.modules.in-memory-cache": "0.0.0-ff1a40def518e709367836453da6dfe98d282dd9",
|
|
52
|
-
"@teambit/toolbox.fs.remove-empty-dir": "0.0.0-2813e151b22c4582d088efd4880e6e892d21ca94"
|
|
50
|
+
"@teambit/bit.get-bit-version": "0.0.10",
|
|
51
|
+
"@teambit/semantics.doc-parser": "0.0.87",
|
|
52
|
+
"@teambit/graph": "0.0.0-40c53ea99dec9e35ba78ae659b21e90ffb2910a1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@types/semver": "7.5.8",
|
|
56
55
|
"@types/lodash": "4.14.165",
|
|
57
|
-
"@types/uuid": "8.3.4",
|
|
58
56
|
"@types/fs-extra": "9.0.7",
|
|
57
|
+
"@types/semver": "7.5.8",
|
|
58
|
+
"@types/uuid": "8.3.4",
|
|
59
59
|
"@teambit/harmony.envs.core-aspect-env": "0.0.79"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
File without changes
|