@cypress/schematic
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,8 @@ | ||
# [@cypress/schematic-v1.4.2](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.4.1...@cypress/schematic-v1.4.2) (2021-06-29) | ||
### Bug Fixes | ||
* plugin file referenced by cypress config in angular schematics ([#17143](https://github.com/cypress-io/cypress/issues/17143)) ([5c2efc7](https://github.com/cypress-io/cypress/commit/5c2efc750779b75792b579b3196c8cb8af1f72f9)) | ||
# [@cypress/schematic-v1.4.1](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v1.4.0...@cypress/schematic-v1.4.1) (2021-06-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cypress/schematic", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Official Cypress schematic for the Angular CLI", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -6,5 +6,5 @@ { | ||
"screenshotsFolder": "<%= root%>cypress/screenshots", | ||
"pluginsFile": "<%= root%>cypress/plugins/index.js", | ||
"pluginsFile": "<%= root%>cypress/plugins/index.ts", | ||
"fixturesFolder": "<%= root%>cypress/fixtures", | ||
"baseUrl": "<%= baseUrl%>" | ||
} |
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
76292