svelte-log-view 4.2.32 → 4.2.34

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 +1 -1
  2. package/README.md +1 -1
  3. package/package.json +23 -18
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2019-2023 by arlac77
1
+ Copyright (c) 2019-2024 by arlac77
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)
1
+ [![Svelte v4](https://img.shields.io/badge/svelte-v4-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
3
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
4
4
  [![bundlejs](https://deno.bundlejs.com/?q=svelte-log-view\&badge=detailed)](https://bundlejs.com/?q=svelte-log-view)
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "svelte-log-view",
3
- "version": "4.2.32",
3
+ "version": "4.2.34",
4
4
  "publishConfig": {
5
- "access": "public"
5
+ "access": "public",
6
+ "provenance": true
6
7
  },
7
8
  "exports": {
8
9
  ".": {
@@ -26,7 +27,8 @@
26
27
  ],
27
28
  "license": "BSD-2-Clause",
28
29
  "scripts": {
29
- "prepare": "vite build",
30
+ "prepare": "npm run prepare:vite",
31
+ "prepare:vite": "vite build",
30
32
  "start": "vite",
31
33
  "test": "npm run test:cafe",
32
34
  "test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
@@ -36,27 +38,30 @@
36
38
  "preview": "vite preview"
37
39
  },
38
40
  "devDependencies": {
39
- "@semantic-release/commit-analyzer": "^11.0.0",
41
+ "@semantic-release/commit-analyzer": "^12.0.0",
40
42
  "@semantic-release/exec": "^6.0.3",
41
- "@semantic-release/release-notes-generator": "^12.0.0",
42
- "@sveltejs/vite-plugin-svelte": "^2.4.6",
43
- "vite-plugin-compression2": "^0.10.5",
44
- "documentation": "^14.0.2",
45
- "mf-styling": "^3.0.5",
46
- "npm-pkgbuild": "^12.1.5",
47
- "reader-line-iterator": "^1.1.6",
48
- "semantic-release": "^22.0.5",
49
- "svelte": "^4.2.1",
50
- "testcafe": "^3.3.0",
51
- "vite": "^4.4.10"
43
+ "@semantic-release/release-notes-generator": "^13.0.0",
44
+ "@sveltejs/vite-plugin-svelte": "^3.1.0",
45
+ "documentation": "^14.0.3",
46
+ "mf-styling": "^3.1.6",
47
+ "npm-pkgbuild": "^15.3.12",
48
+ "reader-line-iterator": "^1.2.0",
49
+ "semantic-release": "^23.1.1",
50
+ "svelte": "^5.0.0-next.135",
51
+ "testcafe": "^3.6.0",
52
+ "vite": "^5.2.11",
53
+ "vite-plugin-compression2": "^1.1.0"
54
+ },
55
+ "peerDependencies": {
56
+ "svelte": "^4.0.0 || ^5.0.0-next.0"
52
57
  },
53
58
  "optionalDependencies": {
54
59
  "mf-hosting-cloudflare": "^1.0.6",
55
- "mf-hosting-frontend": "^2.2.3"
60
+ "mf-hosting-frontend": "^3.0.3"
56
61
  },
57
62
  "repository": {
58
63
  "type": "git",
59
- "url": "https://github.com/arlac77/svelte-log-view"
64
+ "url": "git+https://github.com/arlac77/svelte-log-view.git"
60
65
  },
61
66
  "bugs": {
62
67
  "url": "https://github.com/arlac77/svelte-log-view/issues"
@@ -79,7 +84,7 @@
79
84
  [
80
85
  "@semantic-release/exec",
81
86
  {
82
- "publishCmd": "npx npm-pkgbuild --available --continue --publish dist"
87
+ "publishCmd": "npx npm-pkgbuild --publish dist"
83
88
  }
84
89
  ],
85
90
  [