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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.8.0-beta.2",
2
+ "version": "4.9.0-alpha.2",
3
3
  "buildType": "tag",
4
- "SHA": "6cc9c65f56a72adbe47a5e798b76d497b741b642",
5
- "assetPath": "/tag/shas/6cc9c65f56a72adbe47a5e798b76d497b741b642.tgz"
4
+ "SHA": "2c3c46d4a16fa73a25fde422cca94b28198c2dbc",
5
+ "assetPath": "/tag/shas/2c3c46d4a16fa73a25fde422cca94b28198c2dbc.tgz"
6
6
  }
@@ -6,7 +6,7 @@
6
6
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
7
7
  * @license Licensed under MIT license
8
8
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
9
- * @version 4.8.0-beta.2
9
+ * @version 4.9.0-alpha.2
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -1315,8 +1315,8 @@ define("@ember/canary-features/index", ["exports", "@ember/-internals/environmen
1315
1315
  @public
1316
1316
  */
1317
1317
  var DEFAULT_FEATURES = {
1318
- EMBER_LIBRARIES_ISREGISTERED: false,
1319
- EMBER_IMPROVED_INSTRUMENTATION: false,
1318
+ EMBER_LIBRARIES_ISREGISTERED: null,
1319
+ EMBER_IMPROVED_INSTRUMENTATION: null,
1320
1320
  EMBER_UNIQUE_ID_HELPER: true,
1321
1321
  EMBER_DEFAULT_HELPER_MANAGER: true
1322
1322
  };
@@ -19394,7 +19394,7 @@ define("ember/version", ["exports"], function (_exports) {
19394
19394
  value: true
19395
19395
  });
19396
19396
  _exports.default = void 0;
19397
- var _default = "4.8.0-beta.2";
19397
+ var _default = "4.9.0-alpha.2";
19398
19398
  _exports.default = _default;
19399
19399
  });
19400
19400
  define("simple-html-tokenizer", ["exports"], function (_exports) {