svelte-log-view 6.3.31 → 6.3.33

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 (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2019-2024 by arlac77
1
+ Copyright (C) 2019-2025 by arlac77
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any
4
4
  purpose with or without fee is hereby granted.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-log-view",
3
- "version": "6.3.31",
3
+ "version": "6.3.33",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -32,9 +32,9 @@
32
32
  "start": "vite",
33
33
  "test": "node --run test:cafe",
34
34
  "test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
35
- "docs": "documentation readme --section=API ./src/**/*.mjs",
35
+ "docs": "documentation readme --section=API ./src**/*.mjs",
36
36
  "lint": "node --run lint:docs",
37
- "lint:docs": "documentation lint ./src/**/*.mjs",
37
+ "lint:docs": "documentation lint ./src**/*.mjs",
38
38
  "preview": "vite preview"
39
39
  },
40
40
  "devDependencies": {
@@ -48,13 +48,13 @@
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.16.0",
51
+ "svelte": "^5.16.1",
52
52
  "testcafe": "^3.7.1",
53
- "vite": "^6.0.5",
53
+ "vite": "^6.0.7",
54
54
  "vite-plugin-compression2": "^1.3.3"
55
55
  },
56
56
  "peerDependencies": {
57
- "svelte": "^5.16.0"
57
+ "svelte": "^5.16.1"
58
58
  },
59
59
  "optionalDependencies": {
60
60
  "mf-hosting-cloudflare": "^1.0.7",