@tanstack/start-client-core 1.132.3 → 1.132.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.
@@ -1,5 +1,2 @@
1
- declare const _default: {
2
- startInstance: () => void;
3
- };
4
- export default _default;
1
+ export declare const startInstance: undefined;
5
2
  export declare const getRouter: () => void;
@@ -1,11 +1,8 @@
1
- const fakeStartEntry = {
2
- startInstance: () => {
3
- }
4
- };
1
+ const startInstance = void 0;
5
2
  const getRouter = () => {
6
3
  };
7
4
  export {
8
- fakeStartEntry as default,
9
- getRouter
5
+ getRouter,
6
+ startInstance
10
7
  };
11
8
  //# sourceMappingURL=fake-start-entry.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"fake-start-entry.js","sources":["../../src/fake-start-entry.ts"],"sourcesContent":["export default {\n startInstance: () => {},\n}\nexport const getRouter = () => {}\n"],"names":[],"mappings":"AAAA,MAAA,iBAAe;AAAA,EACb,eAAe,MAAM;AAAA,EAAC;AACxB;AACO,MAAM,YAAY,MAAM;AAAC;"}
1
+ {"version":3,"file":"fake-start-entry.js","sources":["../../src/fake-start-entry.ts"],"sourcesContent":["export const startInstance = undefined\nexport const getRouter = () => {}\n"],"names":[],"mappings":"AAAO,MAAM,gBAAgB;AACtB,MAAM,YAAY,MAAM;AAAC;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/start-client-core",
3
- "version": "1.132.3",
3
+ "version": "1.132.4",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -1,4 +1,2 @@
1
- export default {
2
- startInstance: () => {},
3
- }
1
+ export const startInstance = undefined
4
2
  export const getRouter = () => {}