@gits-id/utils
Advanced tools
Comparing version
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-beta.1](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2023-02-20) | ||
**Note:** Version bump only for package @gits-id/utils | ||
## [0.16.1](https://github.com/gitsindonesia/ui-component/compare/v0.16.0...v0.16.1) (2023-02-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@gits-id/utils", | ||
"version": "0.16.1", | ||
"version": "1.0.0-beta.1", | ||
"description": "GITS Utilities", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly", | ||
"prepublishOnly": "npm run build", | ||
"test": "vitest" | ||
}, | ||
"keywords": [ | ||
@@ -19,3 +14,3 @@ "utils", | ||
}, | ||
"gitHead": "1d08b924ed96514a8a68b5765284a9d78cfbfd18", | ||
"gitHead": "f584bc75f62ffdd381a5e55e89b2fe626584f85f", | ||
"devDependencies": { | ||
@@ -37,3 +32,7 @@ "c8": "^7.11.3", | ||
"./*": "./*" | ||
}, | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly", | ||
"test": "vitest" | ||
} | ||
} | ||
} |
23108
0.62%