@hot-updater/sentry-plugin 0.21.6 → 0.21.8

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,8 +21,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  }) : target, mod));
22
22
 
23
23
  //#endregion
24
- let __hot_updater_plugin_core = require("@hot-updater/plugin-core");
25
- __hot_updater_plugin_core = __toESM(__hot_updater_plugin_core);
24
+ let __hot_updater_cli_tools = require("@hot-updater/cli-tools");
25
+ __hot_updater_cli_tools = __toESM(__hot_updater_cli_tools);
26
26
  let __sentry_cli = require("@sentry/cli");
27
27
  __sentry_cli = __toESM(__sentry_cli);
28
28
  let fs = require("fs");
@@ -71,7 +71,7 @@ const withSentry = (buildFn, config) => (args) => {
71
71
  "upload",
72
72
  "--debug-id-reference",
73
73
  "--strip-prefix",
74
- (0, __hot_updater_plugin_core.getCwd)(),
74
+ (0, __hot_updater_cli_tools.getCwd)(),
75
75
  sourcemapFile,
76
76
  bundleFile
77
77
  ], true);
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { BasePluginArgs, BuildPlugin } from "@hot-updater/plugin-core";
2
1
  import { SentryCliOptions } from "@sentry/cli";
2
+ import { BasePluginArgs, BuildPlugin } from "@hot-updater/plugin-core";
3
3
 
4
4
  //#region src/withSentry.d.ts
5
5
  declare const withSentry: (buildFn: (args: BasePluginArgs) => BuildPlugin, config: SentryCliOptions) => (args: BasePluginArgs) => BuildPlugin;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getCwd } from "@hot-updater/plugin-core";
1
+ import { getCwd } from "@hot-updater/cli-tools";
2
2
  import SentryCli from "@sentry/cli";
3
3
  import fs from "fs";
4
4
  import path from "path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/sentry-plugin",
3
- "version": "0.21.6",
3
+ "version": "0.21.8",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,
@@ -40,8 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@sentry/cli": "2.46.0",
43
- "@hot-updater/core": "0.21.6",
44
- "@hot-updater/plugin-core": "0.21.6"
43
+ "@hot-updater/cli-tools": "0.21.8",
44
+ "@hot-updater/plugin-core": "0.21.8",
45
+ "@hot-updater/core": "0.21.8"
45
46
  },
46
47
  "devDependencies": {
47
48
  "@types/node": "^20"