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