@rool-dev/client 0.5.1-dev.44bbba2 → 0.5.1

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -666,8 +666,6 @@ interface RoolSpaceData {
666
666
  interface RoolObjectEntry {
667
667
  links: Record<string, Record<string, Record<string, unknown>>>; // relation -> targetId -> linkData
668
668
  data: RoolObject; // The actual object data
669
- modifiedAt?: number; // Timestamp of last modification
670
- modifiedBy?: string; // User ID who last modified
671
669
  }
672
670
  ```
673
671
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rool-dev/client",
3
- "version": "0.5.1-dev.44bbba2",
3
+ "version": "0.5.1",
4
4
  "description": "TypeScript client library for the Rool API",
5
5
  "packageManager": "pnpm@10.17.1",
6
6
  "type": "module",