svelte-log-view 6.3.59 → 6.3.61
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 +2 -5
- package/package.json +19 -21
package/README.md
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
[](https://svelte.dev)
|
|
2
2
|
[](https://www.npmjs.com/package/svelte-log-view)
|
|
3
|
-
[](https://spdx.org/licenses/0BSD.html)
|
|
4
3
|
[](https://bundlejs.com/?q=svelte-log-view)
|
|
5
4
|
[](https://npmjs.org/package/svelte-log-view)
|
|
6
|
-
[](https://actions-badge.atrox.dev/arlac77/svelte-log-view/goto)
|
|
5
|
+
[](git+https://github.com/arlac77/svelte-log-view.git)
|
|
8
6
|
[](https://github.com/prettier/prettier)
|
|
9
7
|
[](http://commitizen.github.io/cz-cli/)
|
|
10
8
|
[](https://snyk.io/test/github/arlac77/svelte-log-view)
|
|
11
|
-
[](https://github.com/DevExpress/testcafe)
|
|
9
|
+
[](https://playwright.dev)
|
|
13
10
|
|
|
14
11
|
# svelte-log-view
|
|
15
12
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-log-view",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.61",
|
|
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"
|
|
@@ -31,35 +31,36 @@
|
|
|
31
31
|
"prepare": "node --run prepare:vite",
|
|
32
32
|
"prepare:vite": "vite build",
|
|
33
33
|
"start": "vite",
|
|
34
|
-
"test": "node --run test:
|
|
35
|
-
"test:
|
|
34
|
+
"test": "node --run test:playwright",
|
|
35
|
+
"test:playwright": "npx playwright test",
|
|
36
36
|
"docs": "documentation readme --section=API ./src**/*.mjs",
|
|
37
37
|
"lint": "node --run lint:docs",
|
|
38
38
|
"lint:docs": "documentation lint ./src**/*.mjs",
|
|
39
39
|
"preview": "vite preview"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
+
"@playwright/test": "^1.57.0",
|
|
42
43
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
43
44
|
"@semantic-release/exec": "^7.1.0",
|
|
44
|
-
"@semantic-release/github": "^12.0.
|
|
45
|
+
"@semantic-release/github": "^12.0.2",
|
|
45
46
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
46
47
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
47
48
|
"documentation": "^14.0.3",
|
|
48
|
-
"mf-styling": "^3.2.
|
|
49
|
-
"npm-pkgbuild": "^
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"vite": "^7.
|
|
55
|
-
"vite-plugin-compression2": "^2.
|
|
49
|
+
"mf-styling": "^3.2.16",
|
|
50
|
+
"npm-pkgbuild": "^19.0.8",
|
|
51
|
+
"playwright": "^1.57.0",
|
|
52
|
+
"reader-line-iterator": "^1.2.3",
|
|
53
|
+
"semantic-release": "^25.0.2",
|
|
54
|
+
"svelte": "^5.45.6",
|
|
55
|
+
"vite": "^7.2.6",
|
|
56
|
+
"vite-plugin-compression2": "^2.4.0"
|
|
56
57
|
},
|
|
57
58
|
"peerDependencies": {
|
|
58
|
-
"svelte": "^5.
|
|
59
|
+
"svelte": "^5.45.2"
|
|
59
60
|
},
|
|
60
61
|
"optionalDependencies": {
|
|
61
|
-
"mf-hosting-cloudflare": "^1.0.
|
|
62
|
-
"mf-hosting-frontend": "^3.9.
|
|
62
|
+
"mf-hosting-cloudflare": "^1.0.9",
|
|
63
|
+
"mf-hosting-frontend": "^3.9.10"
|
|
63
64
|
},
|
|
64
65
|
"repository": {
|
|
65
66
|
"type": "git",
|
|
@@ -129,11 +130,8 @@
|
|
|
129
130
|
},
|
|
130
131
|
"template": {
|
|
131
132
|
"inheritFrom": [
|
|
132
|
-
"arlac77/template-
|
|
133
|
-
"arlac77/template-
|
|
134
|
-
"arlac77/template-npm-pkgbuild",
|
|
135
|
-
"arlac77/template-svelte-component",
|
|
136
|
-
"arlac77/template-vite"
|
|
133
|
+
"arlac77/template-playwright",
|
|
134
|
+
"arlac77/template-svelte-component"
|
|
137
135
|
]
|
|
138
136
|
}
|
|
139
137
|
}
|