maquinaweb-ui 2.77.0 → 2.77.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maquinaweb-ui",
3
- "version": "2.77.0",
3
+ "version": "2.77.1",
4
4
  "description": "A minimal React component library",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -71,7 +71,7 @@
71
71
  "dev": "concurrently \"cosmos --expose-imports\" \"next dev --port 3421\"",
72
72
  "build": "tsdown && bun run postbuild",
73
73
  "postbuild": "bun scripts/update-exports.ts",
74
- "build:vercel": "tsgo --noEmit && cosmos-export --config cosmos.config.vercel.json --expose-imports && rm -rf ./public/cosmos-ui && mkdir -p ./public/cosmos-ui && cp -R ./cosmos-export/. ./public/cosmos-ui && next build",
74
+ "build:vercel": "cosmos-export --config cosmos.config.vercel.json --expose-imports && rm -rf ./public/cosmos-ui && tsgo --noEmit && mkdir -p ./public/cosmos-ui && cp -R ./cosmos-export/. ./public/cosmos-ui && next build",
75
75
  "prepublishOnly": "bun run build",
76
76
  "prepare": "husky",
77
77
  "clean-exports": "bun scripts/clean-exports.ts",