@pubinfo-pr/devtools 0.182.3 → 0.182.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.
@@ -7756,7 +7756,7 @@ const methodNameMap = {
7756
7756
  function normalizeResolvedModulePath(path) {
7757
7757
  return path ? path.startsWith("/") ? path : `/${path}` : void 0;
7758
7758
  }
7759
- const MESSAGE_REQUEST_TYPE = "pubinfo-pr:devtools-request", MESSAGE_RESPONSE_TYPE = "pubinfo-pr:devtools-response", pendingHostRequests = /* @__PURE__ */ new Map();
7759
+ const MESSAGE_REQUEST_TYPE = "pubinfo:devtools-request", MESSAGE_RESPONSE_TYPE = "pubinfo:devtools-response", pendingHostRequests = /* @__PURE__ */ new Map();
7760
7760
  let messageBridgeInitialised = false;
7761
7761
  function buildModuleSpecifierCandidates(route) {
7762
7762
  const candidates = [], resolvedPath = normalizeResolvedModulePath(route.requestModuleResolvedPath);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo-pr/devtools",
3
3
  "type": "module",
4
- "version": "0.182.3",
4
+ "version": "0.182.4",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",