@chrisluyi/daas-cli 1.5.3 → 1.5.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2445,7 +2445,7 @@ function stripScope(name) {
2445
2445
  return name.replace(/^@[^/]+\//, "").replace(/-/g, "_");
2446
2446
  }
2447
2447
  // package.json
2448
- var version = "1.5.3";
2448
+ var version = "1.5.4";
2449
2449
 
2450
2450
  // src/version.ts
2451
2451
  function getCliVersion() {
@@ -3679,7 +3679,7 @@ function writeRegionTsconfig(cwd, cfg, region, applyTo) {
3679
3679
  }
3680
3680
  function resetTsconfig(cwd, path) {
3681
3681
  const rel = relative2(cwd, resolve9(cwd, path));
3682
- const show = spawnSync("git", ["show", `HEAD:${rel}`], {
3682
+ const show = spawnSync("git", ["show", `HEAD:./${rel}`], {
3683
3683
  cwd,
3684
3684
  encoding: "utf8"
3685
3685
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrisluyi/daas-cli",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "daas": "./dist/index.js"
@@ -22,8 +22,8 @@
22
22
  "dependencies": {
23
23
  "@clack/prompts": "^0.7.0",
24
24
  "@chrisluyi/daas-logger": "1.1.1",
25
- "@chrisluyi/daas-rsbuild-config": "1.5.3",
26
- "@chrisluyi/daas-template": "1.5.3",
25
+ "@chrisluyi/daas-rsbuild-config": "1.5.4",
26
+ "@chrisluyi/daas-template": "1.5.4",
27
27
  "@rsbuild/core": "*",
28
28
  "citty": "^0.1.6",
29
29
  "consola": "^3.2.3",