timeback-studio 0.2.4-beta.20260423215532 → 0.2.4

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.
@@ -6,6 +6,9 @@
6
6
  */
7
7
  export declare class StudioCliCancelledError extends Error {
8
8
  readonly name = "StudioCliCancelledError";
9
+ /**
10
+ * @param message - Human-readable cancellation reason; defaults to `'Cancelled'`
11
+ */
9
12
  constructor(message?: string);
10
13
  }
11
14
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"flow.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/flow.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,KAAK;IACjD,SAAkB,IAAI,6BAA4B;IAElD,YAAY,OAAO,SAAc,EAEhC;CACD;AAED;;;;;;;GAOG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,uBAAuB,CAE1F"}
1
+ {"version":3,"file":"flow.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/flow.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,KAAK;IACjD,SAAkB,IAAI,6BAA4B;IAElD;;OAEG;IACH,YAAY,OAAO,SAAc,EAEhC;CACD;AAED;;;;;;;GAOG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,uBAAuB,CAE1F"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timeback-studio",
3
- "version": "0.2.4-beta.20260423215532",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@clack/prompts": "^0.11.0",
29
29
  "@hono/node-server": "^1.19.7",
30
- "@timeback/core": "0.2.3",
30
+ "@timeback/core": "0.3.0",
31
31
  "c12": "^3.3.3",
32
32
  "colorette": "^2.0.20",
33
33
  "commander": "^14.0.2",
@@ -38,7 +38,7 @@
38
38
  "@timeback/internal-cli-infra": "0.0.0",
39
39
  "@timeback/internal-logger": "0.0.0",
40
40
  "@timeback/internal-utils": "0.0.0",
41
- "@timeback/types": "0.2.0",
41
+ "@timeback/types": "0.3.0",
42
42
  "@types/bun": "latest"
43
43
  },
44
44
  "peerDependencies": {