@base44-preview/sdk 0.8.18-pr.117.353547f → 0.8.18-pr.117.84e1a4f

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.
@@ -323,7 +323,7 @@ export interface EntityHandler<T = any> {
323
323
  * if (file) {
324
324
  * const result = await base44.entities.MyEntity.importEntities(file);
325
325
  * if (result.status === 'success' && result.output) {
326
- * console.log(`Imported ${result.output.length} records`);
326
+ * console.log(`Imported ${result.output?.length} records`);
327
327
  * }
328
328
  * }
329
329
  * };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.18-pr.117.353547f",
3
+ "version": "0.8.18-pr.117.84e1a4f",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",