svelte-common 4.21.2 → 4.21.4
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.
- package/package.json +13 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-common",
|
|
3
|
-
"version": "4.21.
|
|
3
|
+
"version": "4.21.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"test": "npm run test:ava && npm run test:cafe",
|
|
26
26
|
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 3000 --app-init-delay 3000 --app \"vite preview\"",
|
|
27
27
|
"test:ava": "ava --timeout 2m tests/*-ava.mjs tests/*-ava-node.mjs",
|
|
28
|
+
"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
29
|
"docs": "documentation readme --section=API ./src/**/*.mjs",
|
|
29
30
|
"lint": "npm run lint:css && npm run lint:docs",
|
|
30
31
|
"lint:docs": "documentation lint ./src/**/*.mjs",
|
|
@@ -32,27 +33,28 @@
|
|
|
32
33
|
"preview": "vite preview"
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"svelte-command": "^1.1.
|
|
36
|
+
"svelte-command": "^1.1.25",
|
|
36
37
|
"svelte-entitlement": "^1.2.39"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
40
|
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
40
41
|
"@semantic-release/exec": "^6.0.3",
|
|
41
42
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
42
|
-
"@sveltejs/vite-plugin-svelte": "^
|
|
43
|
+
"@sveltejs/vite-plugin-svelte": "^2.0.2",
|
|
43
44
|
"ava": "^5.1.0",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"c8": "^7.12.0",
|
|
46
|
+
"documentation": "^14.0.1",
|
|
47
|
+
"mf-styling": "^1.7.33",
|
|
48
|
+
"npm-pkgbuild": "^10.15.23",
|
|
47
49
|
"semantic-release": "^19.0.5",
|
|
48
|
-
"stylelint": "^14.16.
|
|
50
|
+
"stylelint": "^14.16.1",
|
|
49
51
|
"stylelint-config-standard": "^29.0.0",
|
|
50
|
-
"svelte": "^3.
|
|
52
|
+
"svelte": "^3.55.0",
|
|
51
53
|
"testcafe": "^2.1.0",
|
|
52
|
-
"vite": "^
|
|
54
|
+
"vite": "^4.0.3"
|
|
53
55
|
},
|
|
54
56
|
"optionalDependencies": {
|
|
55
|
-
"mf-hosting": "^1.
|
|
57
|
+
"mf-hosting": "^1.8.0"
|
|
56
58
|
},
|
|
57
59
|
"repository": {
|
|
58
60
|
"type": "git",
|
|
@@ -100,7 +102,7 @@
|
|
|
100
102
|
"template": {
|
|
101
103
|
"inheritFrom": [
|
|
102
104
|
"arlac77/template-arlac77-github",
|
|
103
|
-
"arlac77/template-ava",
|
|
105
|
+
"arlac77/template-ava-coverage",
|
|
104
106
|
"arlac77/template-cloudflare",
|
|
105
107
|
"arlac77/template-css",
|
|
106
108
|
"arlac77/template-pacman",
|