@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 +1 -0
- package/dist/core.cjs.map +1 -1
- package/dist/core.d.cts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/core.js +1 -0
- package/dist/core.js.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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) {
|