ember-source 4.8.0-beta.4 → 4.8.0-beta.5

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.
@@ -5,5 +5,5 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 4.8.0-beta.4
8
+ * @version 4.8.0-beta.5
9
9
  */
@@ -1 +1 @@
1
- export default "4.8.0-beta.4";
1
+ export default "4.8.0-beta.5";
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.8.0-beta.4"
6
+ "version": "4.8.0-beta.5"
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.8.0-beta.4",
3
+ "version": "4.8.0-beta.5",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -178,7 +178,7 @@
178
178
  ]
179
179
  }
180
180
  },
181
- "_originalVersion": "4.8.0-beta.4",
181
+ "_originalVersion": "4.8.0-beta.5",
182
182
  "_versionPreviouslyCalculated": true,
183
183
  "publishConfig": {
184
184
  "tag": "beta"
@@ -3,7 +3,7 @@ declare module '@ember/application' {
3
3
  import ApplicationInstance from '@ember/application/instance';
4
4
  import EventDispatcher from '@ember/application/-private/event-dispatcher';
5
5
  import { EventDispatcherEvents } from '@ember/application/types';
6
- import { Router } from '@ember/routing';
6
+ import Router from '@ember/routing/router';
7
7
  import Registry from '@ember/application/-private/registry';
8
8
  import type { Resolver } from '@ember/-internals/resolver';
9
9
  import { AnyFn } from 'ember/-private/type-utils';
@@ -1,7 +1,4 @@
1
1
  declare module '@ember/routing' {
2
- export { default as Route } from '@ember/routing/route';
3
- export { default as Router } from '@ember/routing/router';
4
-
5
2
  import { Opaque } from 'ember/-private/type-utils';
6
3
 
7
4
  // In normal TypeScript, this component is essentially an opaque token