generator-nitro 11.0.0 → 11.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
- module.exports = async (page, scenario, vp) => {
2
- await require('./loadCookies')(page, scenario);
3
- };
1
+ module.exports = async (page, scenario, vp) => {
2
+ await require('./loadCookies')(page, scenario);
3
+ };
@@ -1,6 +1,6 @@
1
- module.exports = async (page, scenario, vp) => {
2
- console.log('SCENARIO > ' + scenario.label);
3
- await require('./clickAndHoverHelper')(page, scenario);
4
-
5
- // add more ready handlers here...
6
- };
1
+ module.exports = async (page, scenario, vp) => {
2
+ console.log('SCENARIO > ' + scenario.label);
3
+ await require('./clickAndHoverHelper')(page, scenario);
4
+
5
+ // add more ready handlers here...
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "11.0.0",
3
+ "version": "11.0.1",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": {