svelte-entitlement 2.0.54 → 2.0.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/README.md +1 -2
- package/package.json +18 -16
- package/pacman-utils_5.2.2-3_amd64.deb +0 -0
package/README.md
CHANGED
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
[](https://github.com/prettier/prettier)
|
|
9
9
|
[](http://commitizen.github.io/cz-cli/)
|
|
10
10
|
[](https://snyk.io/test/github/arlac77/svelte-entitlement)
|
|
11
|
-
[](https://github.com/DevExpress/testcafe)
|
|
11
|
+
[](https://playwright.dev)
|
|
13
12
|
|
|
14
13
|
# svelte-entitlement
|
|
15
14
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-entitlement",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.55",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
7
7
|
},
|
|
8
|
-
"packageManager": "npm@11.6.
|
|
8
|
+
"packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
11
|
"svelte": "./src/index.svelte"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"prepare": "node --run prepare:vite",
|
|
30
30
|
"prepare:vite": "vite build",
|
|
31
31
|
"start": "vite",
|
|
32
|
-
"test": "node --run test:ava && node --run test:
|
|
32
|
+
"test": "node --run test:ava && node --run test:playwright",
|
|
33
33
|
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
|
|
34
|
-
"test:
|
|
34
|
+
"test:playwright": "npx playwright test",
|
|
35
35
|
"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",
|
|
36
36
|
"docs": "documentation readme --section=API ./src**/*.mjs",
|
|
37
37
|
"lint": "node --run lint:docs",
|
|
@@ -39,31 +39,32 @@
|
|
|
39
39
|
"preview": "vite preview"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"svelte-dnd-action": "^0.9.
|
|
42
|
+
"svelte-dnd-action": "^0.9.68"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
+
"@playwright/test": "^1.57.0",
|
|
45
46
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
46
47
|
"@semantic-release/exec": "^7.1.0",
|
|
47
|
-
"@semantic-release/github": "^12.0.
|
|
48
|
+
"@semantic-release/github": "^12.0.2",
|
|
48
49
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
49
50
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
50
51
|
"ava": "^6.4.1",
|
|
51
52
|
"c8": "^10.1.3",
|
|
52
53
|
"documentation": "^14.0.3",
|
|
53
|
-
"mf-styling": "^3.2.
|
|
54
|
-
"npm-pkgbuild": "^
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"vite": "^7.
|
|
59
|
-
"vite-plugin-compression2": "^2.
|
|
54
|
+
"mf-styling": "^3.2.20",
|
|
55
|
+
"npm-pkgbuild": "^19.0.8",
|
|
56
|
+
"playwright": "^1.57.0",
|
|
57
|
+
"semantic-release": "^25.0.2",
|
|
58
|
+
"svelte": "^5.45.6",
|
|
59
|
+
"vite": "^7.2.7",
|
|
60
|
+
"vite-plugin-compression2": "^2.4.0"
|
|
60
61
|
},
|
|
61
62
|
"peerDependencies": {
|
|
62
|
-
"svelte": "^5.
|
|
63
|
+
"svelte": "^5.45.5"
|
|
63
64
|
},
|
|
64
65
|
"optionalDependencies": {
|
|
65
|
-
"mf-hosting-cloudflare": "^1.0.
|
|
66
|
-
"mf-hosting-frontend": "^3.9.
|
|
66
|
+
"mf-hosting-cloudflare": "^1.0.9",
|
|
67
|
+
"mf-hosting-frontend": "^3.9.11"
|
|
67
68
|
},
|
|
68
69
|
"repository": {
|
|
69
70
|
"type": "git",
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"arlac77/template-ava-coverage",
|
|
135
136
|
"arlac77/template-cloudflare",
|
|
136
137
|
"arlac77/template-npm-pkgbuild",
|
|
138
|
+
"arlac77/template-playwright",
|
|
137
139
|
"arlac77/template-svelte-component"
|
|
138
140
|
]
|
|
139
141
|
}
|
|
Binary file
|