Skip to content

Commit

Permalink
mysql - version bump to 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed May 20, 2024
1 parent c50c654 commit 4f7e281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"webpack": "^5.91.0",
"xo": "^0.58.0"
}
}
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keyv/mysql",
"version": "1.7.1",
"version": "2.0.0-rc.1",
"description": "MySQL/MariaDB storage adapter for Keyv",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -12,7 +12,7 @@
}
},
"scripts": {
"build": "tsc --project tsconfig.csj.json && tsc --project tsconfig.esm.json",
"build": "rm -rf dist && tsc --project tsconfig.csj.json && tsc --project tsconfig.esm.json",
"prepare": "yarn build",
"test": "xo --fix && vitest run --coverage",
"test:ci": "xo && vitest --run --sequence.setupFiles=list",
Expand Down

0 comments on commit 4f7e281

Please sign in to comment.