@hot-updater/cli-tools 0.35.9 → 0.35.11

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.mjs +1 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -43938,7 +43938,7 @@ const getDefaultConfig = () => {
43938
43938
  releaseChannel: "production",
43939
43939
  updateStrategy: "appVersion",
43940
43940
  compressStrategy: "zip",
43941
- fingerprint: { extraSources: [] },
43941
+ fingerprint: {},
43942
43942
  patch: {
43943
43943
  enabled: true,
43944
43944
  maxBaseBundles: 3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/cli-tools",
3
- "version": "0.35.9",
3
+ "version": "0.35.11",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=20.19.0"
@@ -49,8 +49,8 @@
49
49
  "oxc-parser": "0.141.0",
50
50
  "oxc-transform": "0.141.0",
51
51
  "unconfig": "7.5.0",
52
- "@hot-updater/core": "0.35.9",
53
- "@hot-updater/plugin-core": "0.35.9"
52
+ "@hot-updater/core": "0.35.11",
53
+ "@hot-updater/plugin-core": "0.35.11"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@clack/prompts": "1.7.0",
@@ -65,7 +65,7 @@
65
65
  "semver": "^7.6.3",
66
66
  "tar": "^7.5.16",
67
67
  "workspace-tools": "^0.41.7",
68
- "@hot-updater/test-utils": "0.35.9"
68
+ "@hot-updater/test-utils": "0.35.11"
69
69
  },
70
70
  "inlinedDependencies": {
71
71
  "@babel/code-frame": "7.29.0",