ember-source 6.6.0-beta.1 → 6.6.0

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": "6.6.0-beta.1",
2
+ "version": "6.6.0",
3
3
  "buildType": "tag",
4
- "SHA": "a1b60112829ac6965922ffc9663169b65b719201",
5
- "assetPath": "/tag/shas/a1b60112829ac6965922ffc9663169b65b719201.tgz"
4
+ "SHA": "1367428479abb4e8d8c06283bca20da5d930cba0",
5
+ "assetPath": "/tag/shas/1367428479abb4e8d8c06283bca20da5d930cba0.tgz"
6
6
  }
@@ -5,7 +5,7 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 6.6.0-beta.1
8
+ * @version 6.6.0
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -15039,7 +15039,7 @@ var define, require;
15039
15039
  }, Symbol.toStringTag, { value: 'Module' });
15040
15040
 
15041
15041
  // this file gets replaced with the real value during the build
15042
- const version = '6.6.0-beta.1';
15042
+ const version = '6.6.0';
15043
15043
 
15044
15044
  const emberVersion = /*#__PURE__*/Object.defineProperty({
15045
15045
  __proto__: null,