@m5kdev/web-ui 0.3.0 → 0.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m5kdev/web-ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": {
6
6
  "type": "git",
@@ -76,10 +76,10 @@
76
76
  "@types/react-dom": "19.2.3",
77
77
  "globals": "16.3.0",
78
78
  "vite": "7.0.4",
79
- "@m5kdev/backend": "0.3.0",
80
- "@m5kdev/commons": "0.3.0",
81
- "@m5kdev/config": "0.3.0",
82
- "@m5kdev/frontend": "0.3.0"
79
+ "@m5kdev/backend": "0.3.2",
80
+ "@m5kdev/config": "0.3.2",
81
+ "@m5kdev/frontend": "0.3.2",
82
+ "@m5kdev/commons": "0.3.2"
83
83
  },
84
84
  "exports": {
85
85
  "./components/*": {
@@ -147,6 +147,6 @@
147
147
  "lint": "biome check .",
148
148
  "lint:fix": "biome check . --write",
149
149
  "check-types": "tsc --noEmit",
150
- "build": "tsc --build"
150
+ "build": "tsc --build && cp -r translations dist/"
151
151
  }
152
152
  }