@ngx-env/builder
Advanced tools
Comparing version 17.2.1 to 17.2.2
{ | ||
"$schema": "../../node_modules/@angular-devkit/architect/src/builders-schema.json", | ||
"$schema": "./node_modules/@angular-devkit/architect/src/builders-schema.json", | ||
"builders": { | ||
@@ -33,4 +33,9 @@ "browser": { | ||
"description": "Build application extended with ngx-env config" | ||
}, | ||
"browser-esbuild": { | ||
"implementation": "./dist/builders/browser-esbuild", | ||
"schema": "./dist/builders/schemas/browser-esbuild.json", | ||
"description": "Build browser app extended with ngx-env config using esbuild" | ||
} | ||
} | ||
} |
{ | ||
"$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json", | ||
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", | ||
"schematics": { | ||
@@ -4,0 +4,0 @@ "ng-add": { |
import type { DotenvRunOptions } from "@dotenv-run/core"; | ||
import type { Configuration } from "webpack"; | ||
export declare function plugin(options: DotenvRunOptions, ssr?: boolean): { | ||
webpackConfiguration: (webpackConfig: Configuration) => Promise<Configuration>; | ||
webpackConfiguration: (webpackConfig: Configuration) => Configuration; | ||
indexHtml: (content: string) => Promise<string>; | ||
}; |
@@ -19,6 +19,6 @@ "use strict"; | ||
return { | ||
webpackConfiguration: (webpackConfig) => __awaiter(this, void 0, void 0, function* () { | ||
webpackConfiguration: (webpackConfig) => { | ||
webpackConfig.plugins.push(dotEnvPlugin); | ||
return webpackConfig; | ||
}), | ||
}, | ||
indexHtml: (content) => __awaiter(this, void 0, void 0, function* () { return (0, variables_reducer_1.variablesReducer)(content, raw); }), | ||
@@ -25,0 +25,0 @@ }; |
{ | ||
"name": "@ngx-env/builder", | ||
"version": "17.2.1", | ||
"version": "17.2.2", | ||
"description": "Easily inject environment variables into your Angular applications", | ||
@@ -32,8 +32,8 @@ "author": "chihab <chihab@gmail.com>", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^17.1.0", | ||
"@angular-devkit/schematics": "^17.1.0", | ||
"@angular-devkit/schematics-cli": "^17.1.0", | ||
"@angular-devkit/architect": "^0.1701.0", | ||
"@angular-devkit/core": "^17.1.0", | ||
"@angular/compiler": "^17.1.0", | ||
"@angular-devkit/build-angular": "^17.2.0", | ||
"@angular-devkit/schematics": "^17.2.0", | ||
"@angular-devkit/schematics-cli": "^17.2.0", | ||
"@angular-devkit/architect": "^0.1702.0", | ||
"@angular-devkit/core": "^17.2.0", | ||
"@angular/compiler": "^17.2.0", | ||
"@dotenv-run/core": "^1.3.4", | ||
@@ -45,9 +45,9 @@ "cpy": "^8.1.2", | ||
"rxjs": "^7.0.0", | ||
"webpack": "^5.0.0" | ||
"webpack": "5.90.1" | ||
}, | ||
"peerDpendencies": { | ||
"@angular-devkit/architect": "^17.1.0", | ||
"@angular-devkit/architect": "^17.2.0", | ||
"@angular-devkit/schematics-cli": ">=12.0.0", | ||
"rxjs": "^7.0.0", | ||
"webpack": "^5.0.0" | ||
"webpack": "5.90.1" | ||
}, | ||
@@ -54,0 +54,0 @@ "scripts": { |
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
168504
46
3590