@imaginario27/air-ui-utils 1.0.1 → 1.0.2

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @imaginario27/air-ui-utils
2
2
 
3
- Utility package containing helper functions, composables, and reusable logic used across the Air UI ecosystem. Designed for Vue 3 and Nuxt 3 applications with TypeScript support.
3
+ Utility package containing helper functions and reusable logic used across the Air UI ecosystem. Designed for Vue and Nuxt applications with TypeScript support.
4
4
 
5
5
  Documentation: [https://air-ui.netlify.app/](https://air-ui.netlify.app/)
6
6
  Repository: [https://github.com/imaginario27/air-ui](https://github.com/imaginario27/air-ui)
7
7
 
8
8
  ## Features
9
9
 
10
- * Utility functions and composables for Vue 3 and Nuxt 3
10
+ * Utility functions and composables for Vue and Nuxt
11
11
  * TypeScript-first design
12
12
  * Modular and reusable logic
13
13
  * Compatible with Nuxt auto-imports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imaginario27/air-ui-utils",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "author": "imaginario27",
5
5
  "type": "module",
6
6
  "homepage": "https://air-ui.netlify.app/",