Merge branch 'MDL-76912' of https://github.com/paulholden/moodle
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@
|
||||
// Copy loglevel.js into lib/amd/src/ in Moodle folder.
|
||||
// Add the license as a comment to the file and these instructions.
|
||||
|
||||
/*! loglevel - v1.8.0 - https://github.com/pimterry/loglevel - (c) 2021 Tim Perry - licensed MIT */
|
||||
/*! loglevel - v1.8.1 - https://github.com/pimterry/loglevel - (c) 2022 Tim Perry - licensed MIT */
|
||||
(function (root, definition) {
|
||||
"use strict";
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
|
||||
@@ -297,7 +297,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.8.0</version>
|
||||
<version>1.8.1</version>
|
||||
<license>MIT</license>
|
||||
<repository>https://github.com/pimterry/loglevel/</repository>
|
||||
<copyrights>
|
||||
|
||||
Reference in New Issue
Block a user