@react-native/debugger-shell 0.88.0-nightly-20260721-7bb31ff7b → 0.88.0-nightly-20260722-eb4d3892a

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.
@@ -5,8 +5,8 @@ var _SettingsStore = _interopRequireDefault(require("./SettingsStore.js"));
5
5
  function _interopRequireDefault(e) {
6
6
  return e && e.__esModule ? e : { default: e };
7
7
  }
8
- const path = require("path");
9
- const util = require("util");
8
+ const path = require("node:path");
9
+ const util = require("node:util");
10
10
  const { BrowserWindow, app, shell, ipcMain } = require("electron");
11
11
  const appSettings = new _SettingsStore.default();
12
12
  const windowMetadata = new WeakMap();
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  const { app } = require("electron");
8
- const fs = require("fs");
9
- const path = require("path");
8
+ const fs = require("node:fs");
9
+ const path = require("node:path");
10
10
  class SettingsStore {
11
11
  #defaultValues = {};
12
12
  constructor(options = {}) {
@@ -5,7 +5,7 @@ function _interopRequireDefault(e) {
5
5
  return e && e.__esModule ? e : { default: e };
6
6
  }
7
7
  const pkg = require("../../package.json");
8
- const util = require("util");
8
+ const util = require("node:util");
9
9
  const { app } = require("electron");
10
10
  app.setName(pkg.productName ?? pkg.name);
11
11
  app.setVersion(pkg.version + "-" + _BuildInfo.default.revision);
@@ -9,7 +9,7 @@ exports.unstable_spawnDebuggerShellWithArgs =
9
9
  var _LaunchUtils = require("./private/LaunchUtils");
10
10
  const { spawn } = require("cross-spawn");
11
11
  const debug = require("debug")("Metro:DebuggerShell");
12
- const path = require("path");
12
+ const path = require("node:path");
13
13
  const DEVTOOLS_BINARY_DOTSLASH_FILE = path.join(
14
14
  __dirname,
15
15
  "../../bin/react-native-devtools",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-native/debugger-shell",
3
3
  "productName": "React Native DevTools",
4
- "version": "0.88.0-nightly-20260721-7bb31ff7b",
4
+ "version": "0.88.0-nightly-20260722-eb4d3892a",
5
5
  "description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend",
6
6
  "keywords": [
7
7
  "react-native",