@cypress/schematic
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -0,1 +1,8 @@ | ||
# [@cypress/schematic-v1.5.1](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.5.0...@cypress/schematic-v1.5.1) (2021-09-10) | ||
### Bug Fixes | ||
* **cypress/schematic:** add edge to list of allowed browsers ([#17637](https://github.com/cypress-io/cypress/issues/17637)) ([49de24f](https://github.com/cypress-io/cypress/commit/49de24f6178e0ef7bfd654c3efc0bfa8008e962e)) | ||
# [@cypress/schematic-v1.5.0](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.4.2...@cypress/schematic-v1.5.0) (2021-07-20) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cypress/schematic", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Official Cypress schematic for the Angular CLI", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -5,3 +5,3 @@ import { JsonObject } from '@angular-devkit/core'; | ||
configFile: string | false; | ||
browser: 'electron' | 'chrome' | 'chromium' | 'canary' | 'firefox' | string; | ||
browser: 'electron' | 'chrome' | 'chromium' | 'canary' | 'firefox' | 'edge' | string; | ||
devServerTarget: string; | ||
@@ -8,0 +8,0 @@ env: Record<string, string>; |
@@ -30,3 +30,4 @@ { | ||
"canary", | ||
"firefox" | ||
"firefox", | ||
"edge" | ||
] | ||
@@ -33,0 +34,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
78255
93255
899