ember-source 5.10.2 → 5.11.0-beta.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.
- package/blueprints/component/index.js +2 -2
- package/blueprints/component-class/index.js +2 -2
- package/build-metadata.json +3 -3
- package/dist/ember-template-compiler.js +2 -2
- package/dist/ember-testing.js +1 -1
- package/dist/ember.debug.js +2 -2
- package/dist/ember.prod.js +2 -2
- package/dist/packages/ember/version.js +1 -1
- package/docs/data.json +1 -1
- package/package.json +8 -5
|
@@ -275,9 +275,9 @@ module.exports = {
|
|
|
275
275
|
importComponent = `import Component from '@glimmer/component';`;
|
|
276
276
|
if (this._isUsingTS) {
|
|
277
277
|
componentSignature = generateComponentSignature(classifiedModuleName);
|
|
278
|
-
defaultExport = `class ${classifiedModuleName}
|
|
278
|
+
defaultExport = `class ${classifiedModuleName} extends Component<${classifiedModuleName}Signature> {}`;
|
|
279
279
|
} else {
|
|
280
|
-
defaultExport = `class ${classifiedModuleName}
|
|
280
|
+
defaultExport = `class ${classifiedModuleName} extends Component {}`;
|
|
281
281
|
}
|
|
282
282
|
break;
|
|
283
283
|
case '@ember/component/template-only':
|
|
@@ -173,9 +173,9 @@ module.exports = {
|
|
|
173
173
|
importComponent = `import Component from '@glimmer/component';`;
|
|
174
174
|
if (this._isUsingTS) {
|
|
175
175
|
componentSignature = generateComponentSignature(classifiedModuleName);
|
|
176
|
-
defaultExport = `class ${classifiedModuleName}
|
|
176
|
+
defaultExport = `class ${classifiedModuleName} extends Component<${classifiedModuleName}Signature> {}`;
|
|
177
177
|
} else {
|
|
178
|
-
defaultExport = `class ${classifiedModuleName}
|
|
178
|
+
defaultExport = `class ${classifiedModuleName} extends Component {}`;
|
|
179
179
|
}
|
|
180
180
|
break;
|
|
181
181
|
case '@ember/component/template-only':
|
package/build-metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.
|
|
2
|
+
"version": "5.11.0-beta.2",
|
|
3
3
|
"buildType": "tag",
|
|
4
|
-
"SHA": "
|
|
5
|
-
"assetPath": "/tag/shas/
|
|
4
|
+
"SHA": "7bd2c4bb99156ea0a9a31dc6fcb5f98574b294fe",
|
|
5
|
+
"assetPath": "/tag/shas/7bd2c4bb99156ea0a9a31dc6fcb5f98574b294fe.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 5.
|
|
8
|
+
* @version 5.11.0-beta.2
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
|
@@ -17746,7 +17746,7 @@ var define, require;
|
|
|
17746
17746
|
}, Symbol.toStringTag, { value: 'Module' });
|
|
17747
17747
|
|
|
17748
17748
|
// this file gets replaced with the real value during the build
|
|
17749
|
-
const version = '5.
|
|
17749
|
+
const version = '5.11.0-beta.2';
|
|
17750
17750
|
|
|
17751
17751
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
17752
17752
|
__proto__: null,
|
package/dist/ember-testing.js
CHANGED
|
@@ -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 5.
|
|
8
|
+
* @version 5.11.0-beta.2
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
package/dist/ember.debug.js
CHANGED
|
@@ -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 5.
|
|
8
|
+
* @version 5.11.0-beta.2
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
|
@@ -3497,7 +3497,7 @@ var define, require;
|
|
|
3497
3497
|
}, Symbol.toStringTag, { value: 'Module' });
|
|
3498
3498
|
|
|
3499
3499
|
// this file gets replaced with the real value during the build
|
|
3500
|
-
const Version = '5.
|
|
3500
|
+
const Version = '5.11.0-beta.2';
|
|
3501
3501
|
|
|
3502
3502
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
3503
3503
|
__proto__: null,
|
package/dist/ember.prod.js
CHANGED
|
@@ -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 5.
|
|
8
|
+
* @version 5.11.0-beta.2
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable no-var */
|
|
11
11
|
/* globals global globalThis self */
|
|
@@ -2716,7 +2716,7 @@ var define, require;
|
|
|
2716
2716
|
}, Symbol.toStringTag, { value: 'Module' });
|
|
2717
2717
|
|
|
2718
2718
|
// this file gets replaced with the real value during the build
|
|
2719
|
-
const Version = '5.
|
|
2719
|
+
const Version = '5.11.0-beta.2';
|
|
2720
2720
|
|
|
2721
2721
|
const emberVersion = /*#__PURE__*/Object.defineProperty({
|
|
2722
2722
|
__proto__: null,
|
package/docs/data.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.11.0-beta.2",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@glimmer/component": "^1.1.2"
|
|
172
172
|
},
|
|
173
173
|
"engines": {
|
|
174
|
-
"node": ">=
|
|
174
|
+
"node": ">= 18.*"
|
|
175
175
|
},
|
|
176
176
|
"ember-addon": {
|
|
177
177
|
"after": "ember-cli-legacy-blueprints"
|
|
@@ -190,6 +190,9 @@
|
|
|
190
190
|
"node": "16.20.0",
|
|
191
191
|
"pnpm": "8.10.0"
|
|
192
192
|
},
|
|
193
|
-
"_originalVersion": "5.
|
|
194
|
-
"_versionPreviouslyCalculated": true
|
|
195
|
-
|
|
193
|
+
"_originalVersion": "5.11.0-beta.2",
|
|
194
|
+
"_versionPreviouslyCalculated": true,
|
|
195
|
+
"publishConfig": {
|
|
196
|
+
"tag": "beta"
|
|
197
|
+
}
|
|
198
|
+
}
|