@rocicorp/zero 0.21.2025052600 → 0.21.2025052900

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 +1 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../ast-to-zql/src/format.ts"],"names":[],"mappings":"AAGA,wBAAsB,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAiBnE"}
1
+ {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../../ast-to-zql/src/format.ts"],"names":[],"mappings":"AAEA,wBAAsB,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAWnE"}
@@ -1,14 +1,7 @@
1
- import * as path from 'node:path';
2
- import { format, resolveConfig } from 'prettier';
1
+ import { format } from 'prettier';
3
2
  export async function formatOutput(content) {
4
3
  try {
5
- // Resolve prettier config from current working directory. If the config
6
- // file is in the cwd prettier fails to find it so we unconditionally add
7
- // one more path component. This is because prettier uses the path of the
8
- // file being formatted to find the config file.
9
- const options = (await resolveConfig(path.join(process.cwd(), 'z'))) ?? {};
10
4
  return await format(content, {
11
- ...options,
12
5
  parser: 'typescript',
13
6
  semi: false,
14
7
  });
@@ -1 +1 @@
1
- {"version":3,"file":"format.js","sourceRoot":"","sources":["../../../../ast-to-zql/src/format.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,MAAM,EAAE,aAAa,EAAC,MAAM,UAAU,CAAC;AAE/C,MAAM,CAAC,KAAK,UAAU,YAAY,CAAC,OAAe;IAChD,IAAI,CAAC;QACH,wEAAwE;QACxE,yEAAyE;QACzE,yEAAyE;QACzE,gDAAgD;QAChD,MAAM,OAAO,GAAG,CAAC,MAAM,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;QAC3E,OAAO,MAAM,MAAM,CAAC,OAAO,EAAE;YAC3B,GAAG,OAAO;YACV,MAAM,EAAE,YAAY;YACpB,IAAI,EAAE,KAAK;SACZ,CAAC,CAAC;IACL,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,sCAAsC;QACtC,OAAO,CAAC,IAAI,CAAC,iDAAiD,EAAE,KAAK,CAAC,CAAC;QACvE,OAAO,OAAO,CAAC;IACjB,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"format.js","sourceRoot":"","sources":["../../../../ast-to-zql/src/format.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,UAAU,CAAC;AAEhC,MAAM,CAAC,KAAK,UAAU,YAAY,CAAC,OAAe;IAChD,IAAI,CAAC;QACH,OAAO,MAAM,MAAM,CAAC,OAAO,EAAE;YAC3B,MAAM,EAAE,YAAY;YACpB,IAAI,EAAE,KAAK;SACZ,CAAC,CAAC;IACL,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,sCAAsC;QACtC,OAAO,CAAC,IAAI,CAAC,iDAAiD,EAAE,KAAK,CAAC,CAAC;QACvE,OAAO,OAAO,CAAC;IACjB,CAAC;AACH,CAAC"}
@@ -8537,7 +8537,7 @@ function makeMessage(message, context, logLevel) {
8537
8537
  }
8538
8538
 
8539
8539
  // ../zero-client/src/client/version.ts
8540
- var version2 = "0.21.2025052600";
8540
+ var version2 = "0.21.2025052900";
8541
8541
 
8542
8542
  // ../zero-client/src/client/log-options.ts
8543
8543
  var LevelFilterLogSink = class {
@@ -11145,4 +11145,4 @@ export {
11145
11145
  update_needed_reason_type_enum_exports,
11146
11146
  Zero
11147
11147
  };
11148
- //# sourceMappingURL=chunk-X7AUUQ3J.js.map
11148
+ //# sourceMappingURL=chunk-AYXJ7KBG.js.map
package/out/solid.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Zero
3
- } from "./chunk-X7AUUQ3J.js";
3
+ } from "./chunk-AYXJ7KBG.js";
4
4
  import "./chunk-JZAY4BJA.js";
5
5
  import {
6
6
  DEFAULT_TTL
package/out/zero.js CHANGED
@@ -21,7 +21,7 @@ import {
21
21
  string,
22
22
  table,
23
23
  update_needed_reason_type_enum_exports
24
- } from "./chunk-X7AUUQ3J.js";
24
+ } from "./chunk-AYXJ7KBG.js";
25
25
  import "./chunk-JZAY4BJA.js";
26
26
  import {
27
27
  DEFAULT_TTL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocicorp/zero",
3
- "version": "0.21.2025052600",
3
+ "version": "0.21.2025052900",
4
4
  "description": "Zero is a web framework for serverless web development.",
5
5
  "author": "Rocicorp, Inc.",
6
6
  "repository": {