svelte-command 3.0.6 → 3.0.8

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 (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-command",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -26,39 +26,39 @@
26
26
  ],
27
27
  "license": "BSD-2-Clause",
28
28
  "scripts": {
29
- "prepare": "npm run prepare:vite",
29
+ "prepare": "node --run prepare:vite",
30
30
  "prepare:vite": "vite build",
31
31
  "start": "vite",
32
- "test": "npm run test:ava && npm run test:cafe",
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
35
  "docs": "documentation readme --section=API ./src/**/*.mjs",
36
- "lint": "npm run lint:docs",
36
+ "lint": "node --run lint:docs",
37
37
  "lint:docs": "documentation lint ./src/**/*.mjs",
38
38
  "preview": "vite preview"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@semantic-release/commit-analyzer": "^13.0.0",
42
42
  "@semantic-release/exec": "^6.0.3",
43
- "@semantic-release/github": "^11.0.0",
43
+ "@semantic-release/github": "^11.0.1",
44
44
  "@semantic-release/release-notes-generator": "^14.0.1",
45
- "@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
46
- "ava": "^6.1.3",
45
+ "@sveltejs/vite-plugin-svelte": "^5.0.1",
46
+ "ava": "^6.2.0",
47
47
  "documentation": "^14.0.3",
48
- "mf-styling": "^3.2.1",
49
- "npm-pkgbuild": "^15.5.3",
50
- "semantic-release": "^24.1.1",
51
- "svelte": "^5.0.0-next.259",
52
- "testcafe": "^3.6.2",
53
- "vite": "^5.4.8",
54
- "vite-plugin-compression2": "^1.3.0"
48
+ "mf-styling": "^3.2.6",
49
+ "npm-pkgbuild": "^15.6.10",
50
+ "semantic-release": "^24.2.0",
51
+ "svelte": "^5.10.0",
52
+ "testcafe": "^3.7.0",
53
+ "vite": "^6.0.3",
54
+ "vite-plugin-compression2": "^1.3.3"
55
55
  },
56
56
  "peerDependencies": {
57
- "svelte": "^5.0.0-next.0"
57
+ "svelte": "^5.10.0"
58
58
  },
59
59
  "optionalDependencies": {
60
60
  "mf-hosting-cloudflare": "^1.0.7",
61
- "mf-hosting-frontend": "^3.7.1"
61
+ "mf-hosting-frontend": "^3.8.3"
62
62
  },
63
63
  "repository": {
64
64
  "type": "git",