ember-source 4.8.0-beta.2 → 4.9.0-alpha.2

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.
@@ -5,5 +5,5 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 4.8.0-beta.2
8
+ * @version 4.9.0-alpha.2
9
9
  */
@@ -11,8 +11,8 @@ import { ENV } from '@ember/-internals/environment';
11
11
  */
12
12
 
13
13
  export const DEFAULT_FEATURES = {
14
- EMBER_LIBRARIES_ISREGISTERED: false,
15
- EMBER_IMPROVED_INSTRUMENTATION: false,
14
+ EMBER_LIBRARIES_ISREGISTERED: null,
15
+ EMBER_IMPROVED_INSTRUMENTATION: null,
16
16
  EMBER_UNIQUE_ID_HELPER: true,
17
17
  EMBER_DEFAULT_HELPER_MANAGER: true
18
18
  };
@@ -1 +1 @@
1
- export default "4.8.0-beta.2";
1
+ export default "4.9.0-alpha.2";
package/docs/data.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "The Ember API",
4
4
  "description": "The Ember API: a framework for building ambitious web applications",
5
5
  "url": "https://emberjs.com/",
6
- "version": "4.8.0-beta.2"
6
+ "version": "4.9.0-alpha.2"
7
7
  },
8
8
  "files": {
9
9
  "node_modules/rsvp/lib/rsvp/promise/all.js": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-source",
3
- "version": "4.8.0-beta.2",
3
+ "version": "4.9.0-alpha.2",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -175,9 +175,9 @@
175
175
  ]
176
176
  }
177
177
  },
178
- "_originalVersion": "4.8.0-beta.2",
178
+ "_originalVersion": "4.9.0-alpha.2",
179
179
  "_versionPreviouslyCalculated": true,
180
180
  "publishConfig": {
181
- "tag": "beta"
181
+ "tag": "alpha"
182
182
  }
183
183
  }