ember-source 4.6.0-beta.1 → 4.7.0-alpha.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,6 +1,6 @@
1
1
  {
2
- "version": "4.6.0-beta.1",
2
+ "version": "4.7.0-alpha.1",
3
3
  "buildType": "tag",
4
- "SHA": "7ae2487d9aae21efeb847ac43309901f43acda62",
5
- "assetPath": "/tag/shas/7ae2487d9aae21efeb847ac43309901f43acda62.tgz"
4
+ "SHA": "f9430f1c4a69b6b37c3f42efb74da4334fc481d7",
5
+ "assetPath": "/tag/shas/f9430f1c4a69b6b37c3f42efb74da4334fc481d7.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.6.0-beta.1
9
+ * @version 4.7.0-alpha.1
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -1313,8 +1313,8 @@ define("@ember/canary-features/index", ["exports", "@ember/-internals/environmen
1313
1313
  @public
1314
1314
  */
1315
1315
  var DEFAULT_FEATURES = {
1316
- EMBER_LIBRARIES_ISREGISTERED: false,
1317
- EMBER_IMPROVED_INSTRUMENTATION: false,
1316
+ EMBER_LIBRARIES_ISREGISTERED: null,
1317
+ EMBER_IMPROVED_INSTRUMENTATION: null,
1318
1318
  EMBER_UNIQUE_ID_HELPER: true,
1319
1319
  EMBER_DEFAULT_HELPER_MANAGER: true
1320
1320
  };
@@ -18739,7 +18739,7 @@ define("ember/version", ["exports"], function (_exports) {
18739
18739
  value: true
18740
18740
  });
18741
18741
  _exports.default = void 0;
18742
- var _default = "4.6.0-beta.1";
18742
+ var _default = "4.7.0-alpha.1";
18743
18743
  _exports.default = _default;
18744
18744
  });
18745
18745
  define("simple-html-tokenizer", ["exports"], function (_exports) {