Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bunt/project

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunt/project - npm Package Compare versions

Comparing version 0.18.3 to 0.19.0

16

CHANGELOG.md

@@ -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 @@

3

dist/Command/BaseCommand.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc