@bunt/project
Advanced tools
Comparing version 0.18.3 to 0.19.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.19.0](https://github.com/izatop/bunt/compare/v0.18.3...v0.19.0) (2021-05-26) | ||
### Bug Fixes | ||
* tests, disposable ([99ead5a](https://github.com/izatop/bunt/commit/99ead5a2b518bb6160687afcf1d12311b38d1c44)) | ||
### Features | ||
* update unit types ([6a7124c](https://github.com/izatop/bunt/commit/6a7124cb8074892a0d4ce4e86d551d34289b42ee)) | ||
## [0.18.3](https://github.com/izatop/bunt/compare/v0.18.2...v0.18.3) (2021-05-25) | ||
@@ -8,0 +24,0 @@ |
import { Command } from "@bunt/cli"; | ||
import { StateType } from "@bunt/unit"; | ||
import { IProjectContext } from "../ProjectContext"; | ||
export declare abstract class BaseCommand<S extends Record<string, any> | null = null> extends Command<IProjectContext, S> { | ||
export declare abstract class BaseCommand<S extends StateType = null> extends Command<IProjectContext, S> { | ||
} |
import { BaseCommand } from "./BaseCommand"; | ||
declare class UpdateLintCommand extends BaseCommand { | ||
execute(): Promise<void>; | ||
run(): Promise<void>; | ||
} | ||
declare const _default: import("@bunt/app").Route<UpdateLintCommand>; | ||
export default _default; |
@@ -6,3 +6,3 @@ "use strict"; | ||
class UpdateLintCommand extends BaseCommand_1.BaseCommand { | ||
async execute() { | ||
async run() { | ||
const { store } = this.context; | ||
@@ -9,0 +9,0 @@ const resource = await store.getResource("lint/.eslintrc"); |
{ | ||
"name": "@bunt/project", | ||
"version": "0.18.3", | ||
"version": "0.19.0", | ||
"keywords": [ | ||
@@ -32,9 +32,9 @@ "typescript" | ||
"dependencies": { | ||
"@bunt/app": "^0.18.3", | ||
"@bunt/cli": "^0.18.3", | ||
"@bunt/unit": "^0.18.3", | ||
"@bunt/util": "^0.18.2" | ||
"@bunt/app": "^0.19.0", | ||
"@bunt/cli": "^0.19.0", | ||
"@bunt/unit": "^0.19.0", | ||
"@bunt/util": "^0.19.0" | ||
}, | ||
"license": "MIT", | ||
"gitHead": "55fa5286572395dbf967f7770a06cdeda179d7d9" | ||
"gitHead": "8e62b6bb684e9b7cc47b50f0be41c04020e1f9e7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18459
191
+ Added@bunt/app@0.19.18(transitive)
+ Added@bunt/cli@0.19.18(transitive)
+ Added@bunt/input@0.19.18(transitive)
+ Added@bunt/unit@0.19.18(transitive)
+ Added@bunt/util@0.19.18(transitive)
- Removed@bunt/app@0.18.3(transitive)
- Removed@bunt/cli@0.18.3(transitive)
- Removed@bunt/input@0.18.2(transitive)
- Removed@bunt/unit@0.18.3(transitive)
- Removed@bunt/util@0.18.2(transitive)
Updated@bunt/app@^0.19.0
Updated@bunt/cli@^0.19.0
Updated@bunt/unit@^0.19.0
Updated@bunt/util@^0.19.0