hot-updater 0.16.6 → 0.16.7-0
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 +10 -0
- package/dist/index.js +10 -0
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -19648,6 +19648,16 @@ Instead, \`yield\` should either be called with a value, or not be called at all
|
|
|
19648
19648
|
},
|
|
19649
19649
|
hint: "React Native Enterprise Framework by Callstack",
|
|
19650
19650
|
label: "RNEF"
|
|
19651
|
+
},
|
|
19652
|
+
{
|
|
19653
|
+
value: {
|
|
19654
|
+
name: "expo",
|
|
19655
|
+
dependencies: [],
|
|
19656
|
+
devDependencies: [
|
|
19657
|
+
"@hot-updater/expo"
|
|
19658
|
+
]
|
|
19659
|
+
},
|
|
19660
|
+
label: "Expo"
|
|
19651
19661
|
}
|
|
19652
19662
|
]
|
|
19653
19663
|
});
|
package/dist/index.js
CHANGED
|
@@ -19591,6 +19591,16 @@ const init_init = async ()=>{
|
|
|
19591
19591
|
},
|
|
19592
19592
|
hint: "React Native Enterprise Framework by Callstack",
|
|
19593
19593
|
label: "RNEF"
|
|
19594
|
+
},
|
|
19595
|
+
{
|
|
19596
|
+
value: {
|
|
19597
|
+
name: "expo",
|
|
19598
|
+
dependencies: [],
|
|
19599
|
+
devDependencies: [
|
|
19600
|
+
"@hot-updater/expo"
|
|
19601
|
+
]
|
|
19602
|
+
},
|
|
19603
|
+
label: "Expo"
|
|
19594
19604
|
}
|
|
19595
19605
|
]
|
|
19596
19606
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hot-updater",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.7-0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hot-updater": "./dist/index.js"
|
|
7
7
|
},
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"cosmiconfig": "^9.0.0",
|
|
54
54
|
"cosmiconfig-typescript-loader": "^5.0.0",
|
|
55
55
|
"es-git": "^0.2.0",
|
|
56
|
-
"@hot-updater/console": "0.16.
|
|
57
|
-
"@hot-updater/core": "0.16.
|
|
58
|
-
"@hot-updater/plugin-core": "0.16.
|
|
56
|
+
"@hot-updater/console": "0.16.7-0",
|
|
57
|
+
"@hot-updater/core": "0.16.7-0",
|
|
58
|
+
"@hot-updater/plugin-core": "0.16.7-0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/core": "7.26.0",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"read-package-up": "^11.0.0",
|
|
83
83
|
"semver": "^7.6.3",
|
|
84
84
|
"uuidv7": "^1.0.2",
|
|
85
|
-
"@hot-updater/
|
|
86
|
-
"@hot-updater/
|
|
87
|
-
"@hot-updater/supabase": "0.16.
|
|
88
|
-
"@hot-updater/
|
|
85
|
+
"@hot-updater/aws": "0.16.7-0",
|
|
86
|
+
"@hot-updater/cloudflare": "0.16.7-0",
|
|
87
|
+
"@hot-updater/supabase": "0.16.7-0",
|
|
88
|
+
"@hot-updater/firebase": "0.16.7-0"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@hot-updater/aws": "*",
|