@hot-updater/sentry-plugin 0.20.9 → 0.20.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.
- package/dist/index.cjs +8 -4
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -21,10 +21,14 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
21
21
|
}) : target, mod));
|
|
22
22
|
|
|
23
23
|
//#endregion
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
let fs = require("fs");
|
|
25
|
+
fs = __toESM(fs);
|
|
26
|
+
let path = require("path");
|
|
27
|
+
path = __toESM(path);
|
|
28
|
+
let __hot_updater_plugin_core = require("@hot-updater/plugin-core");
|
|
29
|
+
__hot_updater_plugin_core = __toESM(__hot_updater_plugin_core);
|
|
30
|
+
let __sentry_cli = require("@sentry/cli");
|
|
31
|
+
__sentry_cli = __toESM(__sentry_cli);
|
|
28
32
|
|
|
29
33
|
//#region src/withSentry.ts
|
|
30
34
|
const injectDebugIdToHbcMap = (jsCodePath, jsMapPath, hbcMapPath) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/sentry-plugin",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@sentry/cli": "2.46.0",
|
|
42
|
-
"@hot-updater/core": "0.20.
|
|
43
|
-
"@hot-updater/plugin-core": "0.20.
|
|
42
|
+
"@hot-updater/core": "0.20.11",
|
|
43
|
+
"@hot-updater/plugin-core": "0.20.11"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^20"
|