@tanstack/router-devtools 1.121.16 → 1.121.17
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/package.json +3 -3
- package/dist/cjs/index.cjs +0 -15
- package/dist/cjs/index.cjs.map +0 -1
- package/dist/cjs/index.d.cts +0 -2
- package/dist/esm/index.d.ts +0 -2
- package/dist/esm/index.js +0 -9
- package/dist/esm/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/router-devtools",
|
|
3
|
-
"version": "1.121.
|
|
3
|
+
"version": "1.121.17",
|
|
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.121.
|
|
54
|
+
"@tanstack/react-router-devtools": "^1.121.17"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@vitejs/plugin-react": "^4.3.4",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"csstype": "^3.0.10",
|
|
63
63
|
"react": ">=18.0.0 || >=19.0.0",
|
|
64
64
|
"react-dom": ">=18.0.0 || >=19.0.0",
|
|
65
|
-
"@tanstack/react-router": "^1.121.
|
|
65
|
+
"@tanstack/react-router": "^1.121.17"
|
|
66
66
|
},
|
|
67
67
|
"peerDependenciesMeta": {
|
|
68
68
|
"csstype": {
|
package/dist/cjs/index.cjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
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
|
-
);
|
|
7
|
-
Object.defineProperty(exports, "TanStackRouterDevtools", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: () => reactRouterDevtools.TanStackRouterDevtoolsInProd
|
|
10
|
-
});
|
|
11
|
-
Object.defineProperty(exports, "TanStackRouterDevtoolsPanel", {
|
|
12
|
-
enumerable: true,
|
|
13
|
-
get: () => reactRouterDevtools.TanStackRouterDevtoolsPanelInProd
|
|
14
|
-
});
|
|
15
|
-
//# sourceMappingURL=index.cjs.map
|
package/dist/cjs/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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;;;;;;;;;"}
|
package/dist/cjs/index.d.cts
DELETED
package/dist/esm/index.d.ts
DELETED
package/dist/esm/index.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
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
|
package/dist/esm/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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;"}
|