@hot-updater/sentry-plugin 0.29.3 → 0.29.4

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
@@ -21,13 +21,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  enumerable: true
22
22
  }) : target, mod));
23
23
  //#endregion
24
- let _hot_updater_cli_tools = require("@hot-updater/cli-tools");
25
- let _sentry_cli = require("@sentry/cli");
26
- _sentry_cli = __toESM(_sentry_cli);
27
24
  let fs = require("fs");
28
25
  fs = __toESM(fs);
29
26
  let path = require("path");
30
27
  path = __toESM(path);
28
+ let _hot_updater_cli_tools = require("@hot-updater/cli-tools");
29
+ let _sentry_cli = require("@sentry/cli");
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/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import { getCwd } from "@hot-updater/cli-tools";
2
- import SentryCli from "@sentry/cli";
3
1
  import fs from "fs";
4
2
  import path from "path";
3
+ import { getCwd } from "@hot-updater/cli-tools";
4
+ import SentryCli from "@sentry/cli";
5
5
  //#region src/withSentry.ts
6
6
  const injectDebugIdToHbcMap = (jsCodePath, jsMapPath, hbcMapPath) => {
7
7
  if (!hbcMapPath) return jsMapPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/sentry-plugin",
3
- "version": "0.29.3",
3
+ "version": "0.29.4",
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.29.3",
44
- "@hot-updater/cli-tools": "0.29.3",
45
- "@hot-updater/plugin-core": "0.29.3"
43
+ "@hot-updater/cli-tools": "0.29.4",
44
+ "@hot-updater/plugin-core": "0.29.4",
45
+ "@hot-updater/core": "0.29.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^20"