@faasjs/knex 3.2.1 → 3.3.0

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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  FaasJS's sql plugin, base on [Knex](https://knexjs.org/).
4
4
 
5
- [![License: MIT](https://img.shields.io/npm/l/@faasjs/knex.svg)](https://github.com/faasjs/faasjs/blob/main/packages/faasjs/knex/LICENSE)
5
+ [![License: MIT](https://img.shields.io/npm/l/@faasjs/knex.svg)](https://github.com/faasjs/faasjs/blob/main/packages/knex/LICENSE)
6
6
  [![NPM Version](https://img.shields.io/npm/v/@faasjs/knex.svg)](https://www.npmjs.com/package/@faasjs/knex)
7
7
 
8
8
  ## Install
package/dist/index.d.mts CHANGED
@@ -6,7 +6,7 @@ export { Knex as OriginKnex } from 'knex';
6
6
  /**
7
7
  * FaasJS's sql plugin, base on [Knex](https://knexjs.org/).
8
8
  *
9
- * [![License: MIT](https://img.shields.io/npm/l/@faasjs/knex.svg)](https://github.com/faasjs/faasjs/blob/main/packages/faasjs/knex/LICENSE)
9
+ * [![License: MIT](https://img.shields.io/npm/l/@faasjs/knex.svg)](https://github.com/faasjs/faasjs/blob/main/packages/knex/LICENSE)
10
10
  * [![NPM Version](https://img.shields.io/npm/v/@faasjs/knex.svg)](https://www.npmjs.com/package/@faasjs/knex)
11
11
  *
12
12
  * ## Install
package/dist/index.d.ts CHANGED
@@ -6,7 +6,7 @@ export { Knex as OriginKnex } from 'knex';
6
6
  /**
7
7
  * FaasJS's sql plugin, base on [Knex](https://knexjs.org/).
8
8
  *
9
- * [![License: MIT](https://img.shields.io/npm/l/@faasjs/knex.svg)](https://github.com/faasjs/faasjs/blob/main/packages/faasjs/knex/LICENSE)
9
+ * [![License: MIT](https://img.shields.io/npm/l/@faasjs/knex.svg)](https://github.com/faasjs/faasjs/blob/main/packages/knex/LICENSE)
10
10
  * [![NPM Version](https://img.shields.io/npm/v/@faasjs/knex.svg)](https://www.npmjs.com/package/@faasjs/knex)
11
11
  *
12
12
  * ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/knex",
3
- "version": "3.2.1",
3
+ "version": "3.3.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -35,15 +35,15 @@
35
35
  ],
36
36
  "peerDependencies": {
37
37
  "knex": "*",
38
- "@faasjs/deep_merge": "3.2.1",
39
- "@faasjs/func": "3.2.1",
40
- "@faasjs/logger": "3.2.1"
38
+ "@faasjs/deep_merge": "3.3.0",
39
+ "@faasjs/func": "3.3.0",
40
+ "@faasjs/logger": "3.3.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "knex": "*",
44
- "@faasjs/deep_merge": "3.2.1",
45
- "@faasjs/func": "3.2.1",
46
- "@faasjs/logger": "3.2.1",
44
+ "@faasjs/deep_merge": "3.3.0",
45
+ "@faasjs/func": "3.3.0",
46
+ "@faasjs/logger": "3.3.0",
47
47
  "@types/mysql": "*",
48
48
  "@types/node": "*",
49
49
  "@types/pg": "*",