@faasjs/node-utils 8.0.0-beta.7 → 8.0.0-beta.9

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
@@ -13,8 +13,11 @@ npm install @faasjs/node-utils
13
13
 
14
14
  ## Functions
15
15
 
16
+ - [colorfy](functions/colorfy.md)
16
17
  - [deepMerge](functions/deepMerge.md)
17
18
  - [detectNodeRuntime](functions/detectNodeRuntime.md)
19
+ - [formatLogger](functions/formatLogger.md)
20
+ - [getTransport](functions/getTransport.md)
18
21
  - [loadConfig](functions/loadConfig.md)
19
22
  - [loadFunc](functions/loadFunc.md)
20
23
  - [loadPackage](functions/loadPackage.md)
@@ -22,10 +25,24 @@ npm install @faasjs/node-utils
22
25
  - [streamToObject](functions/streamToObject.md)
23
26
  - [streamToText](functions/streamToText.md)
24
27
 
28
+ ## Classes
29
+
30
+ - [Logger](classes/Logger.md)
31
+ - [Transport](classes/Transport.md)
32
+
25
33
  ## Type Aliases
26
34
 
35
+ - [ExportedHandler](type-aliases/ExportedHandler.md)
36
+ - [FuncConfig](type-aliases/FuncConfig.md)
37
+ - [FuncPluginConfig](type-aliases/FuncPluginConfig.md)
38
+ - [Level](type-aliases/Level.md)
39
+ - [LoggerMessage](type-aliases/LoggerMessage.md)
27
40
  - [NodeRuntime](type-aliases/NodeRuntime.md)
41
+ - [TransportHandler](type-aliases/TransportHandler.md)
42
+ - [TransportOptions](type-aliases/TransportOptions.md)
28
43
 
29
44
  ## Variables
30
45
 
46
+ - [Color](variables/Color.md)
47
+ - [LevelColor](variables/LevelColor.md)
31
48
  - [streamToString](variables/streamToString.md)