@teambit/objects 0.0.645 → 0.0.647

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/package.json CHANGED
@@ -1,44 +1,38 @@
1
1
  {
2
2
  "name": "@teambit/objects",
3
- "version": "0.0.645",
3
+ "version": "0.0.647",
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.645"
9
+ "version": "0.0.647"
10
10
  },
11
11
  "dependencies": {
12
+ "@pnpm/lockfile.types": "1100.0.19",
13
+ "semver": "7.7.1",
12
14
  "lodash": "4.17.21",
13
- "tar-stream": "2.2.0",
14
- "p-map-series": "2.1.0",
15
+ "uuid": "8.3.2",
15
16
  "async-mutex": "0.3.1",
17
+ "p-map-series": "2.1.0",
18
+ "tar-stream": "2.2.0",
16
19
  "fs-extra": "10.0.0",
17
20
  "glob": "13.0.0",
18
- "@pnpm/lockfile.types": "1100.0.19",
19
- "semver": "7.7.1",
20
- "uuid": "8.3.2",
21
21
  "@teambit/harmony": "0.4.12",
22
- "@teambit/cli": "0.0.1378",
23
22
  "@teambit/component-id": "1.2.4",
24
- "@teambit/component.snap-distance": "0.0.152",
25
- "@teambit/graph.cleargraph": "0.0.11",
26
- "@teambit/harmony.modules.concurrency": "0.0.43",
27
- "@teambit/legacy.logger": "0.0.57",
28
- "@teambit/legacy.scope": "0.0.151",
29
- "@teambit/toolbox.promise.map-pool": "0.0.19",
30
- "@teambit/legacy.constants": "0.0.42",
31
23
  "@teambit/legacy.utils": "0.0.49",
32
- "@teambit/toolbox.crypto.sha1": "0.0.20",
24
+ "@teambit/harmony.modules.get-basic-log": "0.0.152",
33
25
  "@teambit/bit-error": "0.0.404",
34
26
  "@teambit/component-version": "1.0.4",
35
- "@teambit/harmony.modules.in-memory-cache": "0.0.46",
36
- "@teambit/toolbox.fs.remove-empty-dir": "0.0.18",
27
+ "@teambit/component.snap-distance": "0.0.152",
37
28
  "@teambit/lane-id": "0.0.312",
38
- "@teambit/harmony.modules.get-basic-log": "0.0.152",
39
- "@teambit/config-store": "0.0.259",
40
29
  "@teambit/legacy.cli.error": "0.0.57",
30
+ "@teambit/legacy.constants": "0.0.42",
31
+ "@teambit/legacy.logger": "0.0.57",
32
+ "@teambit/legacy.scope": "0.0.151",
33
+ "@teambit/toolbox.crypto.sha1": "0.0.20",
41
34
  "@teambit/component.sources": "0.0.203",
35
+ "@teambit/harmony.modules.concurrency": "0.0.43",
42
36
  "@teambit/legacy-bit-id": "1.1.3",
43
37
  "@teambit/legacy-component-log": "0.0.429",
44
38
  "@teambit/legacy.consumer-component": "0.0.152",
@@ -46,16 +40,22 @@
46
40
  "@teambit/legacy.extension-data": "0.0.153",
47
41
  "@teambit/pkg.modules.semver-helper": "0.0.34",
48
42
  "@teambit/toolbox.array.duplications-finder": "0.0.14",
43
+ "@teambit/toolbox.promise.map-pool": "0.0.19",
44
+ "@teambit/graph.cleargraph": "0.0.11",
49
45
  "@teambit/bit.get-bit-version": "0.0.27",
50
46
  "@teambit/semantics.doc-parser": "0.0.159",
51
- "@teambit/graph": "1.0.1138"
47
+ "@teambit/harmony.modules.in-memory-cache": "0.0.46",
48
+ "@teambit/toolbox.fs.remove-empty-dir": "0.0.18",
49
+ "@teambit/cli": "0.0.1379",
50
+ "@teambit/config-store": "0.0.260",
51
+ "@teambit/graph": "1.0.1140"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/lodash": "4.14.165",
55
- "@types/fs-extra": "9.0.7",
56
54
  "@types/semver": "7.5.8",
55
+ "@types/lodash": "4.14.165",
57
56
  "@types/uuid": "8.3.4",
58
- "@teambit/harmony.envs.core-aspect-env": "2.0.7"
57
+ "@types/fs-extra": "9.0.7",
58
+ "@teambit/harmony.envs.core-aspect-env": "2.0.8"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "chai": "5.2.1"