ember-source 4.3.0-beta.1 → 4.4.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.3.0-beta.1",
2
+ "version": "4.4.0-alpha.1",
3
3
  "buildType": "tag",
4
- "SHA": "cb9b164bcb408687066c336b9522aa322a67ceb2",
5
- "assetPath": "/tag/shas/cb9b164bcb408687066c336b9522aa322a67ceb2.tgz"
4
+ "SHA": "7b362c5b1ce50f1b0d7ce12ed8cf35b40c3edda2",
5
+ "assetPath": "/tag/shas/7b362c5b1ce50f1b0d7ce12ed8cf35b40c3edda2.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.3.0-beta.1
9
+ * @version 4.4.0-alpha.1
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -1306,8 +1306,8 @@ define("@ember/canary-features/index", ["exports", "@ember/-internals/environmen
1306
1306
  @public
1307
1307
  */
1308
1308
  var DEFAULT_FEATURES = {
1309
- EMBER_LIBRARIES_ISREGISTERED: false,
1310
- EMBER_IMPROVED_INSTRUMENTATION: false,
1309
+ EMBER_LIBRARIES_ISREGISTERED: null,
1310
+ EMBER_IMPROVED_INSTRUMENTATION: null,
1311
1311
  EMBER_NAMED_BLOCKS: true,
1312
1312
  EMBER_GLIMMER_HELPER_MANAGER: true,
1313
1313
  EMBER_GLIMMER_INVOKE_HELPER: true,
@@ -18857,7 +18857,7 @@ define("ember/version", ["exports"], function (_exports) {
18857
18857
  value: true
18858
18858
  });
18859
18859
  _exports.default = void 0;
18860
- var _default = "4.3.0-beta.1";
18860
+ var _default = "4.4.0-alpha.1";
18861
18861
  _exports.default = _default;
18862
18862
  });
18863
18863
  define("simple-html-tokenizer", ["exports"], function (_exports) {