svelte-common 6.19.33 → 6.19.35
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/README.md +1 -2
- package/package.json +27 -22
package/README.md
CHANGED
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
[](https://github.com/prettier/prettier)
|
|
10
10
|
[](http://commitizen.github.io/cz-cli/)
|
|
11
11
|
[](https://snyk.io/test/github/arlac77/svelte-common)
|
|
12
|
-
[](https://github.com/DevExpress/testcafe)
|
|
12
|
+
[](https://playwright.dev)
|
|
14
13
|
# svelte-common common components utils used in svelte apps# usageCheck out the code in the [example](/example) folder,
|
|
15
14
|
or the [live example](https://arlac77.github.io/components/svelte-common/example/index.html).
|
|
16
15
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-common",
|
|
3
|
-
"version": "6.19.
|
|
3
|
+
"version": "6.19.35",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
7
7
|
},
|
|
8
|
+
"packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45",
|
|
8
9
|
"types": "./types/module.d.mjs",
|
|
9
10
|
"exports": {
|
|
10
11
|
".": {
|
|
@@ -36,9 +37,9 @@
|
|
|
36
37
|
"prepare:vite": "vite build",
|
|
37
38
|
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target esnext --lib esnext --lib dom -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs",
|
|
38
39
|
"start": "vite",
|
|
39
|
-
"test": "node --run test:ava && node --run test:
|
|
40
|
-
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
|
|
40
|
+
"test": "node --run test:ava && node --run test:playwright",
|
|
41
41
|
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
|
|
42
|
+
"test:playwright": "npx playwright test",
|
|
42
43
|
"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
44
|
"docs": "documentation readme --section=API ./src**/*.mjs",
|
|
44
45
|
"lint": "node --run lint:css && node --run lint:docs && node --run lint:typescript",
|
|
@@ -48,36 +49,39 @@
|
|
|
48
49
|
"preview": "vite preview"
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
|
-
"pacc": "^
|
|
52
|
-
"svelte-command": "^3.0.
|
|
53
|
-
"svelte-entitlement": "^2.0.
|
|
52
|
+
"pacc": "^6.1.0",
|
|
53
|
+
"svelte-command": "^3.0.47",
|
|
54
|
+
"svelte-entitlement": "^2.0.55"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
57
|
+
"@playwright/test": "^1.57.0",
|
|
56
58
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
57
59
|
"@semantic-release/exec": "^7.1.0",
|
|
58
|
-
"@semantic-release/github": "^
|
|
59
|
-
"@semantic-release/release-notes-generator": "^14.0
|
|
60
|
-
"@sveltejs/vite-plugin-svelte": "^6.1
|
|
60
|
+
"@semantic-release/github": "^12.0.2",
|
|
61
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
62
|
+
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
63
|
+
"@types/node": "^25.0.1",
|
|
64
|
+
"@typescript-eslint/types": "^8.49.0",
|
|
61
65
|
"ava": "^6.4.1",
|
|
62
66
|
"c8": "^10.1.3",
|
|
63
67
|
"documentation": "^14.0.3",
|
|
64
|
-
"mf-styling": "^3.2.
|
|
65
|
-
"npm-pkgbuild": "^
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"stylelint
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"typescript": "^5.9.
|
|
72
|
-
"vite": "^7.
|
|
73
|
-
"vite-plugin-compression2": "^2.
|
|
68
|
+
"mf-styling": "^3.2.20",
|
|
69
|
+
"npm-pkgbuild": "^19.1.2",
|
|
70
|
+
"playwright": "^1.57.0",
|
|
71
|
+
"semantic-release": "^25.0.2",
|
|
72
|
+
"stylelint": "^16.26.1",
|
|
73
|
+
"stylelint-config-standard": "^39.0.1",
|
|
74
|
+
"svelte": "^5.45.10",
|
|
75
|
+
"typescript": "^5.9.3",
|
|
76
|
+
"vite": "^7.2.7",
|
|
77
|
+
"vite-plugin-compression2": "^2.4.0"
|
|
74
78
|
},
|
|
75
79
|
"peerDependencies": {
|
|
76
|
-
"svelte": "^5.
|
|
80
|
+
"svelte": "^5.45.2"
|
|
77
81
|
},
|
|
78
82
|
"optionalDependencies": {
|
|
79
|
-
"mf-hosting-cloudflare": "^1.0.
|
|
80
|
-
"mf-hosting-frontend": "^3.9.
|
|
83
|
+
"mf-hosting-cloudflare": "^1.0.9",
|
|
84
|
+
"mf-hosting-frontend": "^3.9.11"
|
|
81
85
|
},
|
|
82
86
|
"repository": {
|
|
83
87
|
"type": "git",
|
|
@@ -151,6 +155,7 @@
|
|
|
151
155
|
"arlac77/template-cloudflare",
|
|
152
156
|
"arlac77/template-css",
|
|
153
157
|
"arlac77/template-npm-pkgbuild",
|
|
158
|
+
"arlac77/template-playwright",
|
|
154
159
|
"arlac77/template-svelte-component",
|
|
155
160
|
"arlac77/template-typescript",
|
|
156
161
|
"arlac77/template-web-component"
|