@medway-ui/core 0.3.31 → 0.3.33
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medway-ui/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.33",
|
|
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": "
|
|
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
|
|
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.
|
|
49
|
+
"@medway-ui/icons": "^1.0.14",
|
|
50
50
|
"@types/node": "^20",
|
|
51
51
|
"@types/react": "^19",
|
|
52
52
|
"@types/react-dom": "^19",
|