MDL-84159 libraries: upgrade to version 1.9.2 of loglevel.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -22,16 +22,11 @@
|
||||
// OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// Description of import into Moodle:
|
||||
// Download from https://github.com/pimterry/loglevel/tree/master/dist
|
||||
// Copy loglevel.js into lib/amd/src/ in Moodle folder.
|
||||
// Download from https://github.com/pimterry/loglevel/tree/main/dist
|
||||
// Copy loglevel.js into lib/amd/src/ in Moodle folder, and use grunt to build the code
|
||||
// Add the license as a comment to the file and these instructions.
|
||||
|
||||
/*
|
||||
* loglevel - https://github.com/pimterry/loglevel
|
||||
*
|
||||
* Copyright (c) 2013 Tim Perry
|
||||
* Licensed under the MIT license.
|
||||
*/
|
||||
/*! loglevel - v1.9.2 - https://github.com/pimterry/loglevel - (c) 2024 Tim Perry - licensed MIT */
|
||||
(function (root, definition) {
|
||||
"use strict";
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
|
||||
@@ -285,7 +285,7 @@ All rights reserved.</copyright>
|
||||
<location>amd/src/loglevel.js</location>
|
||||
<name>loglevel.js</name>
|
||||
<description>Minimal lightweight simple logging for JavaScript.</description>
|
||||
<version>1.9.1</version>
|
||||
<version>1.9.2</version>
|
||||
<license>MIT</license>
|
||||
<repository>https://github.com/pimterry/loglevel/</repository>
|
||||
<copyrights>
|
||||
|
||||
Reference in New Issue
Block a user