hans-ui-design-lib 0.0.57 → 0.0.65

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 (2) hide show
  1. package/README.md +2 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ This library provides reusable, styled and documented UI components with a consi
14
14
  - ⚡ **Vite** as the bundler for fast builds and DX
15
15
  - 🌍 Ready to be published and consumed via **npm**
16
16
  - 📖 Documentation ready to be used (deployed by **Vercel**) at https://hans-ui-design-lib.vercel.app/
17
- - **Node Version to build this project: 22.18.0 and npm 10.9.3**
17
+ - **Node Version to build this project: 22.18.0 and npm 11.8.0**
18
18
 
19
19
  ## 📦 Installation
20
20
 
@@ -186,6 +186,7 @@ npm run publish:[UPDATE-TYPE]
186
186
  ```
187
187
 
188
188
  UPDATE-TYPES: patch | minor | major
189
+
189
190
  The build is going to generate the folder 'dist' on root of this application.
190
191
  The command publish is going to update the npm lib.
191
192
 
@@ -269,7 +270,3 @@ npm i -D react-icons
269
270
 
270
271
  npm i -D react react-dom react-to-webcomponent @ungap/custom-elements
271
272
  ```
272
-
273
- ```
274
-
275
- ```
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "hans-ui-design-lib",
3
3
  "description": "UI Design System Base Lib",
4
4
  "author": "Victor Hanszman",
5
- "version": "0.0.57",
5
+ "version": "0.0.65",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.cjs.js",