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 */
@@ -2130,7 +2130,7 @@ var define, require;
2130
2130
  }, Symbol.toStringTag, { value: 'Module' });
2131
2131
 
2132
2132
  // this file gets replaced with the real value during the build
2133
- const Version = '6.4.0-beta.2';
2133
+ const Version = '6.5.0-alpha.2';
2134
2134
 
2135
2135
  const emberVersion = /*#__PURE__*/Object.defineProperty({
2136
2136
  __proto__: null,
@@ -2318,7 +2318,8 @@ var define, require;
2318
2318
  id: `deprecate-import-${dasherize(importName).toLowerCase()}-from-ember`,
2319
2319
  for: 'ember-source',
2320
2320
  since: {
2321
- available: '5.10.0'
2321
+ available: '5.10.0',
2322
+ enabled: '6.5.0'
2322
2323
  },
2323
2324
  until: '7.0.0',
2324
2325
  url: `https://deprecations.emberjs.com/id/import-${dasherize(importName).toLowerCase()}-from-ember`