@teambit/objects 0.0.166 → 0.0.167
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,38 +1,43 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/objects",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.167",
|
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.167"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
|
-
"@pnpm/dependency-path": "1001.0.2",
|
13
|
-
"@pnpm/lockfile.types": "^1001.1.0",
|
14
|
-
"semver": "7.7.1",
|
15
12
|
"lodash": "4.17.21",
|
16
|
-
"uuid": "8.3.2",
|
17
|
-
"async-mutex": "0.3.1",
|
18
|
-
"p-map-series": "2.1.0",
|
19
13
|
"tar-stream": "2.2.0",
|
14
|
+
"p-map-series": "2.1.0",
|
20
15
|
"is-relative-path": "2.0.0",
|
16
|
+
"async-mutex": "0.3.1",
|
21
17
|
"fs-extra": "10.0.0",
|
22
18
|
"uid-number": "0.0.6",
|
19
|
+
"@pnpm/dependency-path": "1001.0.2",
|
20
|
+
"@pnpm/lockfile.types": "^1001.1.0",
|
21
|
+
"semver": "7.7.1",
|
22
|
+
"uuid": "8.3.2",
|
23
23
|
"@teambit/harmony": "0.4.7",
|
24
24
|
"@teambit/component-id": "1.2.4",
|
25
|
+
"@teambit/component.snap-distance": "0.0.58",
|
26
|
+
"@teambit/graph.cleargraph": "0.0.11",
|
27
|
+
"@teambit/harmony.modules.concurrency": "0.0.14",
|
28
|
+
"@teambit/legacy.logger": "0.0.22",
|
29
|
+
"@teambit/legacy.scope": "0.0.57",
|
30
|
+
"@teambit/toolbox.promise.map-pool": "0.0.6",
|
31
|
+
"@teambit/legacy.constants": "0.0.13",
|
25
32
|
"@teambit/legacy.utils": "0.0.22",
|
26
|
-
"@teambit/
|
33
|
+
"@teambit/toolbox.crypto.sha1": "0.0.7",
|
27
34
|
"@teambit/bit-error": "0.0.404",
|
28
35
|
"@teambit/component-version": "1.0.4",
|
29
|
-
"@teambit/
|
36
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.15",
|
37
|
+
"@teambit/toolbox.fs.remove-empty-dir": "0.0.5",
|
30
38
|
"@teambit/lane-id": "0.0.312",
|
39
|
+
"@teambit/harmony.modules.get-basic-log": "0.0.58",
|
31
40
|
"@teambit/legacy.cli.error": "0.0.22",
|
32
|
-
"@teambit/legacy.constants": "0.0.13",
|
33
|
-
"@teambit/legacy.logger": "0.0.22",
|
34
|
-
"@teambit/legacy.scope": "0.0.57",
|
35
|
-
"@teambit/toolbox.crypto.sha1": "0.0.7",
|
36
41
|
"@teambit/component.sources": "0.0.109",
|
37
42
|
"@teambit/legacy-bit-id": "1.1.3",
|
38
43
|
"@teambit/legacy-component-log": "0.0.408",
|
@@ -41,22 +46,17 @@
|
|
41
46
|
"@teambit/legacy.extension-data": "0.0.59",
|
42
47
|
"@teambit/pkg.modules.semver-helper": "0.0.12",
|
43
48
|
"@teambit/toolbox.array.duplications-finder": "0.0.3",
|
44
|
-
"@teambit/graph.cleargraph": "0.0.11",
|
45
49
|
"@teambit/bit.get-bit-version": "0.0.6",
|
46
50
|
"@teambit/semantics.doc-parser": "0.0.65",
|
47
|
-
"@teambit/
|
48
|
-
"@teambit/
|
49
|
-
"@teambit/
|
50
|
-
"@teambit/toolbox.fs.remove-empty-dir": "0.0.5",
|
51
|
-
"@teambit/cli": "0.0.1236",
|
52
|
-
"@teambit/config-store": "0.0.116",
|
53
|
-
"@teambit/graph": "1.0.659"
|
51
|
+
"@teambit/cli": "0.0.1237",
|
52
|
+
"@teambit/graph": "1.0.660",
|
53
|
+
"@teambit/config-store": "0.0.117"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
|
-
"@types/semver": "7.5.8",
|
57
56
|
"@types/lodash": "4.14.165",
|
58
|
-
"@types/uuid": "8.3.4",
|
59
57
|
"@types/fs-extra": "9.0.7",
|
58
|
+
"@types/semver": "7.5.8",
|
59
|
+
"@types/uuid": "8.3.4",
|
60
60
|
"@teambit/harmony.envs.core-aspect-env": "0.0.72"
|
61
61
|
},
|
62
62
|
"peerDependencies": {
|
File without changes
|