ember-source 5.7.0-alpha.1 → 5.7.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,5 +5,5 @@
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 5.7.0-alpha.1
8
+ * @version 5.7.0-alpha.2
9
9
  */
@@ -1 +1 @@
1
- export default "5.7.0-alpha.1";
1
+ export default "5.7.0-alpha.2";
package/docs/data.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "The Ember API",
4
4
  "description": "The Ember API: a framework for building ambitious web applications",
5
5
  "url": "https://emberjs.com/",
6
- "version": "5.7.0-alpha.1"
6
+ "version": "5.7.0-alpha.2"
7
7
  },
8
8
  "files": {
9
9
  "node_modules/rsvp/lib/rsvp/promise/all.js": {
package/lib/index.js CHANGED
@@ -166,7 +166,7 @@ module.exports = {
166
166
  plugins: [
167
167
  babelHelperPlugin,
168
168
  buildDebugMacroPlugin(!isProduction),
169
- ['babel-plugin-ember-template-compilation', { compilerPath }],
169
+ [require.resolve('babel-plugin-ember-template-compilation'), { compilerPath }],
170
170
  ...vmBabelPlugins({ isDebug: !isProduction }),
171
171
  ],
172
172
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-source",
3
- "version": "5.7.0-alpha.1",
3
+ "version": "5.7.0-alpha.2",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -78,6 +78,7 @@
78
78
  "@glimmer/vm-babel-plugins": "0.85.13",
79
79
  "@simple-dom/interface": "^1.4.0",
80
80
  "babel-plugin-debug-macros": "^0.3.4",
81
+ "babel-plugin-ember-template-compilation": "^2.1.1",
81
82
  "babel-plugin-filter-imports": "^4.0.0",
82
83
  "backburner.js": "^2.8.0",
83
84
  "broccoli-concat": "^4.2.5",
@@ -122,7 +123,6 @@
122
123
  "@typescript-eslint/parser": "^5.62.0",
123
124
  "ast-types": "^0.14.2",
124
125
  "auto-dist-tag": "^2.1.1",
125
- "babel-plugin-ember-template-compilation": "^2.1.1",
126
126
  "babel-template": "^6.26.0",
127
127
  "broccoli-babel-transpiler": "^7.8.1",
128
128
  "broccoli-persistent-filter": "^2.3.1",
@@ -204,7 +204,7 @@
204
204
  "node": "16.20.0",
205
205
  "pnpm": "8.10.0"
206
206
  },
207
- "_originalVersion": "5.7.0-alpha.1",
207
+ "_originalVersion": "5.7.0-alpha.2",
208
208
  "_versionPreviouslyCalculated": true,
209
209
  "publishConfig": {
210
210
  "tag": "alpha"