@rool-dev/sdk 0.1.26-dev.8785993 → 0.1.26

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/client.d.ts CHANGED
@@ -132,7 +132,7 @@ export declare class RoolClient extends EventEmitter<RoolClientEvents> {
132
132
  setSlug(slug: string): Promise<void>;
133
133
  /**
134
134
  * Publish an app. The app will be accessible at:
135
- * https://{appId}.rool.app/
135
+ * https://use.rool.app/{appId}/
136
136
  *
137
137
  * @param appId - URL-safe identifier (alphanumeric, hyphens, underscores)
138
138
  * @param options - App name, bundle (zip file), and optional SPA flag
package/dist/client.js CHANGED
@@ -299,7 +299,7 @@ export class RoolClient extends EventEmitter {
299
299
  // ===========================================================================
300
300
  /**
301
301
  * Publish an app. The app will be accessible at:
302
- * https://{appId}.rool.app/
302
+ * https://use.rool.app/{appId}/
303
303
  *
304
304
  * @param appId - URL-safe identifier (alphanumeric, hyphens, underscores)
305
305
  * @param options - App name, bundle (zip file), and optional SPA flag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rool-dev/sdk",
3
- "version": "0.1.26-dev.8785993",
3
+ "version": "0.1.26",
4
4
  "description": "TypeScript SDK for working with Rool Spaces",
5
5
  "packageManager": "pnpm@10.17.1",
6
6
  "type": "module",