@arcanejs/toolkit 5.0.0 → 5.0.1

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/dist/index.js CHANGED
@@ -108,6 +108,7 @@ var Server = (_class = class {
108
108
  <html>
109
109
  <head>
110
110
  <title>${this.title}</title>
111
+ <meta charset="utf-8">
111
112
  <meta name="viewport" content="width=device-width, initial-scale=1">
112
113
  <style type="text/css">
113
114
  @font-face {
package/dist/index.mjs CHANGED
@@ -108,6 +108,7 @@ var Server = class {
108
108
  <html>
109
109
  <head>
110
110
  <title>${this.title}</title>
111
+ <meta charset="utf-8">
111
112
  <meta name="viewport" content="width=device-width, initial-scale=1">
112
113
  <style type="text/css">
113
114
  @font-face {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcanejs/toolkit",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "private": false,
5
5
  "description": "Build web-accessible control interfaces for your long-running Node.js processes",
6
6
  "keywords": [
@@ -114,8 +114,8 @@
114
114
  "styled-components": "^6.1.13",
115
115
  "tsup": "^8.1.0",
116
116
  "typescript": "^5.3.3",
117
- "@arcanejs/toolkit-frontend": "^0.8.0",
118
117
  "@arcanejs/eslint-config": "^0.0.0",
118
+ "@arcanejs/toolkit-frontend": "^0.8.0",
119
119
  "@arcanejs/typescript-config": "^0.0.0"
120
120
  },
121
121
  "dependencies": {