@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/core.cjs CHANGED
@@ -2027,6 +2027,7 @@ var _TinyCloudNode = class _TinyCloudNode {
2027
2027
  }
2028
2028
  scheduleAccountRegistrySync() {
2029
2029
  void this.withAccountRegistryRetry(async () => {
2030
+ void this.account.index.ensure();
2030
2031
  await this.writeManifestRegistryRecords();
2031
2032
  const spaces = await this.account.spaces.syncAccessible();
2032
2033
  if (!spaces.ok) {