@rocicorp/zero 0.12.2025012401 → 0.12.2025012402

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.
@@ -13424,7 +13424,7 @@ function makeMessage(message, context, logLevel) {
13424
13424
  }
13425
13425
 
13426
13426
  // ../zero-client/src/client/version.ts
13427
- var version2 = "0.12.2025012401+a73306";
13427
+ var version2 = "0.12.2025012402+08a10b";
13428
13428
 
13429
13429
  // ../zero-client/src/client/log-options.ts
13430
13430
  var LevelFilterLogSink = class {
@@ -15491,4 +15491,4 @@ export {
15491
15491
  escapeLike,
15492
15492
  Zero
15493
15493
  };
15494
- //# sourceMappingURL=chunk-BHEGTSLF.js.map
15494
+ //# sourceMappingURL=chunk-4JNXLBF6.js.map
package/out/solid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-BHEGTSLF.js";
3
+ } from "./chunk-4JNXLBF6.js";
4
4
  import "./chunk-HARIWJ2J.js";
5
5
  import "./chunk-ULOTOBTC.js";
6
6
  import {
@@ -1,3 +1,9 @@
1
- export { useQuery } from './use-query.jsx';
2
- export { ZeroProvider, createUseZero, useZero } from './use-zero.jsx';
1
+ export type { Expand } from '../../shared/src/expand.js';
2
+ export type { PrimaryKey } from '../../zero-protocol/src/primary-key.js';
3
+ export type { Schema } from '../../zero-schema/src/builder/schema-builder.js';
4
+ export type { RelationshipsSchema, SchemaValue, TableSchema, } from '../../zero-schema/src/table-schema.js';
5
+ export type { HumanReadable } from '../../zql/src/query/query.js';
6
+ export type { ResultType } from '../../zql/src/query/typed-view.js';
7
+ export { useQuery, type QueryResult, type QueryResultDetails, } from './use-query.jsx';
8
+ export { createUseZero, useZero, ZeroProvider } from './use-zero.jsx';
3
9
  //# sourceMappingURL=mod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../zero-react/src/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAC,YAAY,EAAE,aAAa,EAAE,OAAO,EAAC,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../zero-react/src/mod.ts"],"names":[],"mappings":"AAAA,YAAY,EAAC,MAAM,EAAC,MAAM,4BAA4B,CAAC;AACvD,YAAY,EAAC,UAAU,EAAC,MAAM,wCAAwC,CAAC;AACvE,YAAY,EAAC,MAAM,EAAC,MAAM,iDAAiD,CAAC;AAC5E,YAAY,EACV,mBAAmB,EACnB,WAAW,EACX,WAAW,GACZ,MAAM,uCAAuC,CAAC;AAC/C,YAAY,EAAC,aAAa,EAAC,MAAM,8BAA8B,CAAC;AAChE,YAAY,EAAC,UAAU,EAAC,MAAM,mCAAmC,CAAC;AAClE,OAAO,EACL,QAAQ,EACR,KAAK,WAAW,EAChB,KAAK,kBAAkB,GACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAC,aAAa,EAAE,OAAO,EAAE,YAAY,EAAC,MAAM,gBAAgB,CAAC"}
package/out/zero.js CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  relationships,
19
19
  string,
20
20
  table
21
- } from "./chunk-BHEGTSLF.js";
21
+ } from "./chunk-4JNXLBF6.js";
22
22
  import "./chunk-HARIWJ2J.js";
23
23
  import "./chunk-I5GSZARI.js";
24
24
  import "./chunk-F5QR3K72.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.12.2025012401+a73306",
3
+ "version": "0.12.2025012402+08a10b",
4
4
  "scripts": {
5
5
  "build": "rm -rf out && npm run build-server && npm run build-client",
6
6
  "build-client": "tsc -p tsconfig.client.json && tsc-alias -p tsconfig.client.json && node tool/build.js",