# @theorchard/frontend-cli-core

## 3.1.0

### Minor Changes

-   Update `glob` dependency

## 3.0.2

### Patch Changes

-   SEC: lodash from 4.17.23 to 4.18.1

## 3.0.1

### Patch Changes

-   SEC: lodash-es from 4.17.23 to 4.18.1

## 3.0.0

### Major Changes

-   Removed `cliPackage` and `getCliPath()` from the `Context` interface and `ProgramContext`. These were used internally by `frontend-cli` to access its own package metadata, which is now read directly via a static `package.json` import.

## 2.1.1

### Patch Changes

-   Add const `ENV_VAR_PUBLIC_PATH` for `PUBLIC_PATH` env var

## 2.1.0

### Minor Changes

-   Set node minimum version to v20

## 2.0.2

### Patch Changes

-   Bump lodash to 4.17.23 to fix vulnerabilities

## 2.0.1

### Patch Changes

-   Fixes an issue where the frontend.json file was using json imports only available in node 20.

## 2.0.0

### Major Changes

-   Package now is exposed as an ESM module.

## 1.1.3

### Patch Changes

-   Updated to support node 20

## 1.1.2

### Patch Changes

-   Fixed the "deleteFolderIfExists" function so it recursively deletes the given folder.

## 1.1.1

### Patch Changes

-   Fix env detection

## 1.1.0

### Minor Changes

-   Exports `createContext` and `runTask` functions.

## 1.0.1

### Patch Changes

-   Removed unused constants.

## 1.0.0

### Major Changes

-   Initial release.
