@faasjs/knex 3.2.1 → 3.4.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 +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +7 -7
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
|
-
[](https://github.com/faasjs/faasjs/blob/main/packages/
|
|
5
|
+
[](https://github.com/faasjs/faasjs/blob/main/packages/knex/LICENSE)
|
|
6
6
|
[](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
|
-
* [](https://github.com/faasjs/faasjs/blob/main/packages/
|
|
9
|
+
* [](https://github.com/faasjs/faasjs/blob/main/packages/knex/LICENSE)
|
|
10
10
|
* [](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
|
-
* [](https://github.com/faasjs/faasjs/blob/main/packages/
|
|
9
|
+
* [](https://github.com/faasjs/faasjs/blob/main/packages/knex/LICENSE)
|
|
10
10
|
* [](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.
|
|
3
|
+
"version": "3.4.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.
|
|
39
|
-
"@faasjs/func": "3.
|
|
40
|
-
"@faasjs/logger": "3.
|
|
38
|
+
"@faasjs/deep_merge": "3.4.0",
|
|
39
|
+
"@faasjs/func": "3.4.0",
|
|
40
|
+
"@faasjs/logger": "3.4.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"knex": "*",
|
|
44
|
-
"@faasjs/deep_merge": "3.
|
|
45
|
-
"@faasjs/func": "3.
|
|
46
|
-
"@faasjs/logger": "3.
|
|
44
|
+
"@faasjs/deep_merge": "3.4.0",
|
|
45
|
+
"@faasjs/func": "3.4.0",
|
|
46
|
+
"@faasjs/logger": "3.4.0",
|
|
47
47
|
"@types/mysql": "*",
|
|
48
48
|
"@types/node": "*",
|
|
49
49
|
"@types/pg": "*",
|