ember-source 4.7.0-alpha.3 → 4.7.0-alpha.6
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 +4 -4
package/dist/header/license.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default "4.7.0-alpha.
|
|
1
|
+
export default "4.7.0-alpha.6";
|
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": "4.7.0-alpha.
|
|
6
|
+
"version": "4.7.0-alpha.6"
|
|
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": "4.7.0-alpha.
|
|
3
|
+
"version": "4.7.0-alpha.6",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
99
99
|
"@typescript-eslint/parser": "^5.15.0",
|
|
100
100
|
"auto-dist-tag": "^2.1.1",
|
|
101
|
-
"aws-sdk": "^2.
|
|
101
|
+
"aws-sdk": "^2.1166.0",
|
|
102
102
|
"babel-template": "^6.26.0",
|
|
103
103
|
"backburner.js": "^2.7.0",
|
|
104
104
|
"broccoli-babel-transpiler": "^7.8.0",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"mkdirp": "^1.0.4",
|
|
141
141
|
"mocha": "^9.2.2",
|
|
142
142
|
"npm-run-all": "^4.1.5",
|
|
143
|
-
"prettier": "^2.
|
|
143
|
+
"prettier": "^2.7.1",
|
|
144
144
|
"puppeteer": "^13.5.1",
|
|
145
145
|
"qunit": "^2.18.1",
|
|
146
146
|
"rollup-plugin-commonjs": "^9.3.4",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"ember-addon": {
|
|
161
161
|
"after": "ember-cli-legacy-blueprints"
|
|
162
162
|
},
|
|
163
|
-
"_originalVersion": "4.7.0-alpha.
|
|
163
|
+
"_originalVersion": "4.7.0-alpha.6",
|
|
164
164
|
"_versionPreviouslyCalculated": true,
|
|
165
165
|
"publishConfig": {
|
|
166
166
|
"tag": "alpha"
|