ember-source 4.6.0-alpha.3 → 4.6.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 +2 -2
- package/package.json +4 -4
package/dist/header/license.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default "4.6.0-alpha.
|
|
1
|
+
export default "4.6.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.6.0-alpha.
|
|
6
|
+
"version": "4.6.0-alpha.4"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"node_modules/rsvp/lib/rsvp/promise/all.js": {
|
|
@@ -10230,7 +10230,7 @@
|
|
|
10230
10230
|
{
|
|
10231
10231
|
"file": "packages/@ember/-internals/routing/lib/system/router.ts",
|
|
10232
10232
|
"line": 158,
|
|
10233
|
-
"description": "The `location` property determines the type of URL's that your\n application will use.\n\n The following location types are currently available:\n\n * `history` - use the browser's history API to make the URLs look just like any standard URL\n * `hash` - use `#` to separate the server part of the URL from the Ember part: `/blog/#/posts/new`\n * `none` - do not store the Ember URL in the actual browser URL (mainly used for testing)\n * `auto` - use the best option based on browser capabilities: `history` if possible, then `hash` if possible, otherwise `none`\n\n This value is defaulted to `
|
|
10233
|
+
"description": "The `location` property determines the type of URL's that your\n application will use.\n\n The following location types are currently available:\n\n * `history` - use the browser's history API to make the URLs look just like any standard URL\n * `hash` - use `#` to separate the server part of the URL from the Ember part: `/blog/#/posts/new`\n * `none` - do not store the Ember URL in the actual browser URL (mainly used for testing)\n * `auto` - use the best option based on browser capabilities: `history` if possible, then `hash` if possible, otherwise `none`\n\n This value is defaulted to `history` by the `locationType` setting of `/config/environment.js`",
|
|
10234
10234
|
"itemtype": "property",
|
|
10235
10235
|
"name": "location",
|
|
10236
10236
|
"default": "'hash'",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "4.6.0-alpha.
|
|
3
|
+
"version": "4.6.0-alpha.4",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"ember-router-generator": "^2.0.0",
|
|
75
75
|
"inflection": "^1.13.2",
|
|
76
76
|
"resolve": "^1.22.0",
|
|
77
|
-
"semver": "^7.3.
|
|
77
|
+
"semver": "^7.3.7",
|
|
78
78
|
"silent-error": "^1.1.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"eslint-plugin-qunit": "^7.2.0",
|
|
130
130
|
"execa": "^5.1.1",
|
|
131
131
|
"expect-type": "^0.13.0",
|
|
132
|
-
"express": "^4.
|
|
132
|
+
"express": "^4.18.1",
|
|
133
133
|
"finalhandler": "^1.1.2",
|
|
134
134
|
"fs-extra": "^10.0.1",
|
|
135
135
|
"git-repo-info": "^2.1.1",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"ember-addon": {
|
|
161
161
|
"after": "ember-cli-legacy-blueprints"
|
|
162
162
|
},
|
|
163
|
-
"_originalVersion": "4.6.0-alpha.
|
|
163
|
+
"_originalVersion": "4.6.0-alpha.4",
|
|
164
164
|
"_versionPreviouslyCalculated": true,
|
|
165
165
|
"publishConfig": {
|
|
166
166
|
"tag": "alpha"
|