@teambit/objects 0.0.0-c3d880a9663cc140b1a0a6d47afd65e62b771094 → 0.0.0-c3f985dc049ae17c0288f81845205cebb835deeb
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.
|
@@ -1,87 +1,87 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
2
|
+
"files": [{
|
|
3
|
+
"file": "3ef84ee58242de1b3feadfab4d12a7018de69e93",
|
|
4
|
+
"relativePath": "impl.js",
|
|
5
|
+
"name": "impl.js",
|
|
6
|
+
"test": false
|
|
7
|
+
}, {
|
|
8
|
+
"file": "b0f492d50dff231d3d50872f1fe42901a26be66e",
|
|
9
|
+
"relativePath": "spec.js",
|
|
10
|
+
"name": "spec.js",
|
|
11
|
+
"test": true
|
|
12
|
+
}],
|
|
13
|
+
"mainFile": "impl.js",
|
|
14
|
+
"dists": [{
|
|
15
|
+
"file": "aa633b24c97bb53dcd52b0ef5ac7f6aa7b7c85fa",
|
|
16
|
+
"relativePath": "dist.js",
|
|
17
|
+
"name": "dist.js",
|
|
18
|
+
"test": false
|
|
19
|
+
}],
|
|
20
|
+
"compiler": "bit.envs/compilers/babel",
|
|
21
|
+
"bindingPrefix": "@bit",
|
|
22
|
+
"tester": "bit.envs/mocha/react",
|
|
23
|
+
"log": {
|
|
24
|
+
"message": "init",
|
|
25
|
+
"date": "1497953762445",
|
|
26
|
+
"username": "David First",
|
|
27
|
+
"email": "david@bitsrc.io"
|
|
28
|
+
},
|
|
29
|
+
"ci": {
|
|
30
|
+
"startTime": "1497953909560",
|
|
31
|
+
"endTime": "1497953937808"
|
|
32
|
+
},
|
|
33
|
+
"specsResults": [{
|
|
34
|
+
"tests": [{
|
|
35
|
+
"title": "QuerySelectorAll should use GetElementByTagName",
|
|
36
|
+
"pass": true,
|
|
37
|
+
"err": null,
|
|
38
|
+
"duration": 5
|
|
39
|
+
}, {
|
|
40
|
+
"title": "QuerySelectorAll should use GetElementById",
|
|
41
|
+
"pass": true,
|
|
42
|
+
"err": null,
|
|
43
|
+
"duration": 2
|
|
44
|
+
}, {
|
|
45
|
+
"title": "QuerySelectorAll should use GetElementsByClassName",
|
|
46
|
+
"pass": true,
|
|
47
|
+
"err": null,
|
|
48
|
+
"duration": 2
|
|
49
|
+
}, {
|
|
50
|
+
"title": "QuerySelectorAll should use qsa for complex selectors",
|
|
51
|
+
"pass": true,
|
|
52
|
+
"err": null,
|
|
53
|
+
"duration": 9
|
|
54
|
+
}],
|
|
55
|
+
"stats": {
|
|
56
|
+
"start": "2017-06-20T10:18:57.361Z",
|
|
57
|
+
"end": "2017-06-20T10:18:57.792Z",
|
|
58
|
+
"duration": 431
|
|
59
|
+
},
|
|
60
|
+
"pass": true,
|
|
61
|
+
"specFile": "spec.js"
|
|
62
|
+
}],
|
|
63
|
+
"docs": [{
|
|
64
|
+
"name": "querySelectorAll",
|
|
65
|
+
"description": "# Returns all elements in the document that matches a specified CSS selector.",
|
|
66
|
+
"args": [{
|
|
67
|
+
"description": null,
|
|
68
|
+
"type": "object",
|
|
69
|
+
"name": "element"
|
|
70
|
+
}, {
|
|
71
|
+
"description": null,
|
|
72
|
+
"type": "string",
|
|
73
|
+
"name": "selector"
|
|
74
|
+
}],
|
|
75
|
+
"returns": {},
|
|
76
|
+
"access": "public",
|
|
77
|
+
"examples": [],
|
|
78
|
+
"static": false
|
|
79
|
+
}],
|
|
80
|
+
"dependencies": [],
|
|
81
|
+
"devDependencies": [],
|
|
82
|
+
"flattenedDependencies": [],
|
|
83
|
+
"flattenedDevDependencies": [],
|
|
84
|
+
"packageDependencies": {},
|
|
85
|
+
"devPackageDependencies": {},
|
|
86
|
+
"peerPackageDependencies": {}
|
|
87
|
+
}
|
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[] | {
|
|
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
|
+
}[] | Log | {
|
|
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 | string[] | Record<string, any> | {
|
|
191
191
|
file: any;
|
|
192
192
|
relativePath: any;
|
|
193
193
|
name: any;
|
|
194
194
|
test: any;
|
|
195
|
-
}[] | import("@teambit/component-id").ComponentIdObj[] | {
|
|
195
|
+
}[] | Doclet[] | Record<string, any>[] | 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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/objects",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-c3f985dc049ae17c0288f81845205cebb835deeb",
|
|
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": "c3f985dc049ae17c0288f81845205cebb835deeb"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@pnpm/dependency-path": "1001.1.0",
|
|
@@ -20,36 +20,36 @@
|
|
|
20
20
|
"fs-extra": "10.0.0",
|
|
21
21
|
"uid-number": "0.0.6",
|
|
22
22
|
"@teambit/harmony": "0.4.7",
|
|
23
|
-
"@teambit/cli": "0.0.1271",
|
|
24
23
|
"@teambit/component-id": "1.2.4",
|
|
25
|
-
"@teambit/legacy.utils": "0.0.26",
|
|
26
|
-
"@teambit/harmony.modules.get-basic-log": "0.0.73",
|
|
27
24
|
"@teambit/bit-error": "0.0.404",
|
|
28
25
|
"@teambit/component-version": "1.0.4",
|
|
29
|
-
"@teambit/component.snap-distance": "0.0.73",
|
|
30
|
-
"@teambit/config-store": "0.0.151",
|
|
31
26
|
"@teambit/lane-id": "0.0.312",
|
|
32
|
-
"@teambit/legacy.cli.error": "0.0.27",
|
|
33
|
-
"@teambit/legacy.constants": "0.0.17",
|
|
34
|
-
"@teambit/legacy.logger": "0.0.27",
|
|
35
|
-
"@teambit/legacy.scope": "0.0.72",
|
|
36
27
|
"@teambit/toolbox.crypto.sha1": "0.0.9",
|
|
37
|
-
"@teambit/component.sources": "0.0.124",
|
|
38
28
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
39
|
-
"@teambit/legacy-component-log": "0.0.410",
|
|
40
|
-
"@teambit/legacy.consumer-component": "0.0.73",
|
|
41
|
-
"@teambit/legacy.consumer-config": "0.0.72",
|
|
42
|
-
"@teambit/legacy.extension-data": "0.0.74",
|
|
43
|
-
"@teambit/pkg.modules.semver-helper": "0.0.15",
|
|
44
29
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
|
45
30
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
46
|
-
"@teambit/bit.get-bit-version": "0.0.8",
|
|
47
|
-
"@teambit/semantics.doc-parser": "0.0.80",
|
|
48
|
-
"@teambit/harmony.modules.concurrency": "0.0.18",
|
|
49
31
|
"@teambit/toolbox.promise.map-pool": "0.0.8",
|
|
50
|
-
"@teambit/harmony.modules.in-memory-cache": "0.0.20",
|
|
51
32
|
"@teambit/toolbox.fs.remove-empty-dir": "0.0.7",
|
|
52
|
-
"@teambit/
|
|
33
|
+
"@teambit/cli": "0.0.0-f1aa57daa9939badb45f4299dbb96daecc0b0ea4",
|
|
34
|
+
"@teambit/legacy.utils": "0.0.0-b0780f813321904f5da1a0a7f4367ad896899ab3",
|
|
35
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.0-86752df4da37a46318c83a35364a3e554fb983a1",
|
|
36
|
+
"@teambit/component.snap-distance": "0.0.0-dfedd79cfeca18ba57332e24cb14d8b94ba5956d",
|
|
37
|
+
"@teambit/config-store": "0.0.0-59b24bbdb02fcff76811b820cb2e154ff479862c",
|
|
38
|
+
"@teambit/legacy.cli.error": "0.0.0-225295d67a7f6b812ce5948ffe40e7e0fb1232a7",
|
|
39
|
+
"@teambit/legacy.constants": "0.0.0-ac0aca2020a19f114d35b6ecf8f51b03a4d07dea",
|
|
40
|
+
"@teambit/legacy.logger": "0.0.0-eb2bbf9c34617150d7a434a01d63cfd8530ee2b0",
|
|
41
|
+
"@teambit/legacy.scope": "0.0.0-7431cd00f3d23810f0c0a85a15d5c14272485d07",
|
|
42
|
+
"@teambit/component.sources": "0.0.0-531c55d740829faf0c3de8c26fa4cc39bd3e5f07",
|
|
43
|
+
"@teambit/legacy-component-log": "0.0.0-2ea963abc417b061679f9b645fd05482a0dff1cf",
|
|
44
|
+
"@teambit/legacy.consumer-component": "0.0.0-293e87303607f3c7fdce66b94c386a0cf81ad778",
|
|
45
|
+
"@teambit/legacy.consumer-config": "0.0.0-1904c5364e94dbc60f00748cae03ffeeb5668eb6",
|
|
46
|
+
"@teambit/legacy.extension-data": "0.0.0-4b8ab950861fafb99e87a69c17db30cb3a3783fb",
|
|
47
|
+
"@teambit/pkg.modules.semver-helper": "0.0.0-7e6b36610c0ac2e35ce1940e20d612783db218d9",
|
|
48
|
+
"@teambit/bit.get-bit-version": "0.0.0-6e6b05c50e8553aa8eb6f37bcee99b28bdfaa529",
|
|
49
|
+
"@teambit/semantics.doc-parser": "0.0.0-403be19ce1442e74d814759e77d19263b55ec801",
|
|
50
|
+
"@teambit/graph": "0.0.0-362ac9fe06c41525032bd530f039d68a6c715b84",
|
|
51
|
+
"@teambit/harmony.modules.concurrency": "0.0.0-00af74e48d8a63a10549594cca2215fa8a9b1727",
|
|
52
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.0-d63d47fe59d8b6ed605e5b9e3c891a75166fc393"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/semver": "7.5.8",
|
|
File without changes
|