Skip to content

Commit e3efb8f

Browse files
committed
style: code
2 parents 6bf6737 + 5f19031 commit e3efb8f

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.6.4](https://github.com/vodyani/core/compare/v8.6.3...v8.6.4) (2022-08-31)
2+
3+
4+
### Bug Fixes
5+
6+
* remove invalid dependency declarations ([9187fae](https://github.com/vodyani/core/commit/9187fae74b670721fc994d2e52a4920bd94d7601))
7+
18
## [8.6.3](https://github.com/vodyani/core/compare/v8.6.2...v8.6.3) (2022-08-31)
29

310

README.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vodyani core
22

3-
👩🏻‍🚀 Vodyani core 是 vodyani 脚手架的顶层设计,包含:单一职责模块注册装饰器、异步注入装饰器等等
3+
👩🏻‍🚀 Vodyani core 是 vodyani 脚手架的顶层设计,包含:模块注册器、抽象异步提供者、异步注入器等等
44

55
[![Npm](https://img.shields.io/npm/v/@vodyani/core/latest.svg)](https://www.npmjs.com/package/@vodyani/core)
66
[![Npm](https://img.shields.io/npm/v/@vodyani/core/beta.svg)](https://www.npmjs.com/package/@vodyani/core)
@@ -32,6 +32,8 @@ npm install @vodyani/core
3232
|:-:|
3333
|[ChoGathK](https://github.com/chogathK)|
3434

35+
![Alt](https://repobeats.axiom.co/api/embed/cb8b521a295e8fa608771a42468fca99a125dfca.svg "Repobeats analytics image")
36+
3537
## License
3638

3739
Vodyani core is [MIT licensed](LICENSE).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vodyani/core",
33
"license": "MIT",
4-
"version": "8.6.3",
4+
"version": "8.6.4",
55
"author": "ChoGathK",
66
"description": "👩🏻‍🚀 core is the top-level design package for vodyani scaffolding, providing a single responsibility module registrar for the different tiers.",
77
"homepage": "https://github.com/vodyani/core#readme",

0 commit comments

Comments
 (0)