Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Nov 23, 2024
1 parent 6b44f76 commit f4c08ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@exuanbo/di-wise",
"version": "0.2.6",
"version": "0.2.7",
"exports": {
".": "./src/index.ts",
"./middlewares": "./src/middlewares/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "di-wise",
"packageManager": "[email protected]",
"version": "0.2.6",
"version": "0.2.7",
"description": "Lightweight and flexible dependency injection library for JavaScript and TypeScript, w/wo ECMAScript decorators.",
"files": [
"dist",
Expand Down

0 comments on commit f4c08ff

Please sign in to comment.