@faasjs/knex 6.7.0 → 6.9.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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -13,7 +13,6 @@ npm install @faasjs/knex
13
13
 
14
14
  ## Functions
15
15
 
16
- - [originKnex](functions/originKnex.md)
17
16
  - [query](functions/query.md)
18
17
  - [raw](functions/raw.md)
19
18
  - [transaction](functions/transaction.md)
@@ -26,3 +25,7 @@ npm install @faasjs/knex
26
25
  ## Type Aliases
27
26
 
28
27
  - [KnexConfig](type-aliases/KnexConfig.md)
28
+
29
+ ## Variables
30
+
31
+ - [originKnex](variables/originKnex.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/knex",
3
- "version": "6.7.0",
3
+ "version": "6.9.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -31,16 +31,16 @@
31
31
  ],
32
32
  "peerDependencies": {
33
33
  "knex": "*",
34
- "@faasjs/deep_merge": "6.7.0",
35
- "@faasjs/func": "6.7.0",
36
- "@faasjs/logger": "6.7.0"
34
+ "@faasjs/deep_merge": "6.9.0",
35
+ "@faasjs/func": "6.9.0",
36
+ "@faasjs/logger": "6.9.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "knex": "*",
40
- "@faasjs/deep_merge": "6.7.0",
41
- "@faasjs/func": "6.7.0",
42
- "@faasjs/logger": "6.7.0",
43
- "@faasjs/load": "6.7.0",
40
+ "@faasjs/deep_merge": "6.9.0",
41
+ "@faasjs/func": "6.9.0",
42
+ "@faasjs/logger": "6.9.0",
43
+ "@faasjs/load": "6.9.0",
44
44
  "@types/mysql": "*",
45
45
  "@types/node": "*",
46
46
  "@types/pg": "*",