Skip to content

Commit 2b46825

Browse files
committed
Publish
- @quikc/core@0.1.11 - @quikc/express@0.1.2
1 parent c06fc27 commit 2b46825

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quikc/core",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "This package contains the core logic and interfaces for the caching library.",
55
"keywords": [
66
"Cache",

packages/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quikc/express",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "This package contains middleware for integrating the caching library into your Express application.",
55
"keywords": [
66
"quikc",
@@ -42,6 +42,6 @@
4242
"vite-plugin-dts": "^2.2.0"
4343
},
4444
"dependencies": {
45-
"@quikc/core": "^0.1.10"
45+
"@quikc/core": "^0.1.11"
4646
}
4747
}

0 commit comments

Comments
 (0)