ember-source 4.2.0-alpha.3 → 4.2.0-alpha.4
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 +5 -5
package/dist/header/license.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default "4.2.0-alpha.
|
|
1
|
+
export default "4.2.0-alpha.4";
|
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.2.0-alpha.
|
|
6
|
+
"version": "4.2.0-alpha.4"
|
|
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.2.0-alpha.
|
|
3
|
+
"version": "4.2.0-alpha.4",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@glimmer/runtime": "0.83.1",
|
|
90
90
|
"@glimmer/validator": "0.83.1",
|
|
91
91
|
"@simple-dom/document": "^1.4.0",
|
|
92
|
-
"@types/qunit": "^2.11.
|
|
92
|
+
"@types/qunit": "^2.11.2",
|
|
93
93
|
"@types/rsvp": "^4.0.4",
|
|
94
94
|
"@typescript-eslint/eslint-plugin": "^4.3.0",
|
|
95
95
|
"@typescript-eslint/parser": "^4.3.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"broccoli-string-replace": "^0.1.2",
|
|
106
106
|
"broccoli-typescript-compiler": "^7.0.0",
|
|
107
107
|
"broccoli-uglify-sourcemap": "^3.2.0",
|
|
108
|
-
"common-tags": "^1.8.
|
|
108
|
+
"common-tags": "^1.8.2",
|
|
109
109
|
"core-js": "^2.6.5",
|
|
110
110
|
"dag-map": "^2.0.2",
|
|
111
111
|
"ember-cli": "^3.12.0",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"eslint-plugin-prettier": "^3.4.1",
|
|
125
125
|
"eslint-plugin-qunit": "^6.2.0",
|
|
126
126
|
"execa": "^5.1.1",
|
|
127
|
-
"expect-type": "^0.
|
|
127
|
+
"expect-type": "^0.13.0",
|
|
128
128
|
"express": "^4.17.1",
|
|
129
129
|
"finalhandler": "^1.1.2",
|
|
130
130
|
"fs-extra": "^9.1.0",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"ember-addon": {
|
|
157
157
|
"after": "ember-cli-legacy-blueprints"
|
|
158
158
|
},
|
|
159
|
-
"_originalVersion": "4.2.0-alpha.
|
|
159
|
+
"_originalVersion": "4.2.0-alpha.4",
|
|
160
160
|
"_versionPreviouslyCalculated": true,
|
|
161
161
|
"publishConfig": {
|
|
162
162
|
"tag": "alpha"
|