svelte-log-view 4.2.31 → 4.2.33
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 +26 -21
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://svelte.dev)
|
|
2
2
|
[](https://www.npmjs.com/package/svelte-log-view)
|
|
3
3
|
[](https://opensource.org/licenses/BSD-3-Clause)
|
|
4
4
|
[](https://bundlejs.com/?q=svelte-log-view)
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-log-view",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.33",
|
|
4
4
|
"publishConfig": {
|
|
5
|
-
"access": "public"
|
|
5
|
+
"access": "public",
|
|
6
|
+
"provenance": true
|
|
6
7
|
},
|
|
7
8
|
"exports": {
|
|
8
9
|
".": {
|
|
@@ -26,37 +27,41 @@
|
|
|
26
27
|
],
|
|
27
28
|
"license": "BSD-2-Clause",
|
|
28
29
|
"scripts": {
|
|
29
|
-
"prepare": "vite
|
|
30
|
+
"prepare": "npm run prepare:vite",
|
|
31
|
+
"prepare:vite": "vite build",
|
|
30
32
|
"start": "vite",
|
|
31
33
|
"test": "npm run test:cafe",
|
|
32
|
-
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs
|
|
34
|
+
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
|
|
33
35
|
"docs": "documentation readme --section=API ./src/**/*.mjs",
|
|
34
36
|
"lint": "npm run lint:docs",
|
|
35
37
|
"lint:docs": "documentation lint ./src/**/*.mjs",
|
|
36
38
|
"preview": "vite preview"
|
|
37
39
|
},
|
|
38
40
|
"devDependencies": {
|
|
39
|
-
"@semantic-release/commit-analyzer": "^
|
|
41
|
+
"@semantic-release/commit-analyzer": "^12.0.0",
|
|
40
42
|
"@semantic-release/exec": "^6.0.3",
|
|
41
|
-
"@semantic-release/release-notes-generator": "^
|
|
42
|
-
"@sveltejs/vite-plugin-svelte": "^
|
|
43
|
-
"documentation": "^14.0.
|
|
44
|
-
"mf-styling": "^3.
|
|
45
|
-
"npm-pkgbuild": "^
|
|
46
|
-
"reader-line-iterator": "^1.
|
|
47
|
-
"semantic-release": "^
|
|
48
|
-
"svelte": "^
|
|
49
|
-
"testcafe": "^3.
|
|
50
|
-
"vite": "^
|
|
51
|
-
"vite-plugin-compression2": "^
|
|
43
|
+
"@semantic-release/release-notes-generator": "^13.0.0",
|
|
44
|
+
"@sveltejs/vite-plugin-svelte": "^3.1.0",
|
|
45
|
+
"documentation": "^14.0.3",
|
|
46
|
+
"mf-styling": "^3.1.6",
|
|
47
|
+
"npm-pkgbuild": "^15.3.10",
|
|
48
|
+
"reader-line-iterator": "^1.2.0",
|
|
49
|
+
"semantic-release": "^23.1.1",
|
|
50
|
+
"svelte": "^5.0.0-next.134",
|
|
51
|
+
"testcafe": "^3.6.0",
|
|
52
|
+
"vite": "^5.2.11",
|
|
53
|
+
"vite-plugin-compression2": "^1.1.0"
|
|
54
|
+
},
|
|
55
|
+
"peerDependencies": {
|
|
56
|
+
"svelte": "^4.0.0||^5.0.0"
|
|
52
57
|
},
|
|
53
58
|
"optionalDependencies": {
|
|
54
|
-
"mf-hosting-cloudflare": "^1.0.
|
|
55
|
-
"mf-hosting-frontend": "^
|
|
59
|
+
"mf-hosting-cloudflare": "^1.0.6",
|
|
60
|
+
"mf-hosting-frontend": "^3.0.3"
|
|
56
61
|
},
|
|
57
62
|
"repository": {
|
|
58
63
|
"type": "git",
|
|
59
|
-
"url": "https://github.com/arlac77/svelte-log-view"
|
|
64
|
+
"url": "git+https://github.com/arlac77/svelte-log-view.git"
|
|
60
65
|
},
|
|
61
66
|
"bugs": {
|
|
62
67
|
"url": "https://github.com/arlac77/svelte-log-view/issues"
|
|
@@ -79,7 +84,7 @@
|
|
|
79
84
|
[
|
|
80
85
|
"@semantic-release/exec",
|
|
81
86
|
{
|
|
82
|
-
"publishCmd": "npx npm-pkgbuild --
|
|
87
|
+
"publishCmd": "npx npm-pkgbuild --publish dist"
|
|
83
88
|
}
|
|
84
89
|
],
|
|
85
90
|
[
|
|
@@ -123,7 +128,7 @@
|
|
|
123
128
|
"inheritFrom": [
|
|
124
129
|
"arlac77/template-arlac77-github",
|
|
125
130
|
"arlac77/template-cloudflare",
|
|
126
|
-
"arlac77/template-
|
|
131
|
+
"arlac77/template-npm-pkgbuild",
|
|
127
132
|
"arlac77/template-svelte-component",
|
|
128
133
|
"arlac77/template-vite"
|
|
129
134
|
]
|