ember-source 6.4.0-beta.2 → 6.5.0-alpha.2

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.
@@ -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.4.0-beta.2
8
+ * @version 6.5.0-alpha.2
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -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.4.0-beta.2
8
+ * @version 6.5.0-alpha.2
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -2860,7 +2860,7 @@ var define, require;
2860
2860
  }, Symbol.toStringTag, { value: 'Module' });
2861
2861
 
2862
2862
  // this file gets replaced with the real value during the build
2863
- const Version = '6.4.0-beta.2';
2863
+ const Version = '6.5.0-alpha.2';
2864
2864
 
2865
2865
  const emberVersion = /*#__PURE__*/Object.defineProperty({
2866
2866
  __proto__: null,
@@ -3048,7 +3048,8 @@ var define, require;
3048
3048
  id: `deprecate-import-${dasherize(importName).toLowerCase()}-from-ember`,
3049
3049
  for: 'ember-source',
3050
3050
  since: {
3051
- available: '5.10.0'
3051
+ available: '5.10.0',
3052
+ enabled: '6.5.0'
3052
3053
  },
3053
3054
  until: '7.0.0',
3054
3055
  url: `https://deprecations.emberjs.com/id/import-${dasherize(importName).toLowerCase()}-from-ember`