@tinycloud/node-sdk 2.4.0-beta.16 → 2.4.0-beta.17

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.
package/dist/index.cjs CHANGED
@@ -19044,6 +19044,7 @@ var _TinyCloudNode = class _TinyCloudNode {
19044
19044
  }
19045
19045
  scheduleAccountRegistrySync() {
19046
19046
  void this.withAccountRegistryRetry(async () => {
19047
+ void this.account.index.ensure();
19047
19048
  await this.writeManifestRegistryRecords();
19048
19049
  const spaces = await this.account.spaces.syncAccessible();
19049
19050
  if (!spaces.ok) {