@absolutejs/absolute 0.19.0-beta.1017 → 0.19.0-beta.1018

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.
@@ -28,7 +28,7 @@ export type InstanceRecord = {
28
28
  source: InstanceSource;
29
29
  startedAt: string;
30
30
  };
31
- export type InstanceSource = 'dev' | 'standalone' | 'start' | 'workspace';
31
+ export type InstanceSource = 'compiled' | 'dev' | 'standalone' | 'start' | 'workspace';
32
32
  export type InstanceStatus = 'ready' | 'starting' | 'stopped';
33
33
  export type InteractiveHandler = {
34
34
  clearPrompt: () => void;
package/package.json CHANGED
@@ -400,5 +400,5 @@
400
400
  ]
401
401
  }
402
402
  },
403
- "version": "0.19.0-beta.1017"
403
+ "version": "0.19.0-beta.1018"
404
404
  }