stacks 0.58.71 → 0.58.72

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 (104) hide show
  1. package/core/actions/dist/src/upgrade.js +1 -1
  2. package/core/actions/package.json +1 -1
  3. package/core/ai/dist/index.js +47 -54
  4. package/core/ai/package.json +3 -3
  5. package/core/alias/package.json +1 -1
  6. package/core/analytics/package.json +1 -1
  7. package/core/api/package.json +1 -2
  8. package/core/api/src/index.ts +1 -0
  9. package/core/arrays/package.json +1 -1
  10. package/core/auth/package.json +1 -1
  11. package/core/buddy/bin/cli.ts +46 -0
  12. package/core/buddy/dist/{chunk-89229d657386eb70.js → chunk-94f0ae38d2d27d78.js} +1 -1
  13. package/core/buddy/dist/cli.js +18 -3309
  14. package/core/buddy/dist/index.js +1 -1
  15. package/core/buddy/package.json +1 -1
  16. package/core/buddy/src/cli.ts +16 -68
  17. package/core/buddy/src/commands/setup.ts +1 -0
  18. package/core/build/package.json +1 -1
  19. package/core/bun-create/bud/package.json +1 -1
  20. package/core/bun-create/buddy/package.json +1 -1
  21. package/core/bun-create/stack/package.json +1 -1
  22. package/core/bun-create/stacks/package.json +1 -1
  23. package/core/bun-create/stx/package.json +1 -1
  24. package/core/bun-plugin-yaml/package.json +1 -1
  25. package/core/cache/package.json +2 -2
  26. package/core/chat/package.json +1 -1
  27. package/core/cli/build.ts +1 -1
  28. package/core/cli/dist/index.js +20 -1
  29. package/core/cli/package.json +2 -1
  30. package/core/cli/src/utils.ts +20 -0
  31. package/core/cloud/package.json +31 -31
  32. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  33. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  34. package/core/cloud/src/cloud/router-layer/nodejs/package.json +1 -1
  35. package/core/collections/package.json +1 -1
  36. package/core/config/dist/index.js +9 -1
  37. package/core/config/package.json +1 -1
  38. package/core/config/src/overrides.ts +22 -22
  39. package/core/database/package.json +3 -3
  40. package/core/datetime/package.json +1 -1
  41. package/core/desktop/package.json +1 -1
  42. package/core/development/package.json +1 -1
  43. package/core/dns/package.json +7 -7
  44. package/core/docs/package.json +1 -1
  45. package/core/email/package.json +2 -2
  46. package/core/enums/package.json +1 -1
  47. package/core/env/package.json +1 -1
  48. package/core/env/src/types.ts +1 -1
  49. package/core/error-handling/package.json +1 -1
  50. package/core/eslint-config/package.json +5 -5
  51. package/core/events/package.json +1 -1
  52. package/core/faker/package.json +1 -1
  53. package/core/git/package.json +1 -1
  54. package/core/health/package.json +1 -1
  55. package/core/http/package.json +1 -1
  56. package/core/lint/package.json +1 -1
  57. package/core/logging/package.json +1 -1
  58. package/core/notifications/package.json +1 -1
  59. package/core/objects/package.json +1 -1
  60. package/core/orm/package.json +1 -1
  61. package/core/path/dist/index.js +4 -1
  62. package/core/path/package.json +1 -1
  63. package/core/path/src/index.ts +6 -1
  64. package/core/payments/dist/index.js +1 -1
  65. package/core/payments/package.json +3 -3
  66. package/core/push/package.json +1 -1
  67. package/core/query-builder/package.json +1 -1
  68. package/core/queue/package.json +1 -1
  69. package/core/raycast/package.json +1 -1
  70. package/core/realtime/package.json +1 -1
  71. package/core/repl/package.json +1 -1
  72. package/core/router/build.ts +1 -1
  73. package/core/router/dist/index.js +106 -33
  74. package/core/router/package.json +2 -1
  75. package/core/router/src/router.ts +135 -39
  76. package/core/router/src/server.ts +26 -19
  77. package/core/scheduler/package.json +1 -1
  78. package/core/search-engine/package.json +1 -1
  79. package/core/security/package.json +1 -1
  80. package/core/server/package.json +2 -2
  81. package/core/signals/package.json +1 -1
  82. package/core/slug/package.json +1 -1
  83. package/core/sms/package.json +1 -1
  84. package/core/storage/package.json +1 -1
  85. package/core/strings/package.json +2 -2
  86. package/core/tables/package.json +2 -2
  87. package/core/testing/package.json +1 -1
  88. package/core/tinker/package.json +1 -1
  89. package/core/tsconfig.json +2 -1
  90. package/core/tunnel/package.json +1 -1
  91. package/core/types/package.json +5 -5
  92. package/core/types/src/router.ts +1 -1
  93. package/core/types/src/ui.ts +16 -24
  94. package/core/ui/package.json +3 -3
  95. package/core/utils/dist/index.js +1 -1
  96. package/core/utils/package.json +1 -1
  97. package/core/validation/package.json +1 -1
  98. package/core/vite/dist/index.js +1 -1
  99. package/core/vite/package.json +3 -3
  100. package/core/whois/package.json +1 -1
  101. package/core/x-ray/package.json +1 -1
  102. package/core/zsh-buddy/package.json +2 -2
  103. package/ide/vscode/package.json +1 -1
  104. package/package.json +1 -1
@@ -7,7 +7,7 @@ import {projectPath} from "@stacksjs/path";
7
7
  import * as storage from "@stacksjs/storage";
8
8
  import {NpmScript} from "@stacksjs/enums";
9
9
  // package.json
10
- var version = "0.58.71";
10
+ var version = "0.58.72";
11
11
 
12
12
  // src/upgrade.ts
13
13
  function checkForUncommittedChanges(options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks actions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -8530,7 +8530,7 @@ var commonParams = {
8530
8530
  var package_default = {
8531
8531
  name: "@aws-sdk/client-bedrock",
8532
8532
  description: "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
8533
- version: "3.513.0",
8533
+ version: "3.515.0",
8534
8534
  scripts: {
8535
8535
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
8536
8536
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock",
@@ -8549,18 +8549,18 @@ var package_default = {
8549
8549
  dependencies: {
8550
8550
  "@aws-crypto/sha256-browser": "3.0.0",
8551
8551
  "@aws-crypto/sha256-js": "3.0.0",
8552
- "@aws-sdk/client-sts": "3.513.0",
8552
+ "@aws-sdk/client-sts": "3.515.0",
8553
8553
  "@aws-sdk/core": "3.513.0",
8554
- "@aws-sdk/credential-provider-node": "3.513.0",
8555
- "@aws-sdk/middleware-host-header": "3.511.0",
8556
- "@aws-sdk/middleware-logger": "3.511.0",
8557
- "@aws-sdk/middleware-recursion-detection": "3.511.0",
8558
- "@aws-sdk/middleware-user-agent": "3.511.0",
8559
- "@aws-sdk/region-config-resolver": "3.511.0",
8560
- "@aws-sdk/types": "3.511.0",
8561
- "@aws-sdk/util-endpoints": "3.511.0",
8562
- "@aws-sdk/util-user-agent-browser": "3.511.0",
8563
- "@aws-sdk/util-user-agent-node": "3.511.0",
8554
+ "@aws-sdk/credential-provider-node": "3.515.0",
8555
+ "@aws-sdk/middleware-host-header": "3.515.0",
8556
+ "@aws-sdk/middleware-logger": "3.515.0",
8557
+ "@aws-sdk/middleware-recursion-detection": "3.515.0",
8558
+ "@aws-sdk/middleware-user-agent": "3.515.0",
8559
+ "@aws-sdk/region-config-resolver": "3.515.0",
8560
+ "@aws-sdk/types": "3.515.0",
8561
+ "@aws-sdk/util-endpoints": "3.515.0",
8562
+ "@aws-sdk/util-user-agent-browser": "3.515.0",
8563
+ "@aws-sdk/util-user-agent-node": "3.515.0",
8564
8564
  "@smithy/config-resolver": "^2.1.1",
8565
8565
  "@smithy/core": "^1.3.2",
8566
8566
  "@smithy/fetch-http-handler": "^2.4.1",
@@ -8587,13 +8587,13 @@ var package_default = {
8587
8587
  "@smithy/util-retry": "^2.1.1",
8588
8588
  "@smithy/util-utf8": "^2.1.1",
8589
8589
  tslib: "^2.5.0",
8590
- uuid: "^8.3.2"
8590
+ uuid: "^9.0.1"
8591
8591
  },
8592
8592
  devDependencies: {
8593
8593
  "@smithy/service-client-documentation-generator": "^2.1.1",
8594
8594
  "@tsconfig/node14": "1.0.3",
8595
8595
  "@types/node": "^14.14.31",
8596
- "@types/uuid": "^8.3.0",
8596
+ "@types/uuid": "^9.0.4",
8597
8597
  concurrently: "7.0.0",
8598
8598
  "downlevel-dts": "0.10.1",
8599
8599
  rimraf: "3.0.2",
@@ -8956,12 +8956,12 @@ class BedrockClient extends Client {
8956
8956
  }
8957
8957
  }
8958
8958
 
8959
- // /home/runner/work/stacks/stacks/node_modules/@aws-sdk/client-bedrock/node_modules/uuid/dist/esm-browser/rng.js
8959
+ // /home/runner/work/stacks/stacks/node_modules/uuid/dist/esm-browser/rng.js
8960
8960
  var getRandomValues2;
8961
8961
  var rnds82 = new Uint8Array(16);
8962
8962
  function rng3() {
8963
8963
  if (!getRandomValues2) {
8964
- getRandomValues2 = typeof crypto !== "undefined" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== "undefined" && typeof msCrypto.getRandomValues === "function" && msCrypto.getRandomValues.bind(msCrypto);
8964
+ getRandomValues2 = typeof crypto !== "undefined" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto);
8965
8965
  if (!getRandomValues2) {
8966
8966
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
8967
8967
  }
@@ -8969,45 +8969,38 @@ function rng3() {
8969
8969
  return getRandomValues2(rnds82);
8970
8970
  }
8971
8971
 
8972
- // /home/runner/work/stacks/stacks/node_modules/@aws-sdk/client-bedrock/node_modules/uuid/dist/esm-browser/regex.js
8973
- var regex_default2 = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
8974
-
8975
- // /home/runner/work/stacks/stacks/node_modules/@aws-sdk/client-bedrock/node_modules/uuid/dist/esm-browser/validate.js
8976
- var validate3 = function(uuid) {
8977
- return typeof uuid === "string" && regex_default2.test(uuid);
8978
- };
8979
- var validate_default2 = validate3;
8980
-
8981
- // /home/runner/work/stacks/stacks/node_modules/@aws-sdk/client-bedrock/node_modules/uuid/dist/esm-browser/stringify.js
8982
- var stringify3 = function(arr) {
8983
- var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
8984
- var uuid = (byteToHex2[arr[offset + 0]] + byteToHex2[arr[offset + 1]] + byteToHex2[arr[offset + 2]] + byteToHex2[arr[offset + 3]] + "-" + byteToHex2[arr[offset + 4]] + byteToHex2[arr[offset + 5]] + "-" + byteToHex2[arr[offset + 6]] + byteToHex2[arr[offset + 7]] + "-" + byteToHex2[arr[offset + 8]] + byteToHex2[arr[offset + 9]] + "-" + byteToHex2[arr[offset + 10]] + byteToHex2[arr[offset + 11]] + byteToHex2[arr[offset + 12]] + byteToHex2[arr[offset + 13]] + byteToHex2[arr[offset + 14]] + byteToHex2[arr[offset + 15]]).toLowerCase();
8985
- if (!validate_default2(uuid)) {
8986
- throw TypeError("Stringified UUID is invalid");
8987
- }
8988
- return uuid;
8989
- };
8972
+ // /home/runner/work/stacks/stacks/node_modules/uuid/dist/esm-browser/stringify.js
8973
+ function unsafeStringify(arr, offset = 0) {
8974
+ return byteToHex2[arr[offset + 0]] + byteToHex2[arr[offset + 1]] + byteToHex2[arr[offset + 2]] + byteToHex2[arr[offset + 3]] + "-" + byteToHex2[arr[offset + 4]] + byteToHex2[arr[offset + 5]] + "-" + byteToHex2[arr[offset + 6]] + byteToHex2[arr[offset + 7]] + "-" + byteToHex2[arr[offset + 8]] + byteToHex2[arr[offset + 9]] + "-" + byteToHex2[arr[offset + 10]] + byteToHex2[arr[offset + 11]] + byteToHex2[arr[offset + 12]] + byteToHex2[arr[offset + 13]] + byteToHex2[arr[offset + 14]] + byteToHex2[arr[offset + 15]];
8975
+ }
8990
8976
  var byteToHex2 = [];
8991
- for (i2 = 0;i2 < 256; ++i2) {
8992
- byteToHex2.push((i2 + 256).toString(16).substr(1));
8977
+ for (let i2 = 0;i2 < 256; ++i2) {
8978
+ byteToHex2.push((i2 + 256).toString(16).slice(1));
8993
8979
  }
8994
- var i2;
8995
- var stringify_default2 = stringify3;
8996
8980
 
8997
- // /home/runner/work/stacks/stacks/node_modules/@aws-sdk/client-bedrock/node_modules/uuid/dist/esm-browser/v4.js
8981
+ // /home/runner/work/stacks/stacks/node_modules/uuid/dist/esm-browser/native.js
8982
+ var randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
8983
+ var native_default = {
8984
+ randomUUID
8985
+ };
8986
+
8987
+ // /home/runner/work/stacks/stacks/node_modules/uuid/dist/esm-browser/v4.js
8998
8988
  var v42 = function(options, buf, offset) {
8989
+ if (native_default.randomUUID && !buf && !options) {
8990
+ return native_default.randomUUID();
8991
+ }
8999
8992
  options = options || {};
9000
- var rnds = options.random || (options.rng || rng3)();
8993
+ const rnds = options.random || (options.rng || rng3)();
9001
8994
  rnds[6] = rnds[6] & 15 | 64;
9002
8995
  rnds[8] = rnds[8] & 63 | 128;
9003
8996
  if (buf) {
9004
8997
  offset = offset || 0;
9005
- for (var i2 = 0;i2 < 16; ++i2) {
8998
+ for (let i2 = 0;i2 < 16; ++i2) {
9006
8999
  buf[offset + i2] = rnds[i2];
9007
9000
  }
9008
9001
  return buf;
9009
9002
  }
9010
- return stringify_default2(rnds);
9003
+ return unsafeStringify(rnds);
9011
9004
  };
9012
9005
  var v4_default2 = v42;
9013
9006
  // /home/runner/work/stacks/stacks/node_modules/@aws-sdk/client-bedrock/dist-es/models/BedrockServiceException.js
@@ -9573,7 +9566,7 @@ var commonParams2 = {
9573
9566
  var package_default2 = {
9574
9567
  name: "@aws-sdk/client-bedrock-runtime",
9575
9568
  description: "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
9576
- version: "3.513.0",
9569
+ version: "3.515.0",
9577
9570
  scripts: {
9578
9571
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
9579
9572
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",
@@ -9592,18 +9585,18 @@ var package_default2 = {
9592
9585
  dependencies: {
9593
9586
  "@aws-crypto/sha256-browser": "3.0.0",
9594
9587
  "@aws-crypto/sha256-js": "3.0.0",
9595
- "@aws-sdk/client-sts": "3.513.0",
9588
+ "@aws-sdk/client-sts": "3.515.0",
9596
9589
  "@aws-sdk/core": "3.513.0",
9597
- "@aws-sdk/credential-provider-node": "3.513.0",
9598
- "@aws-sdk/middleware-host-header": "3.511.0",
9599
- "@aws-sdk/middleware-logger": "3.511.0",
9600
- "@aws-sdk/middleware-recursion-detection": "3.511.0",
9601
- "@aws-sdk/middleware-user-agent": "3.511.0",
9602
- "@aws-sdk/region-config-resolver": "3.511.0",
9603
- "@aws-sdk/types": "3.511.0",
9604
- "@aws-sdk/util-endpoints": "3.511.0",
9605
- "@aws-sdk/util-user-agent-browser": "3.511.0",
9606
- "@aws-sdk/util-user-agent-node": "3.511.0",
9590
+ "@aws-sdk/credential-provider-node": "3.515.0",
9591
+ "@aws-sdk/middleware-host-header": "3.515.0",
9592
+ "@aws-sdk/middleware-logger": "3.515.0",
9593
+ "@aws-sdk/middleware-recursion-detection": "3.515.0",
9594
+ "@aws-sdk/middleware-user-agent": "3.515.0",
9595
+ "@aws-sdk/region-config-resolver": "3.515.0",
9596
+ "@aws-sdk/types": "3.515.0",
9597
+ "@aws-sdk/util-endpoints": "3.515.0",
9598
+ "@aws-sdk/util-user-agent-browser": "3.515.0",
9599
+ "@aws-sdk/util-user-agent-node": "3.515.0",
9607
9600
  "@smithy/config-resolver": "^2.1.1",
9608
9601
  "@smithy/core": "^1.3.2",
9609
9602
  "@smithy/eventstream-serde-browser": "^2.1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Stacks Artificial Intelligence.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -49,10 +49,10 @@
49
49
  "prepublishOnly": "bun --bun run build"
50
50
  },
51
51
  "peerDependencies": {
52
- "@aws-sdk/client-bedrock-runtime": "^3.513.0"
52
+ "@aws-sdk/client-bedrock-runtime": "^3.515.0"
53
53
  },
54
54
  "dependencies": {
55
- "@aws-sdk/client-bedrock-runtime": "^3.513.0"
55
+ "@aws-sdk/client-bedrock-runtime": "^3.515.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@stacksjs/development": "workspace:*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/alias",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks aliases.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/analytics",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Stacks Analytics. Privacy-friendly.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/api",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -52,7 +52,6 @@
52
52
  "@stacksjs/utils": "workspace:*"
53
53
  },
54
54
  "dependencies": {
55
- "@flareapp/flare-client": "^3.0.5",
56
55
  "@stacksjs/utils": "workspace:*",
57
56
  "ofetch": "^1.3.3"
58
57
  },
@@ -1,5 +1,6 @@
1
1
  import { ofetch } from 'ofetch'
2
2
  import type { FetchOptions } from 'ofetch'
3
+
3
4
  interface Params {
4
5
  [key: string]: any // Replace 'any' with more specific types if possible
5
6
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/arrays",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/auth",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "A more simplistic way to authenticate.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -0,0 +1,46 @@
1
+ // 1. need to check if in stacks project scope by checking whether the file `buddy` exists or a storage/framework/core/buddy exists
2
+ // 2. if it does, then we proxy the command to the buddy cli via `./buddy <command> <args>`
3
+ // 3. if it doesn't, we go up the directory tree and check again until we reach the root
4
+ // 4. if we reach the root and still don't find the buddy cli, we throw an error asking the user if they want to set up a new stacks project
5
+ // 5. if the user says yes, we create a new stacks project and proxy the command via `bunx stacks new <project-name>`
6
+ // 6. if the user says no, we throw an error and exit
7
+
8
+ import process from 'node:process'
9
+ import { execSync } from 'node:child_process'
10
+ import { existsSync } from 'node:fs'
11
+ import { cac } from 'cac'
12
+
13
+ const cli = cac()
14
+
15
+ cli
16
+ .command('new', 'Create a new stacks project')
17
+ .alias('add')
18
+ .action(() => {
19
+ const buddyCli = 'buddy'
20
+
21
+ if (existsSync(buddyCli))
22
+ execSync(`${buddyCli} ${process.argv.slice(2).join(' ')}`, { stdio: 'inherit' })
23
+
24
+ let currentDir = process.cwd()
25
+ let found = false
26
+
27
+ while (currentDir !== '/') {
28
+ if (existsSync(`${currentDir}/storage/framework/core/buddy`)) {
29
+ found = true
30
+ break
31
+ }
32
+ currentDir = currentDir.split('/').slice(0, -1).join('/')
33
+ }
34
+
35
+ if (!found) {
36
+ console.error('No stacks project found. Do you want to create a new stacks project?')
37
+ // TODO: add prompt for user input
38
+ process.exit(1)
39
+ }
40
+
41
+ execSync(`bunx stacks new ${process.argv.slice(2).join(' ')}`, { stdio: 'inherit' })
42
+ })
43
+
44
+ cli.parse()
45
+
46
+ // Path: storage/framework/core/buddy/bin/cli.ts
@@ -1594,7 +1594,7 @@ function setup(buddy) {
1594
1594
  await optimizePkgxDeps();
1595
1595
  await initializeProject(options);
1596
1596
  });
1597
- buddy.command("setup:oh-my-zsh", descriptions2.ohMyZsh).option("--verbose", descriptions2.verbose, { default: false }).action(async (_options) => {
1597
+ buddy.command("setup:oh-my-zsh", descriptions2.ohMyZsh).alias("upgrade:oh-my-zsh").option("--verbose", descriptions2.verbose, { default: false }).action(async (_options) => {
1598
1598
  log22.debug("Running `buddy setup:oh-my-zsh` ...", _options);
1599
1599
  const homePath = (await $2`echo $HOME`.text()).trim();
1600
1600
  const zshrcPath = p4.join(homePath, ".zshrc");