@e-mc/db 0.14.2 → 0.14.3

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 (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  ## Interface
11
11
 
12
- * [View Source](https://www.unpkg.com/@e-mc/types@0.14.2/lib/index.d.ts)
12
+ * [View Source](https://www.unpkg.com/@e-mc/types@0.14.3/lib/index.d.ts)
13
13
 
14
14
  ```typescript
15
15
  import type { DbDataSource } from "./squared";
@@ -221,11 +221,11 @@ const [rows1, rows2] = await instance.executeBatchQuery([
221
221
 
222
222
  ## References
223
223
 
224
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/squared.d.ts
225
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/core.d.ts
226
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/db.d.ts
227
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/http.d.ts
228
- - https://www.unpkg.com/@e-mc/types@0.14.2/lib/settings.d.ts
224
+ - https://www.unpkg.com/@e-mc/types@0.14.3/lib/squared.d.ts
225
+ - https://www.unpkg.com/@e-mc/types@0.14.3/lib/core.d.ts
226
+ - https://www.unpkg.com/@e-mc/types@0.14.3/lib/db.d.ts
227
+ - https://www.unpkg.com/@e-mc/types@0.14.3/lib/http.d.ts
228
+ - https://www.unpkg.com/@e-mc/types@0.14.3/lib/settings.d.ts
229
229
 
230
230
  * https://www.npmjs.com/package/@types/node
231
231
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-mc/db",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "DB modules for E-mc.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,8 +16,8 @@
16
16
  "license": "BSD-3-Clause",
17
17
  "homepage": "https://github.com/anpham6/e-mc#readme",
18
18
  "dependencies": {
19
- "@e-mc/core": "0.14.2",
20
- "@e-mc/request": "0.14.2",
21
- "@e-mc/types": "0.14.2"
19
+ "@e-mc/core": "0.14.3",
20
+ "@e-mc/request": "0.14.3",
21
+ "@e-mc/types": "0.14.3"
22
22
  }
23
23
  }