@vixt/react 0.4.4 → 0.4.5

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -121,8 +121,7 @@ const defaults$1 = {
121
121
  css: [],
122
122
  head: {
123
123
  meta: [
124
- { charset: "utf-8" },
125
- { name: "viewport", content: "width=device-width, initial-scale=1" }
124
+ { charset: "utf-8" }
126
125
  ]
127
126
  }
128
127
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/react",
3
3
  "type": "module",
4
- "version": "0.4.4",
4
+ "version": "0.4.5",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/SoulLyoko/vixt#readme",
@@ -33,7 +33,7 @@
33
33
  "vite-plugin-pages": "^0.33.1",
34
34
  "vite-plugin-vue-layouts": "^0.11.0",
35
35
  "yaml": "^2.8.0",
36
- "@vixt/core": "0.4.4"
36
+ "@vixt/core": "0.4.5"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "unbuild",