ember-source 5.0.0-alpha.5 → 5.0.0-alpha.6

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": "5.0.0-alpha.5",
2
+ "version": "5.0.0-alpha.6",
3
3
  "buildType": "tag",
4
- "SHA": "173a11f8e86a78f842384c73a425797a3e7879a9",
5
- "assetPath": "/tag/shas/173a11f8e86a78f842384c73a425797a3e7879a9.tgz"
4
+ "SHA": "4406f840d3eb92e3bdf88675c9f587747906adc8",
5
+ "assetPath": "/tag/shas/4406f840d3eb92e3bdf88675c9f587747906adc8.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 5.0.0-alpha.5
9
+ * @version 5.0.0-alpha.6
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -16362,7 +16362,7 @@ define("ember/version", ["exports"], function (_exports) {
16362
16362
  value: true
16363
16363
  });
16364
16364
  _exports.default = void 0;
16365
- var _default = "5.0.0-alpha.5";
16365
+ var _default = "5.0.0-alpha.6";
16366
16366
  _exports.default = _default;
16367
16367
  });
16368
16368
  define("simple-html-tokenizer", ["exports"], function (_exports) {