@tanstack/router-vite-plugin 1.166.10 → 1.166.12

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,10 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const vite = require("@tanstack/router-plugin/vite");
4
- Object.keys(vite).forEach((k) => {
5
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
- enumerable: true,
7
- get: () => vite[k]
8
- });
1
+ var _tanstack_router_plugin_vite = require("@tanstack/router-plugin/vite");
2
+ Object.keys(_tanstack_router_plugin_vite).forEach(function(k) {
3
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
4
+ enumerable: true,
5
+ get: function() {
6
+ return _tanstack_router_plugin_vite[k];
7
+ }
8
+ });
9
9
  });
10
- //# sourceMappingURL=index.cjs.map
package/dist/esm/index.js CHANGED
@@ -1,2 +1 @@
1
1
  export * from "@tanstack/router-plugin/vite";
2
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/router-vite-plugin",
3
- "version": "1.166.10",
3
+ "version": "1.166.12",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "node": ">=20.19"
50
50
  },
51
51
  "dependencies": {
52
- "@tanstack/router-plugin": "1.166.10"
52
+ "@tanstack/router-plugin": "1.166.12"
53
53
  },
54
54
  "devDependencies": {
55
55
  "vite": "*"
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}