svelte-log-view 4.2.16 → 4.2.17

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 +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-log-view",
3
- "version": "4.2.16",
3
+ "version": "4.2.17",
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 6000 --app-init-delay 10000 --app \"vite\"",
27
+ "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 5000 --app-init-delay 9000 --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}}",
@@ -36,17 +36,17 @@
36
36
  "@semantic-release/release-notes-generator": "^10.0.3",
37
37
  "@sveltejs/vite-plugin-svelte": "^2.0.2",
38
38
  "documentation": "^14.0.1",
39
- "mf-styling": "^1.7.42",
40
- "npm-pkgbuild": "^11.1.14",
39
+ "mf-styling": "^1.7.43",
40
+ "npm-pkgbuild": "^11.2.7",
41
41
  "reader-line-iterator": "^1.1.5",
42
42
  "semantic-release": "^20.1.0",
43
43
  "svelte": "^3.55.1",
44
44
  "testcafe": "^2.3.0",
45
- "vite": "^4.0.4"
45
+ "vite": "^4.1.1"
46
46
  },
47
47
  "optionalDependencies": {
48
48
  "mf-hosting-cloudflare": "^1.0.5",
49
- "mf-hosting-frontend": "^1.6.2"
49
+ "mf-hosting-frontend": "^1.7.0"
50
50
  },
51
51
  "repository": {
52
52
  "type": "git",
@@ -61,6 +61,7 @@
61
61
  "${install.dir}": "build/"
62
62
  },
63
63
  "api": "api/log",
64
+ "csp.connect-src": "connect-src https://mocked-log-provider.markus-felten.workers.dev/;",
64
65
  "example": true,
65
66
  "frontend": true
66
67
  },