hot-updater 0.10.0 → 0.10.1

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
@@ -22495,7 +22495,7 @@ import { defineConfig } from "hot-updater";
22495
22495
  import "dotenv/config";
22496
22496
 
22497
22497
  export default defineConfig({
22498
- build: metro(),
22498
+ build: metro({ enableHermes: true }),
22499
22499
  storage: r2Storage({
22500
22500
  bucketName: process.env.HOT_UPDATER_CLOUDFLARE_R2_BUCKET_NAME!,
22501
22501
  accountId: process.env.HOT_UPDATER_CLOUDFLARE_ACCOUNT_ID!,
@@ -22763,7 +22763,7 @@ import { defineConfig } from "hot-updater";
22763
22763
  import "dotenv/config";
22764
22764
 
22765
22765
  export default defineConfig({
22766
- build: metro(),
22766
+ build: metro({ enableHermes: true }),
22767
22767
  storage: supabaseStorage({
22768
22768
  supabaseUrl: process.env.HOT_UPDATER_SUPABASE_URL!,
22769
22769
  supabaseAnonKey: process.env.HOT_UPDATER_SUPABASE_ANON_KEY!,
package/dist/index.js CHANGED
@@ -22388,7 +22388,7 @@ import { defineConfig } from "hot-updater";
22388
22388
  import "dotenv/config";
22389
22389
 
22390
22390
  export default defineConfig({
22391
- build: metro(),
22391
+ build: metro({ enableHermes: true }),
22392
22392
  storage: r2Storage({
22393
22393
  bucketName: process.env.HOT_UPDATER_CLOUDFLARE_R2_BUCKET_NAME!,
22394
22394
  accountId: process.env.HOT_UPDATER_CLOUDFLARE_ACCOUNT_ID!,
@@ -22656,7 +22656,7 @@ import { defineConfig } from "hot-updater";
22656
22656
  import "dotenv/config";
22657
22657
 
22658
22658
  export default defineConfig({
22659
- build: metro(),
22659
+ build: metro({ enableHermes: true }),
22660
22660
  storage: supabaseStorage({
22661
22661
  supabaseUrl: process.env.HOT_UPDATER_SUPABASE_URL!,
22662
22662
  supabaseAnonKey: process.env.HOT_UPDATER_SUPABASE_ANON_KEY!,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hot-updater",
3
3
  "type": "module",
4
- "version": "0.10.0",
4
+ "version": "0.10.1",
5
5
  "bin": {
6
6
  "hot-updater": "./dist/index.js"
7
7
  },
@@ -49,9 +49,9 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@clack/prompts": "^0.9.0",
52
- "@hot-updater/console": "0.10.0",
53
- "@hot-updater/core": "0.10.0",
54
- "@hot-updater/plugin-core": "0.10.0",
52
+ "@hot-updater/console": "0.10.1",
53
+ "@hot-updater/core": "0.10.1",
54
+ "@hot-updater/plugin-core": "0.10.1",
55
55
  "commander": "^11.1.0",
56
56
  "cosmiconfig": "^9.0.0",
57
57
  "cosmiconfig-typescript-loader": "^5.0.0"