@teambit/objects 0.0.0-3dfa9a74d0d0ba03fe71e71174f74f9a15db3edc → 0.0.0-55ba00694afcfb150007f35406b48b8c61a52074
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
|
@@ -55,10 +55,10 @@ export default class Lane extends BitObject {
|
|
|
55
55
|
changeScope(scope: string): void;
|
|
56
56
|
refs(): Ref[];
|
|
57
57
|
validateBeforePersisting(str: string): void;
|
|
58
|
-
toObject(): import("lodash").Dictionary<string | boolean | string[] | {
|
|
58
|
+
toObject(): import("lodash").Dictionary<string | boolean | string[] | Log | {
|
|
59
59
|
scope: string;
|
|
60
60
|
name: string;
|
|
61
|
-
} |
|
|
61
|
+
} | {
|
|
62
62
|
isDeleted?: true | undefined;
|
|
63
63
|
id: {
|
|
64
64
|
scope: string;
|
package/dist/models/version.d.ts
CHANGED
|
@@ -185,7 +185,7 @@ export default class Version extends BitObject {
|
|
|
185
185
|
static depEdgeFromArray(depEdgeArr: string[]): DepEdge;
|
|
186
186
|
static flattenedEdgeToSource(flattenedEdges?: DepEdge[]): Source | undefined;
|
|
187
187
|
static dependenciesGraphToSource(dependenciesGraph?: DependenciesGraph): Source | undefined;
|
|
188
|
-
toObject(): import("lodash").Dictionary<string | boolean | string[] | Record<string, any> | Record<string, any>[] | ComponentOverridesData | {
|
|
188
|
+
toObject(): import("lodash").Dictionary<string | boolean | string[] | Record<string, any> | Record<string, any>[] | ComponentOverridesData | VersionOrigin | {
|
|
189
189
|
file: any;
|
|
190
190
|
relativePath: any;
|
|
191
191
|
name: any;
|
|
@@ -207,7 +207,7 @@ export default class Version extends BitObject {
|
|
|
207
207
|
[key: string]: string;
|
|
208
208
|
} | {
|
|
209
209
|
[key: string]: string;
|
|
210
|
-
} | Log[] |
|
|
210
|
+
} | Log[] | {
|
|
211
211
|
message: string;
|
|
212
212
|
date: string;
|
|
213
213
|
username: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/objects",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-55ba00694afcfb150007f35406b48b8c61a52074",
|
|
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": "55ba00694afcfb150007f35406b48b8c61a52074"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
+
"@pnpm/dependency-path": "1001.0.1",
|
|
13
|
+
"@pnpm/lockfile.types": "^1001.0.8",
|
|
14
|
+
"semver": "7.7.1",
|
|
12
15
|
"lodash": "4.17.21",
|
|
13
|
-
"
|
|
16
|
+
"uuid": "8.3.2",
|
|
17
|
+
"async-mutex": "0.3.1",
|
|
14
18
|
"p-map-series": "2.1.0",
|
|
19
|
+
"tar-stream": "2.2.0",
|
|
15
20
|
"is-relative-path": "2.0.0",
|
|
16
|
-
"async-mutex": "0.3.1",
|
|
17
21
|
"fs-extra": "10.0.0",
|
|
18
22
|
"uid-number": "0.0.6",
|
|
19
|
-
"@pnpm/dependency-path": "1001.0.1",
|
|
20
|
-
"@pnpm/lockfile.types": "^1001.0.8",
|
|
21
|
-
"semver": "7.7.1",
|
|
22
|
-
"uuid": "8.3.2",
|
|
23
23
|
"@teambit/harmony": "0.4.7",
|
|
24
24
|
"@teambit/component-id": "1.2.4",
|
|
25
|
-
"@teambit/graph.cleargraph": "0.0.11",
|
|
26
25
|
"@teambit/bit-error": "0.0.404",
|
|
27
26
|
"@teambit/component-version": "1.0.4",
|
|
28
27
|
"@teambit/lane-id": "0.0.312",
|
|
28
|
+
"@teambit/toolbox.crypto.sha1": "0.0.7",
|
|
29
29
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
30
|
-
"@teambit/
|
|
31
|
-
"@teambit/
|
|
32
|
-
"@teambit/graph": "0.0.0-971bb952b1b7658212b038e3f85b703f18195704",
|
|
33
|
-
"@teambit/harmony.modules.concurrency": "0.0.13",
|
|
34
|
-
"@teambit/legacy.logger": "0.0.21",
|
|
35
|
-
"@teambit/legacy.scope": "0.0.55",
|
|
30
|
+
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
|
31
|
+
"@teambit/graph.cleargraph": "0.0.11",
|
|
36
32
|
"@teambit/toolbox.promise.map-pool": "0.0.6",
|
|
37
|
-
"@teambit/legacy.constants": "0.0.12",
|
|
38
|
-
"@teambit/legacy.utils": "0.0.21",
|
|
39
|
-
"@teambit/toolbox.crypto.sha1": "0.0.7",
|
|
40
|
-
"@teambit/harmony.modules.in-memory-cache": "0.0.14",
|
|
41
33
|
"@teambit/toolbox.fs.remove-empty-dir": "0.0.5",
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/
|
|
45
|
-
"@teambit/component.
|
|
46
|
-
"@teambit/
|
|
47
|
-
"@teambit/legacy.
|
|
48
|
-
"@teambit/legacy.
|
|
49
|
-
"@teambit/legacy.
|
|
50
|
-
"@teambit/
|
|
51
|
-
"@teambit/
|
|
52
|
-
"@teambit/
|
|
53
|
-
"@teambit/
|
|
34
|
+
"@teambit/cli": "0.0.0-1a18e986e3e71dab7f06b37a6d9f45338353ae1d",
|
|
35
|
+
"@teambit/legacy.utils": "0.0.0-2d3d7f3f9ed92545126f536f84abaa1e5483b204",
|
|
36
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.0-fe27c938e6f6f31c8cbcc3105c34a294c4f4b78d",
|
|
37
|
+
"@teambit/component.snap-distance": "0.0.0-c9140b8948c96797fbb9401b76a6638705a58fe3",
|
|
38
|
+
"@teambit/config-store": "0.0.0-a18f6539f010fafc20573e2dd95649a9190f22a3",
|
|
39
|
+
"@teambit/legacy.cli.error": "0.0.0-ea08795819d25d65a86281073f42433c2f7f66f2",
|
|
40
|
+
"@teambit/legacy.constants": "0.0.0-cd8fed22e00b672b8b3248acf68bbadb685bba61",
|
|
41
|
+
"@teambit/legacy.logger": "0.0.0-5b5ca81f472aa5d28e5e7c86d1005b8f4aa004ac",
|
|
42
|
+
"@teambit/legacy.scope": "0.0.0-ab22d28bf7c26c1b3aeec9eae0991be0ab13d5c4",
|
|
43
|
+
"@teambit/component.sources": "0.0.0-cc915367828fa0ae2bf4c18aa797e92d63126f9a",
|
|
44
|
+
"@teambit/legacy-component-log": "0.0.0-5f52f0a91c57245a3f63679096a1a07178bf0b0d",
|
|
45
|
+
"@teambit/legacy.consumer-component": "0.0.0-41365e2def6e64216243c715dfadbf25ac5ae714",
|
|
46
|
+
"@teambit/legacy.consumer-config": "0.0.0-9da57c4ab6b794384b0d3fffb27dd5ae04ea9317",
|
|
47
|
+
"@teambit/legacy.extension-data": "0.0.0-e7f1b2d4ce133f80b04b48e45241d90b27e6faa0",
|
|
48
|
+
"@teambit/pkg.modules.semver-helper": "0.0.0-c2d118ee307a583527f7476923d62d1d383dfb89",
|
|
49
|
+
"@teambit/bit.get-bit-version": "0.0.0-ce841d187798be77b716b46cfc14dad04cc466f8",
|
|
50
|
+
"@teambit/semantics.doc-parser": "0.0.0-1b2c09c69b23e26823ba96a24a7b3ec2fc8d0c05",
|
|
51
|
+
"@teambit/graph": "0.0.0-cd92ae26a85ef742056856b362f157adff9ad029",
|
|
52
|
+
"@teambit/harmony.modules.concurrency": "0.0.0-cf155afd2a3671c62e2a7fa394ae3c635cbf9cfc",
|
|
53
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.0-dcafba503d4dccca97d3e2d72d2230513d3ede9f"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@types/lodash": "4.14.165",
|
|
57
|
-
"@types/fs-extra": "9.0.7",
|
|
58
56
|
"@types/semver": "7.5.8",
|
|
57
|
+
"@types/lodash": "4.14.165",
|
|
59
58
|
"@types/uuid": "8.3.4",
|
|
60
|
-
"@
|
|
59
|
+
"@types/fs-extra": "9.0.7",
|
|
60
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.72"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"chai": "
|
|
64
|
-
"@types/chai": "
|
|
63
|
+
"chai": "5.2.1",
|
|
64
|
+
"@types/chai": "5.2.2"
|
|
65
65
|
},
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"optionalDependencies": {},
|
|
File without changes
|