@gits-id/icon
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.11.5](https://github.com/gitsindonesia/ui-component/compare/v0.11.4...v0.11.5) (2022-09-09) | ||
### Features | ||
- upgrade to vite 3 ([a733f2e](https://github.com/gitsindonesia/ui-component/commit/a733f2e6469150a9041472b5cd393d715d2764a4)) | ||
## [0.11.2](https://github.com/gitsindonesia/ui-component/compare/v0.11.1...v0.11.2) (2022-08-25) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@gits-id/icon", | ||
"version": "0.11.2", | ||
"version": "0.11.5", | ||
"description": "GITS Icon Component", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"prepublishOnly": "npm run build", | ||
"test": "vitest" | ||
}, | ||
"keywords": [ | ||
@@ -21,15 +16,15 @@ "gits", | ||
"devDependencies": { | ||
"vite": "^2.9.9", | ||
"vite": "^3.0.0", | ||
"vitest": "^0.12.4", | ||
"vue-tsc": "^0.40.1" | ||
}, | ||
"main": "dist/icon.cjs.js", | ||
"main": "dist/icon.js", | ||
"unpkg": "dist/icon.iife.js", | ||
"jsdelivr": "dist/icon.iife.js", | ||
"module": "./dist/icon.es.js", | ||
"module": "./dist/icon.mjs", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/icon.es.js", | ||
"require": "./dist/icon.cjs.js" | ||
"import": "./dist/icon.mjs", | ||
"require": "./dist/icon.js" | ||
}, | ||
@@ -40,3 +35,7 @@ "./package.json": "./package.json", | ||
}, | ||
"gitHead": "9b88662f9468e8fecc8e3b954c08498078d0050a" | ||
} | ||
"gitHead": "f5e7820fb27cd40942d174fa5acccd1207a225b2", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"test": "vitest" | ||
} | ||
} |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
891808
6606.84%16
6.67%216
-3.14%