ember.js v3.28.4 -> v3.28.6 (#740)
This commit is contained in:
parent
fde5f0bdf2
commit
d825ab1789
|
@ -379,7 +379,7 @@ https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.6/theme-chalk/fonts/eleme
|
|||
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.6/theme-chalk/index.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.13/ember.debug.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.18.2/ember.debug.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.28.4/ember.debug.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/ember.js/3.28.6/ember.debug.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/exif-js/2.3.0/exif.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/ext-core/3.1.0/ext-core.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/css/jquery.fancybox.min.css
|
||||
|
|
|
@ -260,7 +260,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/ember.js/2.')) {
|
||||
return '2.18.2';
|
||||
} else if (type.startsWith('/ember.js/3.')) {
|
||||
return '3.28.4';
|
||||
return '3.28.6';
|
||||
} else if (type.startsWith('/ethjs')) {
|
||||
return '0.4.0';
|
||||
} else if (type.startsWith('/exif-js/2.')) {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<li>Swiper v7.0.8 -> v7.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/737">#737</a>)</li>
|
||||
<li>algoliasearch v4.10.5 -> v4.11.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/738">#738</a>)</li>
|
||||
<li>bootstrap-icons v1.6.0 -> v1.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/739">#739</a>)</li>
|
||||
<li>ember.js v3.28.1 -> v3.28.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/740">#740</a>)</li>
|
||||
<li>ember.js v3.28.1 -> v3.28.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/740">#740</a>)</li>
|
||||
<li>findify-bundle v7.1.9 -> v7.1.13 (<a href="https://codeberg.org/nobody/LocalCDN/issues/741">#741</a>)</li>
|
||||
<li>instantsearch.js v4.31.0 -> v4.33.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/742">#742</a>)</li>
|
||||
<li>leaflet.markercluster v1.5.1 -> v1.5.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/743">#743</a>)</li>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* Portions Copyright 2008-2011 Apple Inc. All rights reserved.
|
||||
* @license Licensed under MIT license
|
||||
* See https://raw.github.com/emberjs/ember.js/master/LICENSE
|
||||
* @version 3.28.4
|
||||
* @version 3.28.6
|
||||
*/
|
||||
/* eslint-disable no-var */
|
||||
|
||||
|
@ -855,7 +855,7 @@ define("@ember/-internals/container/index", ["exports", "@ember/-internals/owner
|
|||
this.injections = undefined;
|
||||
setFactoryFor(this, this);
|
||||
|
||||
if (factory && (_utils.HAS_NATIVE_SYMBOL || INIT_FACTORY in factory)) {
|
||||
if (isInstantiatable(container, fullName) && (_utils.HAS_NATIVE_SYMBOL || INIT_FACTORY in factory)) {
|
||||
setFactoryFor(factory, this);
|
||||
}
|
||||
}
|
||||
|
@ -22091,8 +22091,7 @@ define("@ember/-internals/routing/lib/system/router", ["exports", "@ember/-inter
|
|||
this._toplevelView = null;
|
||||
}
|
||||
|
||||
this._super(...arguments);
|
||||
|
||||
super.willDestroy();
|
||||
this.reset();
|
||||
var instances = this._engineInstances;
|
||||
|
||||
|
@ -63190,7 +63189,7 @@ define("ember/version", ["exports"], function (_exports) {
|
|||
value: true
|
||||
});
|
||||
_exports.default = void 0;
|
||||
var _default = "3.28.4";
|
||||
var _default = "3.28.6";
|
||||
_exports.default = _default;
|
||||
});
|
||||
define("jquery/index", ["exports", "@ember/-internals/views"], function (_exports, _views) {
|
Loading…
Reference in New Issue