@teambit/objects 0.0.600 → 0.0.602
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
|
@@ -190,6 +190,11 @@ export default class Version extends BitObject {
|
|
|
190
190
|
static flattenedEdgeToSource(flattenedEdges?: DepEdge[]): Source | undefined;
|
|
191
191
|
static dependenciesGraphToSource(dependenciesGraph?: DependenciesGraph): Source | undefined;
|
|
192
192
|
toObject(): import("lodash").Dictionary<string | boolean | string[] | import("@teambit/component-id").ComponentIdObj[] | Doclet[] | Log[] | Record<string, any>[] | {
|
|
193
|
+
file: any;
|
|
194
|
+
relativePath: any;
|
|
195
|
+
name: any;
|
|
196
|
+
test: any;
|
|
197
|
+
}[] | {
|
|
193
198
|
extensionId: ComponentID | import("@teambit/component-id").ComponentIdObj | undefined;
|
|
194
199
|
config: {
|
|
195
200
|
[key: string]: any;
|
|
@@ -200,11 +205,6 @@ export default class Version extends BitObject {
|
|
|
200
205
|
legacyId: string | undefined;
|
|
201
206
|
name: string | undefined;
|
|
202
207
|
newExtensionId: ComponentID | undefined;
|
|
203
|
-
}[] | {
|
|
204
|
-
file: any;
|
|
205
|
-
relativePath: any;
|
|
206
|
-
name: any;
|
|
207
|
-
test: any;
|
|
208
208
|
}[] | Record<string, any> | VersionOrigin | {
|
|
209
209
|
[key: string]: string;
|
|
210
210
|
} | {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/objects",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.602",
|
|
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.602"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@pnpm/lockfile.types": "1100.0.19",
|
|
@@ -20,12 +20,14 @@
|
|
|
20
20
|
"glob": "13.0.0",
|
|
21
21
|
"uid-number": "0.0.6",
|
|
22
22
|
"@teambit/harmony": "0.4.12",
|
|
23
|
+
"@teambit/cli": "0.0.1362",
|
|
23
24
|
"@teambit/component-id": "1.2.4",
|
|
24
25
|
"@teambit/legacy.utils": "0.0.47",
|
|
25
26
|
"@teambit/harmony.modules.get-basic-log": "0.0.144",
|
|
26
27
|
"@teambit/bit-error": "0.0.404",
|
|
27
28
|
"@teambit/component-version": "1.0.4",
|
|
28
29
|
"@teambit/component.snap-distance": "0.0.144",
|
|
30
|
+
"@teambit/config-store": "0.0.243",
|
|
29
31
|
"@teambit/lane-id": "0.0.312",
|
|
30
32
|
"@teambit/legacy.cli.error": "0.0.54",
|
|
31
33
|
"@teambit/legacy.constants": "0.0.39",
|
|
@@ -47,16 +49,14 @@
|
|
|
47
49
|
"@teambit/semantics.doc-parser": "0.0.151",
|
|
48
50
|
"@teambit/harmony.modules.in-memory-cache": "0.0.43",
|
|
49
51
|
"@teambit/toolbox.fs.remove-empty-dir": "0.0.18",
|
|
50
|
-
"@teambit/
|
|
51
|
-
"@teambit/config-store": "0.0.242",
|
|
52
|
-
"@teambit/graph": "1.0.1093"
|
|
52
|
+
"@teambit/graph": "1.0.1095"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/semver": "7.5.8",
|
|
56
56
|
"@types/lodash": "4.14.165",
|
|
57
57
|
"@types/uuid": "8.3.4",
|
|
58
58
|
"@types/fs-extra": "9.0.7",
|
|
59
|
-
"@teambit/harmony.envs.core-aspect-env": "2.0.
|
|
59
|
+
"@teambit/harmony.envs.core-aspect-env": "2.0.6"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"chai": "5.2.1"
|
|
File without changes
|