lambder 1.0.67 → 1.0.68

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 +1 -1
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -82,7 +82,7 @@ lambder.addHook("beforeRender", async (ctx, res) => {
82
82
 
83
83
  ## Frontend Usage with LambderCaller
84
84
 
85
- LambderCaller is a frontend companion library for Lambder, designed to simplify making API requests to your Lambder backend services.
85
+ LambderCaller is a frontend companion library for Lambder, it is only 2kb compressed, and designed to simplify making API requests to your Lambder backend services.
86
86
 
87
87
  ### Installing LambderCaller
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lambder",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",