sqlx-ts 0.9.3 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
  3. package/sqlx-ts +0 -0
package/README.md CHANGED
@@ -1,9 +1,5 @@
1
1
  <h1 align="center">sqlx-ts</h1>
2
2
 
3
- <div align="center">
4
- <a href='https://coveralls.io/github/JasonShin/sqlx-ts?branch=main'><img src='https://coveralls.io/repos/github/JasonShin/sqlx-ts/badge.svg?branch=main' alt='Coverage Status' /></a>
5
- </div>
6
-
7
3
  <div align="center">
8
4
  <strong>
9
5
  🧰 The Typescript/Javascript SQL Toolkit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqlx-ts",
3
- "version": "0.9.3",
3
+ "version": "0.11.1",
4
4
  "description": "sqlx-ts ensures your raw SQLs are compile-time checked",
5
5
  "main": "dist/index.js",
6
6
  "maintainers": [
package/sqlx-ts CHANGED
Binary file