ember-source 4.5.0-alpha.2 → 4.5.0-alpha.3
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.5.0-alpha.
|
|
1
|
+
export default "4.5.0-alpha.3";
|
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.5.0-alpha.
|
|
6
|
+
"version": "4.5.0-alpha.3"
|
|
7
7
|
},
|
|
8
8
|
"files": {
|
|
9
9
|
"node_modules/rsvp/lib/rsvp/promise/all.js": {
|
|
@@ -8843,7 +8843,7 @@
|
|
|
8843
8843
|
{
|
|
8844
8844
|
"file": "packages/@ember/-internals/routing/lib/services/router.ts",
|
|
8845
8845
|
"line": 581,
|
|
8846
|
-
"description": "Name of the current route.\n\n This property represents the logical name of the route,\n which is
|
|
8846
|
+
"description": "Name of the current route.\n\n This property represents the logical name of the route,\n which is dot separated.\n For the following router:\n\n ```app/router.js\n Router.map(function() {\n this.route('about');\n this.route('blog', function () {\n this.route('post', { path: ':post_id' });\n });\n });\n ```\n\n It will return:\n\n * `index` when you visit `/`\n * `about` when you visit `/about`\n * `blog.index` when you visit `/blog`\n * `blog.post` when you visit `/blog/some-post-id`",
|
|
8847
8847
|
"itemtype": "property",
|
|
8848
8848
|
"name": "currentRouteName",
|
|
8849
8849
|
"type": "{String | null}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-source",
|
|
3
|
-
"version": "4.5.0-alpha.
|
|
3
|
+
"version": "4.5.0-alpha.3",
|
|
4
4
|
"description": "A JavaScript framework for creating ambitious web applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"npm-run-all": "^4.1.5",
|
|
142
142
|
"prettier": "^2.6.0",
|
|
143
143
|
"puppeteer": "^13.5.1",
|
|
144
|
-
"qunit": "^2.18.
|
|
144
|
+
"qunit": "^2.18.1",
|
|
145
145
|
"rollup-plugin-commonjs": "^9.3.4",
|
|
146
146
|
"rollup-plugin-node-resolve": "^4.2.4",
|
|
147
147
|
"route-recognizer": "^0.3.4",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"simple-dom": "^1.4.0",
|
|
152
152
|
"testem": "^3.6.0",
|
|
153
153
|
"testem-failure-only-reporter": "^1.0.0",
|
|
154
|
-
"typescript": "~4.6.
|
|
154
|
+
"typescript": "~4.6.3"
|
|
155
155
|
},
|
|
156
156
|
"engines": {
|
|
157
157
|
"node": ">= 12.*"
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"ember-addon": {
|
|
160
160
|
"after": "ember-cli-legacy-blueprints"
|
|
161
161
|
},
|
|
162
|
-
"_originalVersion": "4.5.0-alpha.
|
|
162
|
+
"_originalVersion": "4.5.0-alpha.3",
|
|
163
163
|
"_versionPreviouslyCalculated": true,
|
|
164
164
|
"publishConfig": {
|
|
165
165
|
"tag": "alpha"
|