@teambit/remove 1.0.142 → 1.0.143
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/artifacts/__bit_junit.xml +4 -0
- package/dist/delete-cmd.d.ts +1 -1
- package/dist/remove-cmd.d.ts +1 -1
- package/dist/remove-template.d.ts +1 -1
- package/dist/remove.main.runtime.d.ts +1 -1
- package/package.json +14 -14
- package/tsconfig.json +4 -1
- /package/dist/{preview-1705806923881.js → preview-1706194779559.js} +0 -0
package/dist/delete-cmd.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare class DeleteCmd implements Command {
|
|
|
18
18
|
options: CommandOptions;
|
|
19
19
|
loader: boolean;
|
|
20
20
|
remoteOp: boolean;
|
|
21
|
-
constructor(remove: RemoveMain, workspace?: Workspace);
|
|
21
|
+
constructor(remove: RemoveMain, workspace?: Workspace | undefined);
|
|
22
22
|
report([componentsPattern]: [string], { force, lane, updateMain, hard, silent, }: {
|
|
23
23
|
force?: boolean;
|
|
24
24
|
lane?: boolean;
|
package/dist/remove-cmd.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare class RemoveCmd implements Command {
|
|
|
18
18
|
options: CommandOptions;
|
|
19
19
|
loader: boolean;
|
|
20
20
|
remoteOp: boolean;
|
|
21
|
-
constructor(remove: RemoveMain, workspace?: Workspace);
|
|
21
|
+
constructor(remove: RemoveMain, workspace?: Workspace | undefined);
|
|
22
22
|
report([componentsPattern]: [string], { force, track, silent, keepFiles, }: {
|
|
23
23
|
force?: boolean;
|
|
24
24
|
track?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare function removeTemplate({ dependentBits, modifiedComponents, removedComponentIds, missingComponents, removedFromLane }: {
|
|
2
2
|
dependentBits: any;
|
|
3
|
-
modifiedComponents?:
|
|
3
|
+
modifiedComponents?: never[] | undefined;
|
|
4
4
|
removedComponentIds: any;
|
|
5
5
|
missingComponents: any;
|
|
6
6
|
removedFromLane: any;
|
|
@@ -69,7 +69,7 @@ export declare class RemoveMain {
|
|
|
69
69
|
private getRemovedStagedFromLane;
|
|
70
70
|
private getLocalBitIdsToRemove;
|
|
71
71
|
private getRemoteBitIdsToRemove;
|
|
72
|
-
static slots:
|
|
72
|
+
static slots: never[];
|
|
73
73
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
74
74
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
75
75
|
static provider([workspace, cli, loggerMain, componentAspect, importerMain, depResolver, issues]: [
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/remove",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.143",
|
|
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.143"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -18,21 +18,20 @@
|
|
|
18
18
|
"@teambit/bit-error": "0.0.404",
|
|
19
19
|
"@teambit/component-id": "1.2.0",
|
|
20
20
|
"@teambit/harmony": "0.4.6",
|
|
21
|
-
"@teambit/cli": "0.0.
|
|
22
|
-
"@teambit/workspace": "1.0.
|
|
23
|
-
"@teambit/component": "1.0.
|
|
24
|
-
"@teambit/component-issues": "0.0.
|
|
25
|
-
"@teambit/dependency-resolver": "1.0.
|
|
26
|
-
"@teambit/importer": "1.0.
|
|
27
|
-
"@teambit/issues": "1.0.
|
|
28
|
-
"@teambit/logger": "0.0.
|
|
21
|
+
"@teambit/cli": "0.0.849",
|
|
22
|
+
"@teambit/workspace": "1.0.143",
|
|
23
|
+
"@teambit/component": "1.0.143",
|
|
24
|
+
"@teambit/component-issues": "0.0.141",
|
|
25
|
+
"@teambit/dependency-resolver": "1.0.143",
|
|
26
|
+
"@teambit/importer": "1.0.143",
|
|
27
|
+
"@teambit/issues": "1.0.143",
|
|
28
|
+
"@teambit/logger": "0.0.942"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/lodash": "4.14.165",
|
|
32
32
|
"@types/mocha": "9.1.0",
|
|
33
|
-
"
|
|
34
|
-
"@
|
|
35
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.19"
|
|
33
|
+
"chai": "4.3.0",
|
|
34
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.24"
|
|
36
35
|
},
|
|
37
36
|
"peerDependencies": {
|
|
38
37
|
"@teambit/legacy": "1.0.624"
|
|
@@ -49,7 +48,8 @@
|
|
|
49
48
|
"default": "./dist/index.js"
|
|
50
49
|
},
|
|
51
50
|
"./dist/*": "./dist/*",
|
|
52
|
-
"./artifacts/*": "./artifacts/*"
|
|
51
|
+
"./artifacts/*": "./artifacts/*",
|
|
52
|
+
"./*": "./*.ts"
|
|
53
53
|
},
|
|
54
54
|
"private": false,
|
|
55
55
|
"engines": {
|
package/tsconfig.json
CHANGED
|
@@ -17,7 +17,10 @@
|
|
|
17
17
|
"resolveJsonModule": true,
|
|
18
18
|
"allowJs": true,
|
|
19
19
|
"outDir": "dist",
|
|
20
|
-
"emitDeclarationOnly": true
|
|
20
|
+
"emitDeclarationOnly": true,
|
|
21
|
+
"strict": true,
|
|
22
|
+
"strictPropertyInitialization": false,
|
|
23
|
+
"noImplicitAny": false
|
|
21
24
|
},
|
|
22
25
|
"exclude": [
|
|
23
26
|
"artifacts",
|
|
File without changes
|