@scandipwa/magento-scripts 2.0.0-alpha.12 → 2.0.0-alpha.13

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.
@@ -1813,7 +1813,7 @@ ldap.max_links = -1
1813
1813
  [opcache]
1814
1814
  opcache.enable=1
1815
1815
  opcache.revalidate_freq=0
1816
- opcache.validate_timestamps=0
1816
+ opcache.validate_timestamps=1
1817
1817
  opcache.max_accelerated_files=100000
1818
1818
  opcache.memory_consumption=192
1819
1819
  opcache.max_wasted_percentage=10
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Scripts and configuration used by CMA.",
4
4
  "homepage": "https://docs.create-magento-app.com/",
5
5
  "repository": "github:scandipwa/create-magento-app",
6
- "version": "2.0.0-alpha.12",
6
+ "version": "2.0.0-alpha.13",
7
7
  "main": "./index.js",
8
8
  "types": "./typings/index.d.ts",
9
9
  "license": "OSL-3.0",
@@ -54,5 +54,5 @@
54
54
  "mysql",
55
55
  "scandipwa"
56
56
  ],
57
- "gitHead": "8dd4c7148b86e5190bea50579b97375a2f1aee2d"
57
+ "gitHead": "92a6255dbb6fb46334c0677be8f1ff2c7adab56f"
58
58
  }