svelte-common 6.15.53 → 6.15.55
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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +14 -14
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://svelte.dev)
|
|
2
2
|
[](https://www.npmjs.com/package/svelte-common)
|
|
3
|
-
[](https://spdx.org/licenses/0BSD.html)
|
|
4
4
|
[](https://typescriptlang.org)
|
|
5
5
|
[](https://bundlejs.com/?q=svelte-common)
|
|
6
6
|
[](https://npmjs.org/package/svelte-common)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-common",
|
|
3
|
-
"version": "6.15.
|
|
3
|
+
"version": "6.15.55",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"types": "./types/module.d.mjs",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
|
-
"default": "./src/index.svelte",
|
|
12
11
|
"svelte": "./src/index.svelte",
|
|
13
|
-
"types": "./types/module.d.mjs"
|
|
12
|
+
"types": "./types/module.d.mjs",
|
|
13
|
+
"default": "./src/index.svelte"
|
|
14
14
|
},
|
|
15
15
|
"./css": "./src/common.css"
|
|
16
16
|
},
|
|
@@ -40,40 +40,40 @@
|
|
|
40
40
|
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
|
|
41
41
|
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
|
|
42
42
|
"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",
|
|
43
|
-
"docs": "documentation readme --section=API ./src
|
|
43
|
+
"docs": "documentation readme --section=API ./src**/*.mjs",
|
|
44
44
|
"lint": "node --run lint:css && node --run lint:docs && node --run lint:typescript",
|
|
45
|
-
"lint:docs": "documentation lint ./src
|
|
46
|
-
"lint:css": "stylelint ./src
|
|
45
|
+
"lint:docs": "documentation lint ./src**/*.mjs",
|
|
46
|
+
"lint:css": "stylelint ./src**/*.css",
|
|
47
47
|
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 --lib dom -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs",
|
|
48
48
|
"preview": "vite preview"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"pacc": "^3.1.9",
|
|
52
|
-
"svelte-command": "^3.0.
|
|
53
|
-
"svelte-entitlement": "^2.0.
|
|
52
|
+
"svelte-command": "^3.0.15",
|
|
53
|
+
"svelte-entitlement": "^2.0.24"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@semantic-release/commit-analyzer": "^13.0.
|
|
56
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
57
57
|
"@semantic-release/exec": "^6.0.3",
|
|
58
58
|
"@semantic-release/github": "^11.0.1",
|
|
59
|
-
"@semantic-release/release-notes-generator": "^14.0.
|
|
59
|
+
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
60
60
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
61
61
|
"ava": "^6.2.0",
|
|
62
62
|
"c8": "^10.1.3",
|
|
63
63
|
"documentation": "^14.0.3",
|
|
64
64
|
"mf-styling": "^3.2.6",
|
|
65
65
|
"npm-pkgbuild": "^15.6.11",
|
|
66
|
-
"semantic-release": "^24.2.
|
|
66
|
+
"semantic-release": "^24.2.1",
|
|
67
67
|
"stylelint": "^16.12.0",
|
|
68
68
|
"stylelint-config-standard": "^36.0.1",
|
|
69
|
-
"svelte": "^5.16.
|
|
69
|
+
"svelte": "^5.16.2",
|
|
70
70
|
"testcafe": "^3.7.1",
|
|
71
71
|
"typescript": "^5.7.2",
|
|
72
|
-
"vite": "^6.0.
|
|
72
|
+
"vite": "^6.0.7",
|
|
73
73
|
"vite-plugin-compression2": "^1.3.3"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"svelte": "^5.16.
|
|
76
|
+
"svelte": "^5.16.2"
|
|
77
77
|
},
|
|
78
78
|
"optionalDependencies": {
|
|
79
79
|
"mf-hosting-cloudflare": "^1.0.7",
|