svelte-entitlement 1.2.79 → 1.2.81

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-entitlement",
3
- "version": "1.2.79",
3
+ "version": "1.2.81",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -30,7 +30,7 @@
30
30
  "start": "vite",
31
31
  "test": "npm run test:ava && npm run test:cafe",
32
32
  "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
33
- "test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
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
  "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
35
35
  "docs": "documentation readme --section=API ./src/**/*.mjs",
36
36
  "lint": "npm run lint:docs",
@@ -38,18 +38,19 @@
38
38
  "preview": "vite preview"
39
39
  },
40
40
  "dependencies": {
41
- "svelte-dnd-action": "^0.9.45"
41
+ "svelte-dnd-action": "^0.9.47"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@semantic-release/commit-analyzer": "^12.0.0",
45
45
  "@semantic-release/exec": "^6.0.3",
46
+ "@semantic-release/github": "^10.0.4",
46
47
  "@semantic-release/release-notes-generator": "^13.0.0",
47
48
  "@sveltejs/vite-plugin-svelte": "^3.1.0",
48
49
  "ava": "^6.1.3",
49
50
  "c8": "^9.1.0",
50
51
  "documentation": "^14.0.3",
51
52
  "mf-styling": "^3.1.6",
52
- "npm-pkgbuild": "^15.3.10",
53
+ "npm-pkgbuild": "^15.3.14",
53
54
  "semantic-release": "^23.1.1",
54
55
  "svelte": "^5.0.0-next.134",
55
56
  "testcafe": "^3.6.0",
@@ -57,7 +58,7 @@
57
58
  "vite-plugin-compression2": "^1.1.0"
58
59
  },
59
60
  "peerDependencies": {
60
- "svelte": "^4.0.0||^5.0.0"
61
+ "svelte": "^4.0.0 || ^5.0.0-next.0"
61
62
  },
62
63
  "optionalDependencies": {
63
64
  "mf-hosting-cloudflare": "^1.0.6",