terminal-pilot 0.0.51 → 0.0.52

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/cli.js CHANGED
@@ -15278,7 +15278,7 @@ function sleep2(ms) {
15278
15278
  // src/cli.ts
15279
15279
  configureTheme({ brand: "green", label: "Terminal Pilot" });
15280
15280
  function getBundledPackageVersion() {
15281
- return true ? "0.0.51" : void 0;
15281
+ return true ? "0.0.52" : void 0;
15282
15282
  }
15283
15283
  var pilotOptionsWithValues = /* @__PURE__ */ new Set([
15284
15284
  "--session",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  {
60
60
  "name": "terminal-pilot",
61
- "version": "0.0.51",
61
+ "version": "0.0.52",
62
62
  "license": "MIT"
63
63
  },
64
64
  {
@@ -15281,7 +15281,7 @@ function sleep2(ms) {
15281
15281
  // src/cli.ts
15282
15282
  configureTheme({ brand: "green", label: "Terminal Pilot" });
15283
15283
  function getBundledPackageVersion() {
15284
- return true ? "0.0.51" : void 0;
15284
+ return true ? "0.0.52" : void 0;
15285
15285
  }
15286
15286
  var pilotOptionsWithValues = /* @__PURE__ */ new Set([
15287
15287
  "--session",
@@ -15288,7 +15288,7 @@ function sleep2(ms) {
15288
15288
  // src/cli.ts
15289
15289
  configureTheme({ brand: "green", label: "Terminal Pilot" });
15290
15290
  function getBundledPackageVersion() {
15291
- return true ? "0.0.51" : void 0;
15291
+ return true ? "0.0.52" : void 0;
15292
15292
  }
15293
15293
  var pilotOptionsWithValues = /* @__PURE__ */ new Set([
15294
15294
  "--session",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-pilot",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "Playwright-like SDK and CLI for automating interactive CLI apps through a real PTY",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,7 +36,8 @@
36
36
  },
37
37
  "files": [
38
38
  "LICENSE",
39
- "dist"
39
+ "dist",
40
+ "assets"
40
41
  ],
41
42
  "engines": {
42
43
  "node": ">=18.18"