@medway-ui/core 0.3.32 → 0.3.34

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": "@medway-ui/core",
3
- "version": "0.3.32",
3
+ "version": "0.3.34",
4
4
  "private": false,
5
5
  "description": "Biblioteca de componentes e assets para o sistema Medway",
6
6
  "author": "Alekcarvalho",
@@ -16,11 +16,11 @@
16
16
  "scripts": {
17
17
  "dev": "next dev",
18
18
  "build": "next build",
19
- "start": "next start",
19
+ "start": "npx serve@latest out",
20
20
  "lint": "next lint",
21
21
  "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
22
22
  "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
23
- "postbuild": "pagefind --site .next/server/app --output-path out/_pagefind",
23
+ "postbuild": "pagefind --site out --output-path out/_pagefind",
24
24
  "prepare": "husky install",
25
25
  "build:lib": "tsup",
26
26
  "release": "npm publish --access public"
@@ -46,7 +46,7 @@
46
46
  "@commitlint/cli": "^19.8.1",
47
47
  "@commitlint/config-conventional": "^19.8.1",
48
48
  "@eslint/eslintrc": "^3",
49
- "@medway-ui/icons": "^1.0.13",
49
+ "@medway-ui/icons": "^1.0.14",
50
50
  "@types/node": "^20",
51
51
  "@types/react": "^19",
52
52
  "@types/react-dom": "^19",