ember-source 6.10.0-alpha.6 → 6.10.0-beta.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": "6.10.0-alpha.6",
2
+ "version": "6.10.0-beta.1",
3
3
  "buildType": "tag",
4
- "SHA": "4ddbf7eafc759570e8db67c48cca6d56be0e673b",
5
- "assetPath": "/tag/shas/4ddbf7eafc759570e8db67c48cca6d56be0e673b.tgz"
4
+ "SHA": "ceae1dd2701345ca619d44e8235d3c510fc39bec",
5
+ "assetPath": "/tag/shas/ceae1dd2701345ca619d44e8235d3c510fc39bec.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.10.0-alpha.6
8
+ * @version 6.10.0-beta.1
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -608,7 +608,7 @@ var define, require;
608
608
  }
609
609
  };
610
610
  }
611
- const getDebugName$1 = getDebugName;
611
+ const getDebugName_default = getDebugName;
612
612
 
613
613
  const HAS_SUPER_PATTERN = /\.(_super|call\(this|apply\(this)/;
614
614
  const fnToString = Function.prototype.toString;
@@ -1708,7 +1708,7 @@ var define, require;
1708
1708
  dictionary: makeDictionary,
1709
1709
  enumerableSymbol,
1710
1710
  generateGuid,
1711
- getDebugName: getDebugName$1,
1711
+ getDebugName: getDebugName_default,
1712
1712
  getName,
1713
1713
  guidFor,
1714
1714
  intern: intern$1,
@@ -15300,7 +15300,7 @@ var define, require;
15300
15300
  }, Symbol.toStringTag, { value: 'Module' });
15301
15301
 
15302
15302
  // this file gets replaced with the real value during the build
15303
- const version = '6.10.0-alpha.6';
15303
+ const version = '6.10.0-beta.1';
15304
15304
 
15305
15305
  const emberVersion = /*#__PURE__*/Object.defineProperty({
15306
15306
  __proto__: null,
@@ -16479,6 +16479,7 @@ var define, require;
16479
16479
  if (typeof module === 'object' && module.exports) {
16480
16480
  module.exports = emberTemplateCompilerIndex;
16481
16481
  }
16482
+ console.log('\n\n--------\n+ Your app is using the legacy ember-template-compiler.js AMD bundle. This will be removed in ember-source 7.0. See https://deprecations.emberjs.com/id/using-amd-bundles for more details.\n--------');
16482
16483
 
16483
16484
  })((() => {
16484
16485
  try {