@@ -4,8 +4,6 @@ object-assign
44@license MIT
55*/
66
7- /* @cc_on!@ */
8-
97/*!
108 * Determine if an object is a Buffer
119 *
@@ -28,8 +26,8 @@ object-assign
2826 */
2927
3028/*!
31- * Vue.js v2.6.14
32- * (c) 2014-2021 Evan You
29+ * Vue.js v2.7.7
30+ * (c) 2014-2022 Evan You
3331 * Released under the MIT License.
3432 */
3533
@@ -53,6 +51,8 @@ object-assign
5351
5452/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
5553
54+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
55+
5656/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
5757
5858/**
@@ -77,30 +77,6 @@ object-assign
7777 *
7878 */
7979
80- /**
81- * @copyright Copyright (c) 2019 Marco Ambrosini <
[email protected] >
82- *
83- * @author Marco Ambrosini <
[email protected] >
84- * @author John Molakvoæ <
[email protected] >
85- * @author Louis Chemineau <
[email protected] >
86- *
87- * @license AGPL-3.0-or-later
88- *
89- * This program is free software: you can redistribute it and/or modify
90- * it under the terms of the GNU Affero General Public License as
91- * published by the Free Software Foundation, either version 3 of the
92- * License, or (at your option) any later version.
93- *
94- * This program is distributed in the hope that it will be useful,
95- * but WITHOUT ANY WARRANTY; without even the implied warranty of
96- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
97- * GNU Affero General Public License for more details.
98- *
99- * You should have received a copy of the GNU Affero General Public License
100- * along with this program. If not, see <http://www.gnu.org/licenses/>.
101- *
102- */
103-
10480/**
10581 * @copyright Copyright (c) 2020 Azul <
[email protected] >
10682 *
0 commit comments