@jpp-toolkit/plugin-clean 0.0.80 → 0.0.82

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/dist/index.d.mts CHANGED
@@ -1,13 +1,13 @@
1
1
  import { Command } from "@jpp-toolkit/core";
2
- import * as _oclif_core_interfaces0 from "@oclif/core/interfaces";
2
+ import * as _$_oclif_core_interfaces0 from "@oclif/core/interfaces";
3
3
 
4
4
  //#region src/clean-command.d.ts
5
5
  declare class CleanCommand extends Command {
6
6
  static summary: string;
7
7
  static flags: {
8
- 'dry-run': _oclif_core_interfaces0.BooleanFlag<boolean>;
9
- reset: _oclif_core_interfaces0.BooleanFlag<boolean>;
10
- root: _oclif_core_interfaces0.BooleanFlag<boolean>;
8
+ 'dry-run': _$_oclif_core_interfaces0.BooleanFlag<boolean>;
9
+ reset: _$_oclif_core_interfaces0.BooleanFlag<boolean>;
10
+ root: _$_oclif_core_interfaces0.BooleanFlag<boolean>;
11
11
  };
12
12
  static examples: {
13
13
  description: string;
@@ -50,5 +50,5 @@
50
50
  "summary": "Remove build artifacts and temporary files from the project."
51
51
  }
52
52
  },
53
- "version": "0.0.80"
53
+ "version": "0.0.82"
54
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jpp-toolkit/plugin-clean",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "description": "Plugin that add the clean command to the jpp cli.",
5
5
  "keywords": [
6
6
  "jpp",
@@ -33,10 +33,10 @@
33
33
  "oclif.manifest.json"
34
34
  ],
35
35
  "dependencies": {
36
- "@oclif/core": "4.10.2",
36
+ "@oclif/core": "4.10.4",
37
37
  "execa": "9.6.1",
38
38
  "rimraf": "6.1.3",
39
- "@jpp-toolkit/core": "0.0.42",
39
+ "@jpp-toolkit/core": "0.0.44",
40
40
  "@jpp-toolkit/utils": "0.0.33"
41
41
  },
42
42
  "devDependencies": {