ember-source 5.3.0-alpha.6 → 5.3.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.
- package/build-metadata.json +3 -3
- package/dist/ember-template-compiler.js +2 -2
- package/dist/ember-template-compiler.map +1 -1
- package/dist/ember-testing.js +1 -1
- package/dist/ember-testing.map +1 -1
- package/dist/ember.debug.js +2 -2
- package/dist/ember.debug.map +1 -1
- package/dist/header/license.js +1 -1
- package/dist/packages/ember/version.js +1 -1
- package/docs/data.json +1 -1
- package/package.json +7 -7
package/dist/header/license.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default "5.3.0-
|
|
1
|
+
export default "5.3.0-beta.1";
|
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.3.0-
|
|
6
|
+
"version": "5.3.0-beta.1"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"node_modules/rsvp/lib/rsvp/promise/all.js": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "5.3.0-
|
|
3
|
+
"version": "5.3.0-beta.1",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@babel/helper-module-imports": "^7.16.7",
|
|
59
|
-
"@babel/plugin-transform-block-scoping": "^7.
|
|
59
|
+
"@babel/plugin-transform-block-scoping": "^7.22.5",
|
|
60
60
|
"@ember/edition-utils": "^1.2.0",
|
|
61
61
|
"@glimmer/compiler": "0.84.2",
|
|
62
62
|
"@glimmer/component": "^1.1.2",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"ember-cli-typescript-blueprint-polyfill": "^0.1.0",
|
|
95
95
|
"ember-cli-version-checker": "^5.1.2",
|
|
96
96
|
"ember-router-generator": "^2.0.0",
|
|
97
|
-
"inflection": "^
|
|
97
|
+
"inflection": "^2.0.1",
|
|
98
98
|
"resolve": "^1.22.2",
|
|
99
99
|
"route-recognizer": "^0.3.4",
|
|
100
100
|
"router_js": "^8.0.3",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@types/qunit": "^2.19.4",
|
|
111
111
|
"@types/rsvp": "^4.0.4",
|
|
112
112
|
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
113
|
-
"@typescript-eslint/parser": "^5.
|
|
113
|
+
"@typescript-eslint/parser": "^5.62.0",
|
|
114
114
|
"ast-types": "^0.14.2",
|
|
115
115
|
"auto-dist-tag": "^2.1.1",
|
|
116
116
|
"aws-sdk": "^2.1388.0",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"mocha": "^10.2.0",
|
|
154
154
|
"npm-run-all": "^4.1.5",
|
|
155
155
|
"prettier": "^2.8.0",
|
|
156
|
-
"puppeteer": "^
|
|
156
|
+
"puppeteer": "^20.9.0",
|
|
157
157
|
"qunit": "^2.19.4",
|
|
158
158
|
"recast": "^0.22.0",
|
|
159
159
|
"rsvp": "^4.8.5",
|
|
@@ -186,9 +186,9 @@
|
|
|
186
186
|
"node": "16.20.0",
|
|
187
187
|
"yarn": "1.22.19"
|
|
188
188
|
},
|
|
189
|
-
"_originalVersion": "5.3.0-
|
|
189
|
+
"_originalVersion": "5.3.0-beta.1",
|
|
190
190
|
"_versionPreviouslyCalculated": true,
|
|
191
191
|
"publishConfig": {
|
|
192
|
-
"tag": "
|
|
192
|
+
"tag": "beta"
|
|
193
193
|
}
|
|
194
194
|
}
|