@silexlabs/silex-dashboard 1.0.69 → 1.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_site/js/main.js +103 -92
- package/_site/js/main.js.LICENSE.txt +7 -1
- package/_site/js/vue.cjs.js +1 -1
- package/_site/js/vue.cjs.prod.js +1 -1
- package/_site/js/vue.esm-browser.js +5310 -3942
- package/_site/js/vue.esm-browser.prod.js +6 -6
- package/_site/js/vue.esm-bundler.js +1 -1
- package/_site/js/vue.global.js +5179 -3911
- package/_site/js/vue.global.prod.js +6 -6
- package/_site/js/vue.runtime.esm-browser.js +4890 -3814
- package/_site/js/vue.runtime.esm-browser.prod.js +2 -2
- package/_site/js/vue.runtime.esm-bundler.js +1 -1
- package/_site/js/vue.runtime.global.js +4794 -3808
- package/_site/js/vue.runtime.global.prod.js +2 -2
- package/package.json +9 -9
- package/tina/tina-lock.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Backbone.Undo.js v0.2
|
|
3
|
-
*
|
|
3
|
+
*
|
|
4
4
|
* Copyright (c)2013 Oliver Sartun
|
|
5
5
|
* Released under the MIT License
|
|
6
6
|
*
|
|
@@ -31,6 +31,12 @@
|
|
|
31
31
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
32
32
|
*/
|
|
33
33
|
|
|
34
|
+
/**
|
|
35
|
+
* @license
|
|
36
|
+
* Copyright 2020 Google LLC
|
|
37
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
38
|
+
*/
|
|
39
|
+
|
|
34
40
|
/**
|
|
35
41
|
* @license
|
|
36
42
|
* Copyright 2021 Google LLC
|
package/_site/js/vue.cjs.js
CHANGED
package/_site/js/vue.cjs.prod.js
CHANGED