svelte-log-view 4.2.11 → 4.2.12

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-log-view",
3
- "version": "4.2.11",
3
+ "version": "4.2.12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -24,10 +24,10 @@
24
24
  "prepare": "vite build",
25
25
  "start": "vite",
26
26
  "test": "npm run test:cafe",
27
- "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 1000 --app-init-delay 3000 --app vite",
28
- "docs": "documentation readme --section=API ./src/**/*.mjs",
27
+ "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 3000 --app-init-delay 3000 --app vite",
28
+ "docs": "documentation readme --section=API ./src/**/*.mjs && documentation readme --section=API {{javascript.source}}",
29
29
  "lint": "npm run lint:docs",
30
- "lint:docs": "documentation lint ./src/**/*.mjs",
30
+ "lint:docs": "documentation lint ./src/**/*.mjs && documentation lint {{javascript.source}}",
31
31
  "preview": "vite preview"
32
32
  },
33
33
  "devDependencies": {
@@ -36,8 +36,8 @@
36
36
  "@semantic-release/release-notes-generator": "^10.0.3",
37
37
  "@sveltejs/vite-plugin-svelte": "^1.0.1",
38
38
  "documentation": "^13.2.5",
39
- "mf-styling": "^1.2.31",
40
- "npm-pkgbuild": "^10.11.3",
39
+ "mf-styling": "^1.2.33",
40
+ "npm-pkgbuild": "^10.12.2",
41
41
  "reader-line-iterator": "^1.1.4",
42
42
  "semantic-release": "^19.0.3",
43
43
  "svelte": "^3.49.0",