@kianax/wt 0.1.0 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/cli.js +5 -17
  2. package/package.json +1 -2
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env bun
1
+ #!/usr/bin/env node
2
2
  // @bun
3
3
  import { createRequire } from "node:module";
4
4
  var __create = Object.create;
@@ -14851,7 +14851,7 @@ var package_default;
14851
14851
  var init_package = __esm(() => {
14852
14852
  package_default = {
14853
14853
  name: "@kianax/wt",
14854
- version: "0.1.0",
14854
+ version: "0.1.3",
14855
14855
  description: "Git worktree manager - make worktrees as effortless as branches",
14856
14856
  type: "module",
14857
14857
  main: "dist/cli.js",
@@ -14888,7 +14888,6 @@ var init_package = __esm(() => {
14888
14888
  chalk: "^5.6.2",
14889
14889
  ink: "^6.6.0",
14890
14890
  react: "^19.2.3",
14891
- "react-devtools-core": "^7.0.1",
14892
14891
  zod: "^4.3.5"
14893
14892
  },
14894
14893
  devDependencies: {
@@ -29234,7 +29233,7 @@ var init_measure_text = __esm(() => {
29234
29233
  measure_text_default = measureText;
29235
29234
  });
29236
29235
 
29237
- // node_modules/slice-ansi/node_modules/is-fullwidth-code-point/index.js
29236
+ // node_modules/is-fullwidth-code-point/index.js
29238
29237
  function isFullwidthCodePoint(codePoint) {
29239
29238
  if (!Number.isInteger(codePoint)) {
29240
29239
  return false;
@@ -50439,17 +50438,6 @@ var init_styledChars = __esm(() => {
50439
50438
  init_reduce();
50440
50439
  });
50441
50440
 
50442
- // node_modules/is-fullwidth-code-point/index.js
50443
- function isFullwidthCodePoint2(codePoint) {
50444
- if (!Number.isInteger(codePoint)) {
50445
- return false;
50446
- }
50447
- return isFullWidth(codePoint) || isWide(codePoint);
50448
- }
50449
- var init_is_fullwidth_code_point2 = __esm(() => {
50450
- init_get_east_asian_width();
50451
- });
50452
-
50453
50441
  // node_modules/@alcalzone/ansi-tokenize/build/tokenize.js
50454
50442
  function parseLinkCode(string4, offset) {
50455
50443
  string4 = string4.slice(offset);
@@ -50542,7 +50530,7 @@ function tokenize2(str, endChar = Number.POSITIVE_INFINITY) {
50542
50530
  continue;
50543
50531
  }
50544
50532
  }
50545
- const fullWidth = isFullwidthCodePoint2(codePoint);
50533
+ const fullWidth = isFullwidthCodePoint(codePoint);
50546
50534
  const character = String.fromCodePoint(codePoint);
50547
50535
  ret.push({
50548
50536
  type: "char",
@@ -50559,7 +50547,7 @@ function tokenize2(str, endChar = Number.POSITIVE_INFINITY) {
50559
50547
  }
50560
50548
  var CC_0 = 48, CC_9 = 57, CC_SEMI = 59, CC_M = 109;
50561
50549
  var init_tokenize = __esm(() => {
50562
- init_is_fullwidth_code_point2();
50550
+ init_is_fullwidth_code_point();
50563
50551
  init_ansiCodes();
50564
50552
  });
50565
50553
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kianax/wt",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "Git worktree manager - make worktrees as effortless as branches",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",
@@ -37,7 +37,6 @@
37
37
  "chalk": "^5.6.2",
38
38
  "ink": "^6.6.0",
39
39
  "react": "^19.2.3",
40
- "react-devtools-core": "^7.0.1",
41
40
  "zod": "^4.3.5"
42
41
  },
43
42
  "devDependencies": {