svelte-entitlement 1.2.30 → 1.2.31

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-entitlement",
3
- "version": "1.2.30",
3
+ "version": "1.2.31",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -16,7 +16,7 @@
16
16
  "start": "vite",
17
17
  "test": "npm run test:ava && npm run test:cafe",
18
18
  "test:ava": "ava --timeout 2m tests/*.mjs",
19
- "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 3000 --app-init-delay 3000 --app vite",
19
+ "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 3000 --app-init-delay 3000 --app \"vite preview\"",
20
20
  "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
21
21
  "docs": "documentation readme --section=API ./src/**/*.mjs",
22
22
  "lint": "npm run lint:docs",
@@ -34,15 +34,15 @@
34
34
  "ava": "^4.3.1",
35
35
  "c8": "^7.12.0",
36
36
  "documentation": "^13.2.5",
37
- "mf-styling": "^1.2.33",
38
- "npm-pkgbuild": "^10.12.2",
37
+ "mf-styling": "^1.2.45",
38
+ "npm-pkgbuild": "^10.14.8",
39
39
  "semantic-release": "^19.0.3",
40
40
  "svelte": "^3.49.0",
41
- "testcafe": "^1.20.0",
42
- "vite": "^3.0.2"
41
+ "testcafe": "^1.20.1",
42
+ "vite": "^3.0.8"
43
43
  },
44
44
  "optionalDependencies": {
45
- "mf-hosting": "^1.7.1"
45
+ "mf-hosting": "^1.7.2"
46
46
  },
47
47
  "repository": {
48
48
  "type": "git",
@@ -79,7 +79,7 @@
79
79
  "arlac77/template-ava-coverage",
80
80
  "arlac77/template-cloudflare",
81
81
  "arlac77/template-pacman",
82
- "arlac77/template-svelte-component#next",
82
+ "arlac77/template-svelte-component",
83
83
  "arlrac77/template-arlac77-github"
84
84
  ]
85
85
  }