ember-source 4.4.0-alpha.4 → 4.4.0-alpha.5

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.4.0-alpha.4",
2
+ "version": "4.4.0-alpha.5",
3
3
  "buildType": "tag",
4
- "SHA": "b1dee49c720b6e353fba9d910232e0e432ba6177",
5
- "assetPath": "/tag/shas/b1dee49c720b6e353fba9d910232e0e432ba6177.tgz"
4
+ "SHA": "4daff91dd6546aa915835f68c016e0894594c3b5",
5
+ "assetPath": "/tag/shas/4daff91dd6546aa915835f68c016e0894594c3b5.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.4.0-alpha.4
9
+ * @version 4.4.0-alpha.5
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -1310,7 +1310,7 @@ define("@ember/canary-features/index", ["exports", "@ember/-internals/environmen
1310
1310
  EMBER_IMPROVED_INSTRUMENTATION: null,
1311
1311
  EMBER_ROUTING_ROUTER_SERVICE_REFRESH: true,
1312
1312
  EMBER_CACHED: true,
1313
- EMBER_UNIQUE_ID_HELPER: null
1313
+ EMBER_UNIQUE_ID_HELPER: true
1314
1314
  };
1315
1315
  /**
1316
1316
  The hash of enabled Canary features. Add to this, any canary features
@@ -1848,11 +1848,15 @@ define("@ember/debug/lib/deprecate", ["exports", "@ember/-internals/environment"
1848
1848
  var formatMessage = function formatMessage(_message, options) {
1849
1849
  var message = _message;
1850
1850
 
1851
- if (options && options.id) {
1851
+ if (options === null || options === void 0 ? void 0 : options.id) {
1852
1852
  message = message + (" [deprecation id: " + options.id + "]");
1853
1853
  }
1854
1854
 
1855
- if (options && options.url) {
1855
+ if (options === null || options === void 0 ? void 0 : options.until) {
1856
+ message = message + (" This will be removed in Ember " + options.until + ".");
1857
+ }
1858
+
1859
+ if (options === null || options === void 0 ? void 0 : options.url) {
1856
1860
  message += " See " + options.url + " for more details.";
1857
1861
  }
1858
1862
 
@@ -18734,7 +18738,7 @@ define("ember/version", ["exports"], function (_exports) {
18734
18738
  value: true
18735
18739
  });
18736
18740
  _exports.default = void 0;
18737
- var _default = "4.4.0-alpha.4";
18741
+ var _default = "4.4.0-alpha.5";
18738
18742
  _exports.default = _default;
18739
18743
  });
18740
18744
  define("simple-html-tokenizer", ["exports"], function (_exports) {