svelte-log-view 6.3.30 → 6.3.31

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.
Files changed (3) hide show
  1. package/LICENSE +12 -23
  2. package/README.md +1 -1
  3. package/package.json +8 -8
package/LICENSE CHANGED
@@ -1,23 +1,12 @@
1
- Copyright (c) 2019-2024 by arlac77
2
- All rights reserved.
3
-
4
- Redistribution and use in source and binary forms, with or without
5
- modification, are permitted provided that the following conditions are met:
6
-
7
- * Redistributions of source code must retain the above copyright notice, this
8
- list of conditions and the following disclaimer.
9
-
10
- * Redistributions in binary form must reproduce the above copyright notice,
11
- this list of conditions and the following disclaimer in the documentation
12
- and/or other materials provided with the distribution.
13
-
14
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
15
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
18
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
21
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1
+ Copyright (C) 2019-2024 by arlac77
2
+
3
+ Permission to use, copy, modify, and/or distribute this software for any
4
+ purpose with or without fee is hereby granted.
5
+
6
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
7
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
9
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
11
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12
+ PERFORMANCE OF THIS SOFTWARE.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Svelte v5](https://img.shields.io/badge/svelte-v5-orange.svg)](https://svelte.dev)
2
2
  [![npm](https://img.shields.io/npm/v/svelte-log-view.svg)](https://www.npmjs.com/package/svelte-log-view)
3
- [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
+ [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://spdx.org/licenses/0BSD.html)
4
4
  [![bundlejs](https://deno.bundlejs.com/?q=svelte-log-view\&badge=detailed)](https://bundlejs.com/?q=svelte-log-view)
5
5
  [![downloads](http://img.shields.io/npm/dm/svelte-log-view.svg?style=flat-square)](https://npmjs.org/package/svelte-log-view)
6
6
  [![GitHub Issues](https://img.shields.io/github/issues/arlac77/svelte-log-view.svg?style=flat-square)](https://github.com/arlac77/svelte-log-view/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-log-view",
3
- "version": "6.3.30",
3
+ "version": "6.3.31",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -25,7 +25,7 @@
25
25
  "email": "markus.felten@gmx.de"
26
26
  }
27
27
  ],
28
- "license": "BSD-2-Clause",
28
+ "license": "0BSD",
29
29
  "scripts": {
30
30
  "prepare": "node --run prepare:vite",
31
31
  "prepare:vite": "vite build",
@@ -41,20 +41,20 @@
41
41
  "@semantic-release/commit-analyzer": "^13.0.0",
42
42
  "@semantic-release/exec": "^6.0.3",
43
43
  "@semantic-release/github": "^11.0.1",
44
- "@semantic-release/release-notes-generator": "^14.0.1",
45
- "@sveltejs/vite-plugin-svelte": "^5.0.2",
44
+ "@semantic-release/release-notes-generator": "^14.0.2",
45
+ "@sveltejs/vite-plugin-svelte": "^5.0.3",
46
46
  "documentation": "^14.0.3",
47
47
  "mf-styling": "^3.2.6",
48
48
  "npm-pkgbuild": "^15.6.11",
49
49
  "reader-line-iterator": "^1.2.0",
50
50
  "semantic-release": "^24.2.0",
51
- "svelte": "^5.14.0",
52
- "testcafe": "^3.7.0",
53
- "vite": "^6.0.3",
51
+ "svelte": "^5.16.0",
52
+ "testcafe": "^3.7.1",
53
+ "vite": "^6.0.5",
54
54
  "vite-plugin-compression2": "^1.3.3"
55
55
  },
56
56
  "peerDependencies": {
57
- "svelte": "^5.14.0"
57
+ "svelte": "^5.16.0"
58
58
  },
59
59
  "optionalDependencies": {
60
60
  "mf-hosting-cloudflare": "^1.0.7",