Updated: ember.js v3.24.0 -> v3.24.1 (#251)

This commit is contained in:
nobody 2021-01-26 06:11:41 +01:00
parent 7e2d4a5fef
commit 1176729e23
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 5 additions and 4 deletions

View File

@ -195,7 +195,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.24.0';
return '3.24.1';
} else if (type.startsWith('/ethjs')) {
return '0.3.4';
} else if (type.startsWith('/ext-core/3.')) {

View File

@ -29,6 +29,7 @@
<li>Updated: Google Material Icons (<a href="https://codeberg.org/nobody/LocalCDN/issues/248">#248</a>)</li>
<li>Updated: d3 v6.4.0 -> v6.5.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/249">#249</a>)</li>
<li>Added: slider-pro v1.5.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/250">#250</a>)</li>
<li>Updated: ember.js v3.24.0 -> v3.24.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/251">#251</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

View File

@ -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.24.0
* @version 3.24.1
*/
/*globals process */
var define, require, Ember; // Used in @ember/-internals/environment/lib/global.js
@ -4377,7 +4377,7 @@ define("@ember/-internals/glimmer/index", ["exports", "@ember/polyfills", "@glim
var {
route
} = this;
return this._namespaceRoute(route === UNDEFINED ? this._currentRoute : route);
return route === UNDEFINED ? this._currentRoute : this._namespaceRoute(route);
}),
_models: (0, _metal.computed)('model', 'models', function computeLinkToComponentModels() {
var {
@ -59685,7 +59685,7 @@ define("ember/version", ["exports"], function (_exports) {
value: true
});
_exports.default = void 0;
var _default = "3.24.0";
var _default = "3.24.1";
_exports.default = _default;
});
define("node-module/index", ["exports"], function (_exports) {