@vixt/react 0.4.5 → 0.5.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 SoulLyoko
3
+ Copyright (c) 2024-PRESENT SoulLyoko
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.mjs CHANGED
@@ -121,7 +121,8 @@ const defaults$1 = {
121
121
  css: [],
122
122
  head: {
123
123
  meta: [
124
- { charset: "utf-8" }
124
+ { charset: "utf-8" },
125
+ { name: "viewport", content: "width=device-width, initial-scale=1.0" }
125
126
  ]
126
127
  }
127
128
  };
package/package.json CHANGED
@@ -1,11 +1,16 @@
1
1
  {
2
2
  "name": "@vixt/react",
3
3
  "type": "module",
4
- "version": "0.4.5",
4
+ "version": "0.5.0",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
- "homepage": "https://github.com/SoulLyoko/vixt#readme",
7
+ "homepage": "https://soullyoko.github.io/vixt/",
8
8
  "repository": "https://github.com/SoulLyoko/vixt.git",
9
+ "keywords": [
10
+ "vixt",
11
+ "vite",
12
+ "react"
13
+ ],
9
14
  "exports": {
10
15
  ".": {
11
16
  "types": "./dist/index.d.ts",
@@ -33,7 +38,7 @@
33
38
  "vite-plugin-pages": "^0.33.1",
34
39
  "vite-plugin-vue-layouts": "^0.11.0",
35
40
  "yaml": "^2.8.0",
36
- "@vixt/core": "0.4.5"
41
+ "@vixt/core": "0.5.0"
37
42
  },
38
43
  "scripts": {
39
44
  "build": "unbuild",