svelte-command 3.0.14 → 3.0.16

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 +9 -9
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2021-2024 by arlac77
1
+ Copyright (C) 2021-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/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-command.svg)](https://www.npmjs.com/package/svelte-command)
3
- [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://spdx.org/licenses/0BSD.html)
3
+ [![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)
4
4
  [![bundlejs](https://deno.bundlejs.com/?q=svelte-command\&badge=detailed)](https://bundlejs.com/?q=svelte-command)
5
5
  [![downloads](http://img.shields.io/npm/dm/svelte-command.svg?style=flat-square)](https://npmjs.org/package/svelte-command)
6
6
  [![GitHub Issues](https://img.shields.io/github/issues/arlac77/svelte-command.svg?style=flat-square)](https://github.com/arlac77/svelte-command/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-command",
3
- "version": "3.0.14",
3
+ "version": "3.0.16",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -32,29 +32,29 @@
32
32
  "test": "node --run test:ava && node --run test:cafe",
33
33
  "test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
34
34
  "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
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": {
41
- "@semantic-release/commit-analyzer": "^13.0.0",
41
+ "@semantic-release/commit-analyzer": "^13.0.1",
42
42
  "@semantic-release/exec": "^6.0.3",
43
43
  "@semantic-release/github": "^11.0.1",
44
- "@semantic-release/release-notes-generator": "^14.0.2",
44
+ "@semantic-release/release-notes-generator": "^14.0.3",
45
45
  "@sveltejs/vite-plugin-svelte": "^5.0.3",
46
46
  "ava": "^6.2.0",
47
47
  "documentation": "^14.0.3",
48
48
  "mf-styling": "^3.2.6",
49
49
  "npm-pkgbuild": "^15.6.11",
50
- "semantic-release": "^24.2.0",
51
- "svelte": "^5.16.0",
50
+ "semantic-release": "^24.2.1",
51
+ "svelte": "^5.16.2",
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.2"
58
58
  },
59
59
  "optionalDependencies": {
60
60
  "mf-hosting-cloudflare": "^1.0.7",