Comparing version 0.2.2 to 0.2.3
@@ -5,4 +5,6 @@ # Changelog | ||
### [0.2.3](https://github.com/budiadiono/koami/compare/v0.2.2...v0.2.3) (2020-04-24) | ||
### 0.2.2 (2020-04-24) | ||
### 0.2.1 (2020-02-05) |
{ | ||
"name": "koami", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Create typescript Koa class based controllers with decorators", | ||
@@ -19,3 +19,4 @@ "keywords": [ | ||
"build": "rm -rf dist && tsc", | ||
"release": "standard-version" | ||
"release": "standard-version", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
@@ -33,2 +34,4 @@ "dependencies": { | ||
"@types/yup": "^0.26.24", | ||
"commitizen": "^4.0.4", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"koa-body": "^4.1.1", | ||
@@ -45,3 +48,8 @@ "koa-compose": "^4.1.0", | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49983
57
866
1
16