@hot-updater/cli-tools 0.25.2 → 0.25.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.
package/dist/index.cjs CHANGED
@@ -89833,7 +89833,7 @@ const configOptions = {
89833
89833
  "hot-updater.config.cjs",
89834
89834
  "hot-updater.config.ts",
89835
89835
  "hot-updater.config.cts",
89836
- "hot-updater.config.cjs",
89836
+ "hot-updater.config.mjs",
89837
89837
  "hot-updater.config.mts"
89838
89838
  ],
89839
89839
  ignoreEmptySearchPlaces: false,
package/dist/index.js CHANGED
@@ -89809,7 +89809,7 @@ const configOptions = {
89809
89809
  "hot-updater.config.cjs",
89810
89810
  "hot-updater.config.ts",
89811
89811
  "hot-updater.config.cts",
89812
- "hot-updater.config.cjs",
89812
+ "hot-updater.config.mjs",
89813
89813
  "hot-updater.config.mts"
89814
89814
  ],
89815
89815
  ignoreEmptySearchPlaces: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/cli-tools",
3
- "version": "0.25.2",
3
+ "version": "0.25.4",
4
4
  "type": "module",
5
5
  "description": "CLI utilities for Hot Updater",
6
6
  "sideEffects": false,
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "oxc-transform": "0.82.1",
43
- "@hot-updater/plugin-core": "0.25.2"
43
+ "@hot-updater/plugin-core": "0.25.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@clack/prompts": "0.11.0",
@@ -57,7 +57,7 @@
57
57
  "workspace-tools": "^0.36.4",
58
58
  "@types/node": "^20",
59
59
  "typescript": "5.8.2",
60
- "@hot-updater/test-utils": "0.25.2"
60
+ "@hot-updater/test-utils": "0.25.4"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "typescript": "*"