@rocicorp/zero 0.23.2025090401 → 0.23.2025090500
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/out/{chunk-ZFOMEI7F.js → chunk-3UQYJK2Q.js} +3 -3
- package/out/chunk-3UQYJK2Q.js.map +7 -0
- package/out/{chunk-VG6XPTYD.js → chunk-P3L6JY54.js} +2 -2
- package/out/react.js +1 -1
- package/out/solid.js +2 -2
- package/out/zero/package.json +1 -1
- package/out/zero-cache/src/custom-queries/transform-query.d.ts.map +1 -1
- package/out/zero-cache/src/custom-queries/transform-query.js +4 -0
- package/out/zero-cache/src/custom-queries/transform-query.js.map +1 -1
- package/out/zero-schema/src/builder/schema-builder.js +1 -1
- package/out/zero-schema/src/builder/schema-builder.js.map +1 -1
- package/out/zero.js +2 -2
- package/package.json +1 -1
- package/out/chunk-ZFOMEI7F.js.map +0 -7
- /package/out/{chunk-VG6XPTYD.js.map → chunk-P3L6JY54.js.map} +0 -0
|
@@ -1777,7 +1777,7 @@ function clientSchemaFrom(schema) {
|
|
|
1777
1777
|
serverName2 ?? name2,
|
|
1778
1778
|
{ type }
|
|
1779
1779
|
]),
|
|
1780
|
-
primaryKey: [
|
|
1780
|
+
primaryKey: primaryKey.map((k) => columns[k].serverName ?? k)
|
|
1781
1781
|
}
|
|
1782
1782
|
]
|
|
1783
1783
|
)
|
|
@@ -8680,7 +8680,7 @@ function makeMessage(message, context, logLevel) {
|
|
|
8680
8680
|
}
|
|
8681
8681
|
|
|
8682
8682
|
// ../zero-client/src/client/version.ts
|
|
8683
|
-
var version2 = "0.23.
|
|
8683
|
+
var version2 = "0.23.2025090500";
|
|
8684
8684
|
|
|
8685
8685
|
// ../zero-client/src/client/log-options.ts
|
|
8686
8686
|
var LevelFilterLogSink = class {
|
|
@@ -11621,4 +11621,4 @@ export {
|
|
|
11621
11621
|
update_needed_reason_type_enum_exports,
|
|
11622
11622
|
Zero
|
|
11623
11623
|
};
|
|
11624
|
-
//# sourceMappingURL=chunk-
|
|
11624
|
+
//# sourceMappingURL=chunk-3UQYJK2Q.js.map
|