@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/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) {
|