@travetto/base
Advanced tools
Comparing version 2.2.2 to 2.2.3
import { color } from '@travetto/cli/src/color'; | ||
import { BasePlugin, OptionConfig } from '@travetto/cli/src/plugin-base'; | ||
import { CliCommand, OptionConfig } from '@travetto/cli/src/command'; | ||
@@ -15,3 +15,3 @@ import { BuildUtil } from './lib'; | ||
*/ | ||
export class BaseBuildPlugin extends BasePlugin<Options> { | ||
export class BaseBuildCommand extends CliCommand<Options> { | ||
@@ -18,0 +18,0 @@ name = 'build'; |
import * as fs from 'fs/promises'; | ||
import { color } from '@travetto/cli/src/color'; | ||
import { BasePlugin, OptionConfig } from '@travetto/cli/src/plugin-base'; | ||
import { CliCommand, OptionConfig } from '@travetto/cli/src/command'; | ||
import { FileCache, PathUtil } from '@travetto/boot'; | ||
@@ -16,3 +16,3 @@ | ||
*/ | ||
export class BaseCleanPlugin extends BasePlugin<Options> { | ||
export class BaseCleanCommand extends CliCommand<Options> { | ||
@@ -19,0 +19,0 @@ name = 'clean'; |
{ | ||
"name": "@travetto/base", | ||
"displayName": "Base", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Application phase management, environment config and common utilities for travetto applications.", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"optionalPeerDependencies": { | ||
"@travetto/cli": "^2.2.2" | ||
"@travetto/cli": "^2.2.3" | ||
}, | ||
@@ -37,0 +37,0 @@ "docDependencies": { |
@@ -193,3 +193,3 @@ <!-- This file was generated by @travetto/doc and should not be modified directly --> | ||
## General Utilities | ||
Simple functions for providing a minimal facsimile to [lodash](https://lodash.com), but without all the weight. Currently [Util](https://github.com/travetto/travetto/tree/main/module/base/src/util.ts#L32) includes: | ||
Simple functions for providing a minimal facsimile to [lodash](https://lodash.com), but without all the weight. Currently [Util](https://github.com/travetto/travetto/tree/main/module/base/src/util.ts#L34) includes: | ||
@@ -196,0 +196,0 @@ |
67585