master-components-react-ts 1.0.1 → 1.0.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react-ts",
3
3
  "private": false,
4
- "version": "1.0.1",
4
+ "version": "1.0.4",
5
5
  "type": "module",
6
6
  "main": "dist/master-components-react-ts.cjs.js",
7
7
  "module": "dist/master-components-react-ts.es.js",
@@ -14,13 +14,14 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "import": "./dist/master-components-react-ts.es.js",
17
- "require": "./dist/master-components-react-ts.cjs.js"
17
+ "require": "./dist/master-components-react-ts.cjs.js",
18
+ "types": "./dist/index.d.ts"
18
19
  }
19
20
  },
20
21
  "scripts": {
21
- "dev": "vite --port 3636 --strictPort",
22
+ "dev": "vite --port 3737 --strictPort",
22
23
  "build": "tsc && tsc-alias && vite build",
23
- "preview": "vite preview --port 3636 --strictPort",
24
+ "preview": "vite preview --port 3737 --strictPort",
24
25
  "lint": "eslint ."
25
26
  },
26
27
  "dependencies": {
@@ -50,4 +51,4 @@
50
51
  "react": "^19.1.0",
51
52
  "react-dom": "^19.1.0"
52
53
  }
53
- }
54
+ }
package/dist/App.d.ts DELETED
@@ -1,2 +0,0 @@
1
- declare const App: () => import("react/jsx-runtime").JSX.Element;
2
- export default App;
package/dist/main.d.ts DELETED
File without changes