Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @quikc/core@0.1.11
 - @quikc/express@0.1.2
  • Loading branch information
triyanox committed May 16, 2023
1 parent c06fc27 commit 2b46825
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quikc/core",
"version": "0.1.10",
"version": "0.1.11",
"description": "This package contains the core logic and interfaces for the caching library.",
"keywords": [
"Cache",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quikc/express",
"version": "0.1.1",
"version": "0.1.2",
"description": "This package contains middleware for integrating the caching library into your Express application.",
"keywords": [
"quikc",
Expand Down Expand Up @@ -42,6 +42,6 @@
"vite-plugin-dts": "^2.2.0"
},
"dependencies": {
"@quikc/core": "^0.1.10"
"@quikc/core": "^0.1.11"
}
}

0 comments on commit 2b46825

Please sign in to comment.