@moontra/moonui-pro 2.0.4 → 2.0.6

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 (3) hide show
  1. package/dist/index.mjs +56631 -158
  2. package/package.json +5 -5
  3. package/dist/index.js +0 -247
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
5
- "main": "dist/index.js",
5
+ "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "scripts": {
30
30
  "postinstall": "node scripts/postinstall.js",
31
- "build": "tsup src/index.ts --format cjs,esm --external react --external react-dom",
32
- "build:dts": "tsup src/index.ts --format cjs,esm --dts --external react --external react-dom",
33
- "dev": "tsup src/index.ts --format cjs,esm --dts --external react --external react-dom --watch",
31
+ "build": "tsup",
32
+ "build:dts": "tsup --dts",
33
+ "dev": "tsup --watch",
34
34
  "clean": "rm -rf dist",
35
35
  "lint": "eslint \"src/**/*.{ts,tsx}\"",
36
36
  "test": "jest",