@teambit/remove 1.0.1021 → 1.0.1022
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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/remove",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1022",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/remove",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "remove",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1022"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
@@ -18,36 +18,36 @@
|
|
|
18
18
|
"p-map-series": "2.1.0",
|
|
19
19
|
"semver": "7.7.1",
|
|
20
20
|
"@teambit/bit-error": "0.0.404",
|
|
21
|
-
"@teambit/cli": "0.0.1339",
|
|
22
|
-
"@teambit/legacy.constants": "0.0.30",
|
|
23
|
-
"@teambit/legacy.scope": "0.0.127",
|
|
24
21
|
"@teambit/component-id": "1.2.4",
|
|
25
|
-
"@teambit/component.sources": "0.0.179",
|
|
26
|
-
"@teambit/legacy.consumer": "0.0.127",
|
|
27
|
-
"@teambit/legacy.logger": "0.0.43",
|
|
28
|
-
"@teambit/legacy.component-list": "0.0.181",
|
|
29
|
-
"@teambit/legacy.consumer-component": "0.0.128",
|
|
30
|
-
"@teambit/pkg.modules.component-package-name": "0.0.134",
|
|
31
|
-
"@teambit/scope.network": "0.0.127",
|
|
32
|
-
"@teambit/scope.remotes": "0.0.127",
|
|
33
22
|
"@teambit/harmony": "0.4.7",
|
|
34
|
-
"@teambit/
|
|
35
|
-
"@teambit/legacy.
|
|
36
|
-
"@teambit/
|
|
37
|
-
"@teambit/workspace": "1.0.
|
|
38
|
-
"@teambit/component": "
|
|
39
|
-
"@teambit/
|
|
40
|
-
"@teambit/
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
23
|
+
"@teambit/cli": "0.0.1340",
|
|
24
|
+
"@teambit/legacy.constants": "0.0.31",
|
|
25
|
+
"@teambit/legacy.scope": "0.0.128",
|
|
26
|
+
"@teambit/workspace": "1.0.1022",
|
|
27
|
+
"@teambit/component.sources": "0.0.180",
|
|
28
|
+
"@teambit/legacy.consumer": "0.0.128",
|
|
29
|
+
"@teambit/legacy.logger": "0.0.44",
|
|
30
|
+
"@teambit/legacy.component-list": "0.0.182",
|
|
31
|
+
"@teambit/legacy.consumer-component": "0.0.129",
|
|
32
|
+
"@teambit/pkg.modules.component-package-name": "0.0.135",
|
|
33
|
+
"@teambit/scope.network": "0.0.128",
|
|
34
|
+
"@teambit/scope.remotes": "0.0.128",
|
|
35
|
+
"@teambit/component": "1.0.1022",
|
|
36
|
+
"@teambit/component-issues": "0.0.174",
|
|
37
|
+
"@teambit/dependency-resolver": "1.0.1022",
|
|
38
|
+
"@teambit/importer": "1.0.1022",
|
|
39
|
+
"@teambit/issues": "1.0.1022",
|
|
40
|
+
"@teambit/legacy.utils": "0.0.39",
|
|
41
|
+
"@teambit/lister": "1.0.1022",
|
|
42
|
+
"@teambit/logger": "0.0.1433",
|
|
43
|
+
"@teambit/scope": "1.0.1022"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/fs-extra": "9.0.7",
|
|
47
47
|
"@types/lodash": "4.14.165",
|
|
48
48
|
"@types/semver": "7.5.8",
|
|
49
49
|
"@types/mocha": "9.1.0",
|
|
50
|
-
"@teambit/harmony.envs.core-aspect-env": "0.1.
|
|
50
|
+
"@teambit/harmony.envs.core-aspect-env": "0.1.7"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {},
|
|
53
53
|
"license": "Apache-2.0",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"peerDependenciesMeta": {},
|
|
56
56
|
"exports": {
|
|
57
57
|
".": {
|
|
58
|
+
"types": "./index.ts",
|
|
58
59
|
"node": {
|
|
59
60
|
"require": "./dist/index.js",
|
|
60
61
|
"import": "./dist/esm.mjs"
|
|
File without changes
|