svelte-entitlement 1.2.48 → 1.2.50

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-entitlement",
3
- "version": "1.2.48",
3
+ "version": "1.2.50",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,7 +23,7 @@
23
23
  "start": "vite",
24
24
  "test": "npm run test:ava && npm run test:cafe",
25
25
  "test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
26
- "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 6000 --app-init-delay 10000 --app \"vite\"",
26
+ "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.*js --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
27
27
  "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
28
28
  "docs": "documentation readme --section=API ./src/**/*.mjs",
29
29
  "lint": "npm run lint:docs",
@@ -37,20 +37,20 @@
37
37
  "@semantic-release/commit-analyzer": "^9.0.2",
38
38
  "@semantic-release/exec": "^6.0.3",
39
39
  "@semantic-release/release-notes-generator": "^10.0.3",
40
- "@sveltejs/vite-plugin-svelte": "^2.0.2",
41
- "ava": "^5.1.1",
42
- "c8": "^7.12.0",
40
+ "@sveltejs/vite-plugin-svelte": "^2.0.4",
41
+ "ava": "^5.2.0",
42
+ "c8": "^7.13.0",
43
43
  "documentation": "^14.0.1",
44
- "mf-styling": "^1.7.42",
45
- "npm-pkgbuild": "^11.1.14",
46
- "semantic-release": "^20.1.0",
47
- "svelte": "^3.55.1",
48
- "testcafe": "^2.3.0",
49
- "vite": "^4.0.4"
44
+ "mf-styling": "^1.7.52",
45
+ "npm-pkgbuild": "^11.7.13",
46
+ "semantic-release": "^21.0.1",
47
+ "svelte": "^3.58.0",
48
+ "testcafe": "^2.5.0",
49
+ "vite": "^4.2.2"
50
50
  },
51
51
  "optionalDependencies": {
52
52
  "mf-hosting-cloudflare": "^1.0.5",
53
- "mf-hosting-frontend": "^1.6.2"
53
+ "mf-hosting-frontend": "^1.9.0"
54
54
  },
55
55
  "repository": {
56
56
  "type": "git",
@@ -123,11 +123,11 @@
123
123
  },
124
124
  "template": {
125
125
  "inheritFrom": [
126
+ "arlac77/template-arlac77-github",
126
127
  "arlac77/template-ava-coverage",
127
128
  "arlac77/template-cloudflare",
128
129
  "arlac77/template-pacman",
129
- "arlac77/template-svelte-component",
130
- "arlac77/template-arlac77-github"
130
+ "arlac77/template-svelte-component"
131
131
  ]
132
132
  }
133
133
  }