@tanstack/solid-start 1.121.16 → 1.121.19

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/solid-start",
3
- "version": "1.121.16",
3
+ "version": "1.121.19",
4
4
  "description": "Modern and scalable routing for Solid applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -97,11 +97,11 @@
97
97
  "node": ">=12"
98
98
  },
99
99
  "dependencies": {
100
- "@tanstack/solid-start-server": "^1.121.16",
101
- "@tanstack/start-server-functions-client": "^1.121.16",
102
- "@tanstack/solid-start-plugin": "^1.121.16",
103
- "@tanstack/start-server-functions-server": "^1.121.0",
104
- "@tanstack/solid-start-client": "^1.121.16"
100
+ "@tanstack/solid-start-client": "^1.121.19",
101
+ "@tanstack/solid-start-server": "^1.121.19",
102
+ "@tanstack/solid-start-plugin": "^1.121.19",
103
+ "@tanstack/start-server-functions-server": "^1.121.19",
104
+ "@tanstack/start-server-functions-client": "^1.121.19"
105
105
  },
106
106
  "peerDependencies": {
107
107
  "solid-js": ">=1.0.0",
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const solidStartClient = require("@tanstack/solid-start-client");
4
- Object.keys(solidStartClient).forEach((k) => {
5
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
- enumerable: true,
7
- get: () => solidStartClient[k]
8
- });
9
- });
10
- //# sourceMappingURL=client.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"client.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/solid-start-client';
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const solidStartPlugin = require("@tanstack/solid-start-plugin");
4
- Object.keys(solidStartPlugin).forEach((k) => {
5
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
- enumerable: true,
7
- get: () => solidStartPlugin[k]
8
- });
9
- });
10
- //# sourceMappingURL=plugin-vite.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-vite.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/solid-start-plugin';
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const startServerFunctionsClient = require("@tanstack/start-server-functions-client");
4
- Object.keys(startServerFunctionsClient).forEach((k) => {
5
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
- enumerable: true,
7
- get: () => startServerFunctionsClient[k]
8
- });
9
- });
10
- //# sourceMappingURL=server-functions-client.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"server-functions-client.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/start-server-functions-client';
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const startServerFunctionsServer = require("@tanstack/start-server-functions-server");
4
- Object.keys(startServerFunctionsServer).forEach((k) => {
5
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
- enumerable: true,
7
- get: () => startServerFunctionsServer[k]
8
- });
9
- });
10
- //# sourceMappingURL=server-functions-server.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"server-functions-server.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/start-server-functions-server';
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const solidStartServer = require("@tanstack/solid-start-server");
4
- Object.keys(solidStartServer).forEach((k) => {
5
- if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
6
- enumerable: true,
7
- get: () => solidStartServer[k]
8
- });
9
- });
10
- //# sourceMappingURL=server.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"server.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/solid-start-server';
@@ -1 +0,0 @@
1
- export * from '@tanstack/solid-start-client';
@@ -1,2 +0,0 @@
1
- export * from "@tanstack/solid-start-client";
2
- //# sourceMappingURL=client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"client.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/solid-start-plugin';
@@ -1,2 +0,0 @@
1
- export * from "@tanstack/solid-start-plugin";
2
- //# sourceMappingURL=plugin-vite.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-vite.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/start-server-functions-client';
@@ -1,2 +0,0 @@
1
- export * from "@tanstack/start-server-functions-client";
2
- //# sourceMappingURL=server-functions-client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"server-functions-client.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/start-server-functions-server';
@@ -1,2 +0,0 @@
1
- export * from "@tanstack/start-server-functions-server";
2
- //# sourceMappingURL=server-functions-server.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"server-functions-server.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1 +0,0 @@
1
- export * from '@tanstack/solid-start-server';
@@ -1,2 +0,0 @@
1
- export * from "@tanstack/solid-start-server";
2
- //# sourceMappingURL=server.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"server.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}