lambder 1.0.137 → 1.0.138

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
@@ -455,7 +455,7 @@ LambderCaller is included in the same `lambder` package. Ensure you have `lambde
455
455
  Begin by initializing LambderCaller with your API configuration. This setup assumes your project structure accommodates a place for initiating and configuring API handlers, possibly within a dedicated JavaScript module or directly in your main application file.
456
456
 
457
457
  ```javascript
458
- import LambderCaller from "lambder/dist/LambderCaller";
458
+ import { LambderCaller } from "lambder";
459
459
 
460
460
  const lambderCaller = new LambderCaller({
461
461
  isCorsEnabled: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lambder",
3
- "version": "1.0.137",
3
+ "version": "1.0.138",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",