@hot-updater/sentry-plugin 0.31.4 → 0.32.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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +4 -4
package/dist/index.cjs CHANGED
@@ -22,12 +22,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
22
22
  }) : target, mod));
23
23
  //#endregion
24
24
  let fs = require("fs");
25
- fs = __toESM(fs, 1);
25
+ fs = __toESM(fs);
26
26
  let path = require("path");
27
- path = __toESM(path, 1);
27
+ path = __toESM(path);
28
28
  let _hot_updater_cli_tools = require("@hot-updater/cli-tools");
29
29
  let _sentry_cli = require("@sentry/cli");
30
- _sentry_cli = __toESM(_sentry_cli, 1);
30
+ _sentry_cli = __toESM(_sentry_cli);
31
31
  //#region src/withSentry.ts
32
32
  const injectDebugIdToHbcMap = (jsCodePath, jsMapPath, hbcMapPath) => {
33
33
  if (!hbcMapPath) return jsMapPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/sentry-plugin",
3
- "version": "0.31.4",
3
+ "version": "0.32.0",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@sentry/cli": "2.46.0",
43
- "@hot-updater/core": "0.31.4",
44
- "@hot-updater/plugin-core": "0.31.4",
45
- "@hot-updater/cli-tools": "0.31.4"
43
+ "@hot-updater/cli-tools": "0.32.0",
44
+ "@hot-updater/plugin-core": "0.32.0",
45
+ "@hot-updater/core": "0.32.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20"