@palettelab/sdk 0.1.17 → 0.1.18

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -318,6 +318,8 @@ Included clients:
318
318
  These helpers are intentionally thin wrappers over platform APIs. Apps can still
319
319
  use `apiFetch()` directly for custom backend routes.
320
320
 
321
+ App storage is different from Data Rooms. Use `palette.storage` for app-owned files that should go directly to the OS-configured storage backend, such as GCS. Use `palette.dataRooms` only when the file should appear as a user-visible Data Room document.
322
+
321
323
  App storage uploads are scoped by Palette to:
322
324
 
323
325
  ```text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palettelab/sdk",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Palette Platform SDK for building plugins and apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",