@teambit/objects 0.0.161 → 0.0.163
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/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 | Record<string, any> |
|
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;
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/objects",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.163",
|
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.163"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@pnpm/dependency-path": "1001.0.1",
|
@@ -22,35 +22,35 @@
|
|
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.21",
|
26
25
|
"@teambit/bit-error": "0.0.404",
|
27
26
|
"@teambit/component-version": "1.0.4",
|
28
27
|
"@teambit/lane-id": "0.0.312",
|
29
|
-
"@teambit/legacy.cli.error": "0.0.21",
|
30
|
-
"@teambit/legacy.constants": "0.0.12",
|
31
|
-
"@teambit/legacy.logger": "0.0.21",
|
32
28
|
"@teambit/toolbox.crypto.sha1": "0.0.7",
|
33
29
|
"@teambit/legacy-bit-id": "1.1.3",
|
34
|
-
"@teambit/legacy-component-log": "0.0.407",
|
35
|
-
"@teambit/pkg.modules.semver-helper": "0.0.11",
|
36
30
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
37
31
|
"@teambit/graph.cleargraph": "0.0.11",
|
38
|
-
"@teambit/bit.get-bit-version": "0.0.5",
|
39
|
-
"@teambit/harmony.modules.concurrency": "0.0.13",
|
40
32
|
"@teambit/toolbox.promise.map-pool": "0.0.6",
|
41
|
-
"@teambit/harmony.modules.in-memory-cache": "0.0.14",
|
42
33
|
"@teambit/toolbox.fs.remove-empty-dir": "0.0.5",
|
43
|
-
"@teambit/cli": "0.0.
|
44
|
-
"@teambit/
|
45
|
-
"@teambit/
|
46
|
-
"@teambit/
|
47
|
-
"@teambit/
|
48
|
-
"@teambit/
|
49
|
-
"@teambit/legacy.
|
50
|
-
"@teambit/legacy.
|
51
|
-
"@teambit/legacy.
|
52
|
-
"@teambit/
|
53
|
-
"@teambit/
|
34
|
+
"@teambit/cli": "0.0.1233",
|
35
|
+
"@teambit/legacy.utils": "0.0.22",
|
36
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.58",
|
37
|
+
"@teambit/component.snap-distance": "0.0.58",
|
38
|
+
"@teambit/config-store": "0.0.113",
|
39
|
+
"@teambit/legacy.cli.error": "0.0.22",
|
40
|
+
"@teambit/legacy.constants": "0.0.13",
|
41
|
+
"@teambit/legacy.logger": "0.0.22",
|
42
|
+
"@teambit/legacy.scope": "0.0.57",
|
43
|
+
"@teambit/component.sources": "0.0.109",
|
44
|
+
"@teambit/legacy-component-log": "0.0.408",
|
45
|
+
"@teambit/legacy.consumer-component": "0.0.58",
|
46
|
+
"@teambit/legacy.consumer-config": "0.0.57",
|
47
|
+
"@teambit/legacy.extension-data": "0.0.59",
|
48
|
+
"@teambit/pkg.modules.semver-helper": "0.0.12",
|
49
|
+
"@teambit/bit.get-bit-version": "0.0.6",
|
50
|
+
"@teambit/semantics.doc-parser": "0.0.65",
|
51
|
+
"@teambit/graph": "1.0.656",
|
52
|
+
"@teambit/harmony.modules.concurrency": "0.0.14",
|
53
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.15"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
56
|
"@types/semver": "7.5.8",
|
File without changes
|