ember-source 3.28.2 → 3.28.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.
@@ -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 3.28.2
8
+ * @version 3.28.6
9
9
  */
@@ -450,7 +450,7 @@ class FactoryManager {
450
450
  this.injections = undefined;
451
451
  setFactoryFor(this, this);
452
452
 
453
- if (factory && (HAS_NATIVE_SYMBOL || INIT_FACTORY in factory)) {
453
+ if (isInstantiatable(container, fullName) && (HAS_NATIVE_SYMBOL || INIT_FACTORY in factory)) {
454
454
  setFactoryFor(factory, this);
455
455
  }
456
456
  }
@@ -603,8 +603,7 @@ class EmberRouter extends EmberObject {
603
603
  this._toplevelView = null;
604
604
  }
605
605
 
606
- this._super(...arguments);
607
-
606
+ super.willDestroy();
608
607
  this.reset();
609
608
  let instances = this._engineInstances;
610
609
 
@@ -1 +1 @@
1
- export default "3.28.2";
1
+ export default "3.28.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": "3.28.2"
6
+ "version": "3.28.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": "3.28.2",
3
+ "version": "3.28.6",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -51,8 +51,8 @@
51
51
  "@babel/plugin-transform-block-scoping": "^7.8.3",
52
52
  "@babel/plugin-transform-object-assign": "^7.8.3",
53
53
  "@ember/edition-utils": "^1.2.0",
54
- "@glimmer/vm-babel-plugins": "0.80.1",
55
- "babel-plugin-debug-macros": "^0.3.3",
54
+ "@glimmer/vm-babel-plugins": "0.80.3",
55
+ "babel-plugin-debug-macros": "^0.3.4",
56
56
  "babel-plugin-filter-imports": "^4.0.0",
57
57
  "broccoli-concat": "^4.2.4",
58
58
  "broccoli-debug": "^0.6.4",
@@ -76,19 +76,19 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@babel/preset-env": "^7.9.5",
79
- "@glimmer/compiler": "0.80.1",
80
- "@glimmer/destroyable": "0.80.1",
79
+ "@glimmer/compiler": "0.80.3",
80
+ "@glimmer/destroyable": "0.80.3",
81
81
  "@glimmer/env": "^0.1.7",
82
- "@glimmer/global-context": "0.80.1",
83
- "@glimmer/interfaces": "0.80.1",
84
- "@glimmer/manager": "0.80.1",
85
- "@glimmer/node": "0.80.1",
86
- "@glimmer/opcode-compiler": "0.80.1",
87
- "@glimmer/owner": "0.80.1",
88
- "@glimmer/program": "0.80.1",
89
- "@glimmer/reference": "0.80.1",
90
- "@glimmer/runtime": "0.80.1",
91
- "@glimmer/validator": "0.80.1",
82
+ "@glimmer/global-context": "0.80.3",
83
+ "@glimmer/interfaces": "0.80.3",
84
+ "@glimmer/manager": "0.80.3",
85
+ "@glimmer/node": "0.80.3",
86
+ "@glimmer/opcode-compiler": "0.80.3",
87
+ "@glimmer/owner": "0.80.3",
88
+ "@glimmer/program": "0.80.3",
89
+ "@glimmer/reference": "0.80.3",
90
+ "@glimmer/runtime": "0.80.3",
91
+ "@glimmer/validator": "0.80.3",
92
92
  "@simple-dom/document": "^1.4.0",
93
93
  "@types/qunit": "^2.11.1",
94
94
  "@types/rsvp": "^4.0.3",
@@ -155,6 +155,6 @@
155
155
  "ember-addon": {
156
156
  "after": "ember-cli-legacy-blueprints"
157
157
  },
158
- "_originalVersion": "3.28.2",
158
+ "_originalVersion": "3.28.6",
159
159
  "_versionPreviouslyCalculated": true
160
160
  }