@rool-dev/sdk 0.1.19-dev.adc18c6 → 0.1.19

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
@@ -122,7 +122,7 @@ export declare class RoolClient extends EventEmitter<RoolClientEvents> {
122
122
  setSlug(slug: string): Promise<void>;
123
123
  /**
124
124
  * Publish an app. The app will be accessible at:
125
- * https://use.rool.app/{appId}/
125
+ * https://rool.app/{user_slug}/{appId}/
126
126
  *
127
127
  * @param appId - URL-safe identifier (alphanumeric, hyphens, underscores)
128
128
  * @param options - App name, bundle (zip file), and optional SPA flag
package/dist/client.js CHANGED
@@ -277,7 +277,7 @@ export class RoolClient extends EventEmitter {
277
277
  // ===========================================================================
278
278
  /**
279
279
  * Publish an app. The app will be accessible at:
280
- * https://use.rool.app/{appId}/
280
+ * https://rool.app/{user_slug}/{appId}/
281
281
  *
282
282
  * @param appId - URL-safe identifier (alphanumeric, hyphens, underscores)
283
283
  * @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.19-dev.adc18c6",
3
+ "version": "0.1.19",
4
4
  "description": "TypeScript SDK for working with Rool Spaces",
5
5
  "packageManager": "pnpm@10.17.1",
6
6
  "type": "module",