@tanstack/router-devtools 1.166.7 → 1.166.9

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.
@@ -1,15 +1,19 @@
1
- "use strict";
2
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const reactRouterDevtools = require("@tanstack/react-router-devtools");
4
- console.warn(
5
- "[@tanstack/router-devtools] This package has moved to @tanstack/react-router-devtools. Please switch to the new package at your earliest convenience, as this package will be dropped in the next major version release."
6
- );
2
+ let _tanstack_react_router_devtools = require("@tanstack/react-router-devtools");
3
+ //#region src/index.tsx
4
+ console.warn("[@tanstack/router-devtools] This package has moved to @tanstack/react-router-devtools. Please switch to the new package at your earliest convenience, as this package will be dropped in the next major version release.");
5
+ //#endregion
7
6
  Object.defineProperty(exports, "TanStackRouterDevtools", {
8
- enumerable: true,
9
- get: () => reactRouterDevtools.TanStackRouterDevtoolsInProd
7
+ enumerable: true,
8
+ get: function() {
9
+ return _tanstack_react_router_devtools.TanStackRouterDevtoolsInProd;
10
+ }
10
11
  });
11
12
  Object.defineProperty(exports, "TanStackRouterDevtoolsPanel", {
12
- enumerable: true,
13
- get: () => reactRouterDevtools.TanStackRouterDevtoolsPanelInProd
13
+ enumerable: true,
14
+ get: function() {
15
+ return _tanstack_react_router_devtools.TanStackRouterDevtoolsPanelInProd;
16
+ }
14
17
  });
15
- //# sourceMappingURL=index.cjs.map
18
+
19
+ //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../../src/index.tsx"],"sourcesContent":["console.warn(\n '[@tanstack/router-devtools] This package has moved to @tanstack/react-router-devtools. Please switch to the new package at your earliest convenience, as this package will be dropped in the next major version release.',\n)\n\nexport { TanStackRouterDevtoolsInProd as TanStackRouterDevtools } from '@tanstack/react-router-devtools'\nexport { TanStackRouterDevtoolsPanelInProd as TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'\n"],"names":[],"mappings":";;;AAAA,QAAQ;AAAA,EACN;AACF;;;;;;;;;"}
1
+ {"version":3,"file":"index.cjs","names":[],"sources":["../../src/index.tsx"],"sourcesContent":["console.warn(\n '[@tanstack/router-devtools] This package has moved to @tanstack/react-router-devtools. Please switch to the new package at your earliest convenience, as this package will be dropped in the next major version release.',\n)\n\nexport { TanStackRouterDevtoolsInProd as TanStackRouterDevtools } from '@tanstack/react-router-devtools'\nexport { TanStackRouterDevtoolsPanelInProd as TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'\n"],"mappings":";;;AAAA,QAAQ,KACN,2NACD"}
package/dist/esm/index.js CHANGED
@@ -1,9 +1,7 @@
1
- import { TanStackRouterDevtoolsInProd, TanStackRouterDevtoolsPanelInProd } from "@tanstack/react-router-devtools";
2
- console.warn(
3
- "[@tanstack/router-devtools] This package has moved to @tanstack/react-router-devtools. Please switch to the new package at your earliest convenience, as this package will be dropped in the next major version release."
4
- );
5
- export {
6
- TanStackRouterDevtoolsInProd as TanStackRouterDevtools,
7
- TanStackRouterDevtoolsPanelInProd as TanStackRouterDevtoolsPanel
8
- };
9
- //# sourceMappingURL=index.js.map
1
+ import { TanStackRouterDevtoolsInProd as TanStackRouterDevtools, TanStackRouterDevtoolsPanelInProd as TanStackRouterDevtoolsPanel } from "@tanstack/react-router-devtools";
2
+ //#region src/index.tsx
3
+ console.warn("[@tanstack/router-devtools] This package has moved to @tanstack/react-router-devtools. Please switch to the new package at your earliest convenience, as this package will be dropped in the next major version release.");
4
+ //#endregion
5
+ export { TanStackRouterDevtools, TanStackRouterDevtoolsPanel };
6
+
7
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../src/index.tsx"],"sourcesContent":["console.warn(\n '[@tanstack/router-devtools] This package has moved to @tanstack/react-router-devtools. Please switch to the new package at your earliest convenience, as this package will be dropped in the next major version release.',\n)\n\nexport { TanStackRouterDevtoolsInProd as TanStackRouterDevtools } from '@tanstack/react-router-devtools'\nexport { TanStackRouterDevtoolsPanelInProd as TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'\n"],"names":[],"mappings":";AAAA,QAAQ;AAAA,EACN;AACF;"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../src/index.tsx"],"sourcesContent":["console.warn(\n '[@tanstack/router-devtools] This package has moved to @tanstack/react-router-devtools. Please switch to the new package at your earliest convenience, as this package will be dropped in the next major version release.',\n)\n\nexport { TanStackRouterDevtoolsInProd as TanStackRouterDevtools } from '@tanstack/react-router-devtools'\nexport { TanStackRouterDevtoolsPanelInProd as TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'\n"],"mappings":";;AAAA,QAAQ,KACN,2NACD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/router-devtools",
3
- "version": "1.166.7",
3
+ "version": "1.166.9",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "clsx": "^2.1.1",
53
53
  "goober": "^2.1.16",
54
- "@tanstack/react-router-devtools": "1.166.7"
54
+ "@tanstack/react-router-devtools": "1.166.9"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@vitejs/plugin-react": "^4.3.4",
@@ -63,7 +63,7 @@
63
63
  "csstype": "^3.0.10",
64
64
  "react": ">=18.0.0 || >=19.0.0",
65
65
  "react-dom": ">=18.0.0 || >=19.0.0",
66
- "@tanstack/react-router": "^1.166.7"
66
+ "@tanstack/react-router": "^1.167.2"
67
67
  },
68
68
  "peerDependenciesMeta": {
69
69
  "csstype": {