@faasjs/core 8.0.0-beta.8 → 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 +72 -3
- package/dist/index.cjs +1580 -26
- package/dist/index.d.ts +722 -9
- package/dist/index.mjs +1549 -24
- package/package.json +30 -24
package/README.md
CHANGED
|
@@ -13,9 +13,78 @@ npm install @faasjs/core
|
|
|
13
13
|
|
|
14
14
|
## Functions
|
|
15
15
|
|
|
16
|
-
- [
|
|
16
|
+
- [closeAll](functions/closeAll.md)
|
|
17
|
+
- [createPgliteKnex](functions/createPgliteKnex.md)
|
|
18
|
+
- [defineApi](functions/defineApi.md)
|
|
19
|
+
- [getAll](functions/getAll.md)
|
|
20
|
+
- [initPostgresTypeParsers](functions/initPostgresTypeParsers.md)
|
|
21
|
+
- [mountFaasKnex](functions/mountFaasKnex.md)
|
|
22
|
+
- [nameFunc](functions/nameFunc.md)
|
|
23
|
+
- [parseFuncFilenameFromStack](functions/parseFuncFilenameFromStack.md)
|
|
24
|
+
- [query](functions/query.md)
|
|
25
|
+
- [raw](functions/raw.md)
|
|
26
|
+
- [staticHandler](functions/staticHandler.md)
|
|
27
|
+
- [transaction](functions/transaction.md)
|
|
28
|
+
- [unmountFaasKnex](functions/unmountFaasKnex.md)
|
|
29
|
+
- [useFunc](functions/useFunc.md)
|
|
30
|
+
- [useHttp](functions/useHttp.md)
|
|
31
|
+
- [useKnex](functions/useKnex.md)
|
|
32
|
+
- [useMiddleware](functions/useMiddleware.md)
|
|
33
|
+
- [useMiddlewares](functions/useMiddlewares.md)
|
|
34
|
+
- [usePlugin](functions/usePlugin.md)
|
|
35
|
+
|
|
36
|
+
## Classes
|
|
37
|
+
|
|
38
|
+
- [Cookie](classes/Cookie.md)
|
|
39
|
+
- [Func](classes/Func.md)
|
|
40
|
+
- [Http](classes/Http.md)
|
|
41
|
+
- [HttpError](classes/HttpError.md)
|
|
42
|
+
- [Knex](classes/Knex.md)
|
|
43
|
+
- [KnexSchema](classes/KnexSchema.md)
|
|
44
|
+
- [Server](classes/Server.md)
|
|
45
|
+
- [Session](classes/Session.md)
|
|
46
|
+
|
|
47
|
+
## Interfaces
|
|
48
|
+
|
|
49
|
+
- [FaasPluginEventMap](interfaces/FaasPluginEventMap.md)
|
|
17
50
|
|
|
18
51
|
## Type Aliases
|
|
19
52
|
|
|
20
|
-
- [
|
|
21
|
-
- [
|
|
53
|
+
- [Config](type-aliases/Config.md)
|
|
54
|
+
- [CookieOptions](type-aliases/CookieOptions.md)
|
|
55
|
+
- [DefineApiData](type-aliases/DefineApiData.md)
|
|
56
|
+
- [DefineApiOptions](type-aliases/DefineApiOptions.md)
|
|
57
|
+
- [ExportedHandler](type-aliases/ExportedHandler.md)
|
|
58
|
+
- [FuncConfig](type-aliases/FuncConfig.md)
|
|
59
|
+
- [FuncEventType](type-aliases/FuncEventType.md)
|
|
60
|
+
- [FuncReturnType](type-aliases/FuncReturnType.md)
|
|
61
|
+
- [Handler](type-aliases/Handler.md)
|
|
62
|
+
- [HttpConfig](type-aliases/HttpConfig.md)
|
|
63
|
+
- [InferPluginEvent](type-aliases/InferPluginEvent.md)
|
|
64
|
+
- [InvokeData](type-aliases/InvokeData.md)
|
|
65
|
+
- [KnexConfig](type-aliases/KnexConfig.md)
|
|
66
|
+
- [LifeCycleKey](type-aliases/LifeCycleKey.md)
|
|
67
|
+
- [Middleware](type-aliases/Middleware.md)
|
|
68
|
+
- [MiddlewareContext](type-aliases/MiddlewareContext.md)
|
|
69
|
+
- [MiddlewareEvent](type-aliases/MiddlewareEvent.md)
|
|
70
|
+
- [MountData](type-aliases/MountData.md)
|
|
71
|
+
- [MountedKnexAdapter](type-aliases/MountedKnexAdapter.md)
|
|
72
|
+
- [MountFaasKnexOptions](type-aliases/MountFaasKnexOptions.md)
|
|
73
|
+
- [Next](type-aliases/Next.md)
|
|
74
|
+
- [NormalizePluginType](type-aliases/NormalizePluginType.md)
|
|
75
|
+
- [Plugin](type-aliases/Plugin.md)
|
|
76
|
+
- [ResolvePluginEvent](type-aliases/ResolvePluginEvent.md)
|
|
77
|
+
- [Response](type-aliases/Response.md)
|
|
78
|
+
- [ServerHandlerOptions](type-aliases/ServerHandlerOptions.md)
|
|
79
|
+
- [ServerOptions](type-aliases/ServerOptions.md)
|
|
80
|
+
- [SessionContent](type-aliases/SessionContent.md)
|
|
81
|
+
- [SessionOptions](type-aliases/SessionOptions.md)
|
|
82
|
+
- [Simplify](type-aliases/Simplify.md)
|
|
83
|
+
- [StaticHandlerOptions](type-aliases/StaticHandlerOptions.md)
|
|
84
|
+
- [UnionToIntersection](type-aliases/UnionToIntersection.md)
|
|
85
|
+
- [UseifyPlugin](type-aliases/UseifyPlugin.md)
|
|
86
|
+
|
|
87
|
+
## Variables
|
|
88
|
+
|
|
89
|
+
- [ContentType](variables/ContentType.md)
|
|
90
|
+
- [originKnex](variables/originKnex.md)
|