Skip to content

Commit

Permalink
doc: add karma support
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Dec 15, 2024
1 parent 52afdbe commit a9174bb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ await build({
- ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.) ✨
- ✅ Easy to use, no configuration required
- ✅ Up to date with latest Angular versions
- ✅ Supports all Angular CLI commands (Karma is not supported on v19)
- ✅ Supports all Angular CLI commands
- ✅ Supports `process.env` and `import.meta.env` usage in TypeScript
- ✅ Filters sensitive variables using a Regular Expression
- ✅ Used by popular repositories
Expand Down
2 changes: 1 addition & 1 deletion examples/nx-workspace-old/apps/ng-app-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@dotenv-run/jest-angular": "workspace:^0.2.0",
"jest-preset-angular": "^14.0.0",
"@jest/transform": "^29.7.0",
"@ngx-env/builder": "workspace:^19.0.3",
"@ngx-env/builder": "workspace:^19.0.4",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.4",
"@types/node": "^18.19.54",
Expand Down
6 changes: 6 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ngx-env/builder

## 19.0.4

### Patch Changes

- doc: remove karma non support

## 19.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.) ✨
- ✅ Easy to use, no configuration required
- ✅ Up to date with latest Angular versions
- ✅ Supports all Angular CLI commands (Karma is not supported on v19)
- ✅ Supports all Angular CLI commands
- ✅ Supports `process.env` and `import.meta.env` usage in TypeScript
- ✅ Filters sensitive variables using a Regular Expression
- ✅ Used by popular repositories
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-env/builder",
"version": "19.0.3",
"version": "19.0.4",
"description": "Easily inject environment variables into your Angular applications",
"author": "chihab <chihab@gmail.com>",
"homepage": "https://github.com/chihab/ngx-env/tree/main/packages/angular",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9174bb

Please sign in to comment.