@vuetkit/core 0.0.7 → 0.0.9

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 +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # Hooks
1
+ # Composables
2
2
 
3
3
  ## Description
4
4
 
5
- Collection of business development hooks for Vue3 projects.
5
+ Collection of business development Composable Utilities for Vue3 projects.
6
6
 
7
- ## Hooks List
7
+ ## Composable Utilities List
8
8
 
9
9
  ### Network
10
10
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@vuetkit/core",
3
3
  "type": "module",
4
- "version": "0.0.7",
5
- "description": "Collection of business development hooks for Vue3 projects",
4
+ "version": "0.0.9",
5
+ "description": "Collection of business development Composables for Vue3 projects",
6
6
  "author": "Kalu5",
7
7
  "license": "MIT",
8
8
  "keywords": [
9
9
  "vue3",
10
- "hooks"
10
+ "Composables"
11
11
  ],
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "vue": "^3.5.35"
21
21
  },
22
22
  "dependencies": {
23
- "@vuetkit/shared": "0.0.7"
23
+ "@vuetkit/shared": "0.0.9"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "tsdown --config-loader tsx"