@ember-tooling/blueprint-model 0.1.0 → 0.2.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/blueprint-model",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -4,7 +4,7 @@ const chalk = require('chalk');
4
4
  const availableExperiments = Object.freeze(['EMBROIDER', 'CLASSIC', 'VITE']);
5
5
 
6
6
  const deprecatedExperiments = Object.freeze([]);
7
- const enabledExperiments = Object.freeze([]);
7
+ const enabledExperiments = Object.freeze(['VITE']);
8
8
  const deprecatedExperimentsDeprecationsIssued = [];
9
9
 
10
10
  function isExperimentEnabled(experimentName) {