@gits-id/alert
Advanced tools
Comparing version
@@ -6,4 +6,12 @@ # Change Log | ||
# [0.3.0](https://github.com/gitsindonesia/ui-component/compare/v0.2.6...v0.3.0) (2022-05-11) | ||
**Note:** Version bump only for package @gits-id/alert | ||
## [0.2.2](https://github.com/gitsindonesia/ui-component/compare/v0.2.1...v0.2.2) (2022-05-10) | ||
**Note:** Version bump only for package @gits-id/alert |
{ | ||
"name": "@gits-id/alert", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "GITS Alert Component", | ||
"scripts": { | ||
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"prepublishOnly": "npm run build", | ||
"test": "vitest" | ||
}, | ||
"keywords": [ | ||
@@ -18,3 +13,3 @@ "alert", | ||
"dependencies": { | ||
"@gits-id/utils": "^0.2.3", | ||
"@gits-id/utils": "^0.3.0", | ||
"@heroicons/vue": "^1.0.6" | ||
@@ -29,3 +24,3 @@ }, | ||
}, | ||
"gitHead": "bed33eb7d2490c4bb3c97a4518d3df68433a2e3f", | ||
"gitHead": "1c8786cbf03a24b464264d95d0d3a90812476412", | ||
"main": "dist/alert.umd.js", | ||
@@ -35,3 +30,7 @@ "unpkg": "dist/alert.iife.js", | ||
"module": "./dist/alert.es.js", | ||
"types": "./dist/types/index.d.ts" | ||
} | ||
"types": "./dist/types/index.d.ts", | ||
"scripts": { | ||
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"test": "vitest" | ||
} | ||
} |
36485
0.32%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated