@teambit/objects 0.0.242 → 0.0.243

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
- "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
- }
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
+ }
@@ -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[] | Log | {
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
- }[] | Log | {
69
+ }[] | {
70
70
  id: {
71
71
  scope: string;
72
72
  name: string;
@@ -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 | Record<string, any> | string[] | Record<string, any>[] | Doclet[] | {
191
191
  file: any;
192
192
  relativePath: any;
193
193
  name: any;
194
194
  test: any;
195
- }[] | Doclet[] | Record<string, any>[] | import("@teambit/component-id").ComponentIdObj[] | {
195
+ }[] | 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,61 +1,61 @@
1
1
  {
2
2
  "name": "@teambit/objects",
3
- "version": "0.0.242",
3
+ "version": "0.0.243",
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.242"
9
+ "version": "0.0.243"
10
10
  },
11
11
  "dependencies": {
12
- "lodash": "4.17.21",
13
- "tar-stream": "2.2.0",
14
- "p-map-series": "2.1.0",
15
- "async-mutex": "0.3.1",
16
- "fs-extra": "10.0.0",
17
- "uid-number": "0.0.6",
18
12
  "@pnpm/dependency-path": "1001.1.0",
19
13
  "@pnpm/lockfile.types": "^1002.0.0",
20
14
  "semver": "7.7.1",
15
+ "lodash": "4.17.21",
21
16
  "uuid": "8.3.2",
17
+ "async-mutex": "0.3.1",
18
+ "p-map-series": "2.1.0",
19
+ "tar-stream": "2.2.0",
20
+ "fs-extra": "10.0.0",
21
+ "uid-number": "0.0.6",
22
22
  "@teambit/harmony": "0.4.7",
23
+ "@teambit/cli": "0.0.1271",
23
24
  "@teambit/component-id": "1.2.4",
24
- "@teambit/graph.cleargraph": "0.0.11",
25
+ "@teambit/legacy.utils": "0.0.26",
26
+ "@teambit/harmony.modules.get-basic-log": "0.0.73",
25
27
  "@teambit/bit-error": "0.0.404",
26
28
  "@teambit/component-version": "1.0.4",
29
+ "@teambit/component.snap-distance": "0.0.73",
30
+ "@teambit/config-store": "0.0.151",
27
31
  "@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
+ "@teambit/toolbox.crypto.sha1": "0.0.9",
37
+ "@teambit/component.sources": "0.0.124",
28
38
  "@teambit/legacy-bit-id": "1.1.3",
29
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",
30
43
  "@teambit/pkg.modules.semver-helper": "0.0.15",
31
44
  "@teambit/toolbox.array.duplications-finder": "0.0.3",
45
+ "@teambit/graph.cleargraph": "0.0.11",
32
46
  "@teambit/bit.get-bit-version": "0.0.8",
33
- "@teambit/cli": "0.0.1271",
34
- "@teambit/component.snap-distance": "0.0.73",
35
- "@teambit/graph": "1.0.735",
47
+ "@teambit/semantics.doc-parser": "0.0.80",
36
48
  "@teambit/harmony.modules.concurrency": "0.0.18",
37
- "@teambit/legacy.logger": "0.0.27",
38
- "@teambit/legacy.scope": "0.0.72",
39
49
  "@teambit/toolbox.promise.map-pool": "0.0.8",
40
- "@teambit/legacy.constants": "0.0.17",
41
- "@teambit/legacy.utils": "0.0.26",
42
- "@teambit/toolbox.crypto.sha1": "0.0.9",
43
50
  "@teambit/harmony.modules.in-memory-cache": "0.0.20",
44
51
  "@teambit/toolbox.fs.remove-empty-dir": "0.0.7",
45
- "@teambit/harmony.modules.get-basic-log": "0.0.73",
46
- "@teambit/config-store": "0.0.151",
47
- "@teambit/legacy.cli.error": "0.0.27",
48
- "@teambit/component.sources": "0.0.124",
49
- "@teambit/legacy.consumer-component": "0.0.73",
50
- "@teambit/legacy.consumer-config": "0.0.72",
51
- "@teambit/legacy.extension-data": "0.0.74",
52
- "@teambit/semantics.doc-parser": "0.0.80"
52
+ "@teambit/graph": "1.0.736"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/lodash": "4.14.165",
56
- "@types/fs-extra": "9.0.7",
57
55
  "@types/semver": "7.5.8",
56
+ "@types/lodash": "4.14.165",
58
57
  "@types/uuid": "8.3.4",
58
+ "@types/fs-extra": "9.0.7",
59
59
  "@teambit/harmony.envs.core-aspect-env": "0.0.78"
60
60
  },
61
61
  "peerDependencies": {