@teambit/objects 0.0.0-fe8e30c7942d34e4dfb8bda5b2527ab810254a3d → 0.0.0-ff7182a0800fe5f0957005e83f8ba4f1f46da703
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>[] |
|
188
|
+
toObject(): import("lodash").Dictionary<string | boolean | string[] | Record<string, any> | Record<string, any>[] | 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
|
+
} | ComponentOverridesData | Log[] | {
|
211
211
|
message: string;
|
212
212
|
date: string;
|
213
213
|
username: string | undefined;
|
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-ff7182a0800fe5f0957005e83f8ba4f1f46da703",
|
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": "ff7182a0800fe5f0957005e83f8ba4f1f46da703"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"@pnpm/dependency-path": "1001.0.
|
13
|
-
"@pnpm/lockfile.types": "^1001.0
|
12
|
+
"@pnpm/dependency-path": "1001.0.2",
|
13
|
+
"@pnpm/lockfile.types": "^1001.1.0",
|
14
14
|
"semver": "7.7.1",
|
15
15
|
"lodash": "4.17.21",
|
16
16
|
"uuid": "8.3.2",
|
@@ -22,46 +22,46 @@
|
|
22
22
|
"uid-number": "0.0.6",
|
23
23
|
"@teambit/harmony": "0.4.7",
|
24
24
|
"@teambit/component-id": "1.2.4",
|
25
|
+
"@teambit/legacy.utils": "0.0.22",
|
26
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.58",
|
25
27
|
"@teambit/bit-error": "0.0.404",
|
26
28
|
"@teambit/component-version": "1.0.4",
|
29
|
+
"@teambit/component.snap-distance": "0.0.58",
|
27
30
|
"@teambit/lane-id": "0.0.312",
|
28
|
-
"@teambit/legacy
|
29
|
-
"@teambit/
|
30
|
-
"@teambit/
|
31
|
-
"@teambit/legacy.
|
32
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.56",
|
33
|
-
"@teambit/component.snap-distance": "0.0.56",
|
34
|
-
"@teambit/config-store": "0.0.0-1899900ee3812e7608cdc89f69d6cd54e5b87309",
|
35
|
-
"@teambit/legacy.cli.error": "0.0.21",
|
36
|
-
"@teambit/legacy.constants": "0.0.12",
|
37
|
-
"@teambit/legacy.logger": "0.0.21",
|
38
|
-
"@teambit/legacy.scope": "0.0.55",
|
31
|
+
"@teambit/legacy.cli.error": "0.0.22",
|
32
|
+
"@teambit/legacy.constants": "0.0.13",
|
33
|
+
"@teambit/legacy.logger": "0.0.22",
|
34
|
+
"@teambit/legacy.scope": "0.0.57",
|
39
35
|
"@teambit/toolbox.crypto.sha1": "0.0.7",
|
40
|
-
"@teambit/component.sources": "0.0.
|
41
|
-
"@teambit/legacy-
|
42
|
-
"@teambit/legacy
|
43
|
-
"@teambit/legacy.consumer-
|
44
|
-
"@teambit/legacy.
|
45
|
-
"@teambit/
|
36
|
+
"@teambit/component.sources": "0.0.109",
|
37
|
+
"@teambit/legacy-bit-id": "1.1.3",
|
38
|
+
"@teambit/legacy-component-log": "0.0.408",
|
39
|
+
"@teambit/legacy.consumer-component": "0.0.58",
|
40
|
+
"@teambit/legacy.consumer-config": "0.0.57",
|
41
|
+
"@teambit/legacy.extension-data": "0.0.59",
|
42
|
+
"@teambit/pkg.modules.semver-helper": "0.0.12",
|
46
43
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
47
|
-
"@teambit/
|
48
|
-
"@teambit/
|
49
|
-
"@teambit/
|
50
|
-
"@teambit/harmony.modules.concurrency": "0.0.
|
44
|
+
"@teambit/graph.cleargraph": "0.0.11",
|
45
|
+
"@teambit/bit.get-bit-version": "0.0.6",
|
46
|
+
"@teambit/semantics.doc-parser": "0.0.65",
|
47
|
+
"@teambit/harmony.modules.concurrency": "0.0.14",
|
51
48
|
"@teambit/toolbox.promise.map-pool": "0.0.6",
|
52
|
-
"@teambit/harmony.modules.in-memory-cache": "0.0.
|
53
|
-
"@teambit/toolbox.fs.remove-empty-dir": "0.0.5"
|
49
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.15",
|
50
|
+
"@teambit/toolbox.fs.remove-empty-dir": "0.0.5",
|
51
|
+
"@teambit/cli": "0.0.0-0954c5e34d6bf367e41a292ad2c0f0870c1beaed",
|
52
|
+
"@teambit/config-store": "0.0.0-df39856112e38dc220f9dfee2d36fd3977ec3638",
|
53
|
+
"@teambit/graph": "0.0.0-ecbd86e13021ac996b62d3357c7187504848090f"
|
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.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
|