@faasjs/knex 3.0.0-canary.2 → 3.0.0-canary.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 +8 -8
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -11,14 +11,6 @@ FaasJS's sql plugin, base on [Knex](https://knexjs.org/).
11
11
  npm install @faasjs/knex
12
12
  ```
13
13
 
14
- ## Classes
15
-
16
- - [Knex](classes/Knex.md)
17
-
18
- ## Type Aliases
19
-
20
- - [KnexConfig](type-aliases/KnexConfig.md)
21
-
22
14
  ## Functions
23
15
 
24
16
  - [originKnex](functions/originKnex.md)
@@ -26,3 +18,11 @@ npm install @faasjs/knex
26
18
  - [raw](functions/raw.md)
27
19
  - [transaction](functions/transaction.md)
28
20
  - [useKnex](functions/useKnex.md)
21
+
22
+ ## Classes
23
+
24
+ - [Knex](classes/Knex.md)
25
+
26
+ ## Type Aliases
27
+
28
+ - [KnexConfig](type-aliases/KnexConfig.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/knex",
3
- "version": "3.0.0-canary.2",
3
+ "version": "3.0.0-canary.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -34,9 +34,9 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@faasjs/deep_merge": "3.0.0-canary.2",
38
- "@faasjs/func": "3.0.0-canary.2",
39
- "@faasjs/logger": "3.0.0-canary.2"
37
+ "@faasjs/deep_merge": "3.0.0-canary.3",
38
+ "@faasjs/func": "3.0.0-canary.3",
39
+ "@faasjs/logger": "3.0.0-canary.3"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "knex": "*"