@vuetkit/shared 0.0.8 → 0.0.10

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
@@ -2,9 +2,9 @@
2
2
 
3
3
  ## Description
4
4
 
5
- Collection of business development utilities for Vue3 projects.
5
+ Collection of business development Shared Utilities for Vue3 projects.
6
6
 
7
- ## All Functions
7
+ ## All Shared Utilities
8
8
 
9
9
  ### Data Type
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetkit/shared",
3
3
  "type": "module",
4
- "version": "0.0.8",
4
+ "version": "0.0.10",
5
5
  "description": "Collection of business development utilities for Vue3 projects",
6
6
  "author": "Kalu5",
7
7
  "license": "MIT",