svelte-log-view 4.2.15 → 4.2.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 (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.15",
3
+ "version": "4.2.16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -24,7 +24,7 @@
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 3000 --app-init-delay 3000 --app \"vite preview\"",
27
+ "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 6000 --app-init-delay 10000 --app \"vite\"",
28
28
  "docs": "documentation readme --section=API ./src/**/*.mjs && documentation readme --section=API {{javascript.source}}",
29
29
  "lint": "npm run lint:docs",
30
30
  "lint:docs": "documentation lint ./src/**/*.mjs && documentation lint {{javascript.source}}",
@@ -37,16 +37,16 @@
37
37
  "@sveltejs/vite-plugin-svelte": "^2.0.2",
38
38
  "documentation": "^14.0.1",
39
39
  "mf-styling": "^1.7.42",
40
- "npm-pkgbuild": "^11.1.11",
40
+ "npm-pkgbuild": "^11.1.14",
41
41
  "reader-line-iterator": "^1.1.5",
42
42
  "semantic-release": "^20.1.0",
43
43
  "svelte": "^3.55.1",
44
- "testcafe": "^2.2.0",
44
+ "testcafe": "^2.3.0",
45
45
  "vite": "^4.0.4"
46
46
  },
47
47
  "optionalDependencies": {
48
48
  "mf-hosting-cloudflare": "^1.0.5",
49
- "mf-hosting-frontend": "^1.6.0"
49
+ "mf-hosting-frontend": "^1.6.2"
50
50
  },
51
51
  "repository": {
52
52
  "type": "git",
@@ -60,7 +60,7 @@
60
60
  "content": {
61
61
  "${install.dir}": "build/"
62
62
  },
63
- "api": "${http.path}/api/log",
63
+ "api": "api/log",
64
64
  "example": true,
65
65
  "frontend": true
66
66
  },