angular-server-side-configuration
Advanced tools
Comparing version
@@ -5,2 +5,9 @@ # Changelog | ||
## [10.1.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v10.0.1...v10.1.0) (2020-10-18) | ||
### Features | ||
* add ngsw.json detection and updating to native cli ([1dd77fa](https://github.com/kyubisation/angular-server-side-configuration/commit/1dd77fa943793b6aaa83f34efa87dbc2ef4c4015)) | ||
### [10.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v10.0.0...v10.0.1) (2020-07-05) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "angular-server-side-configuration", | ||
"version": "10.0.1", | ||
"version": "10.1.0", | ||
"description": "Configure an angular application on the server", | ||
@@ -17,3 +17,3 @@ "builders": "./builders/builders.json", | ||
"test:node": "jest --ci", | ||
"test:go": "cd cli && go build && go test", | ||
"test:go": "cd cli && go test", | ||
"test": "run-s test:*", | ||
@@ -20,0 +20,0 @@ "lint": "tslint -p tsconfig.json", |
76755
0.39%