@malloydata/malloy 0.0.423 → 0.0.425

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.
@@ -155,7 +155,7 @@ function makeDigest(...parts) {
155
155
  const combined = parts
156
156
  .map(p => (p === undefined ? '{undefined}' : `${p.length}:${p}`))
157
157
  .join('/');
158
- // @noble/hashes is pinned to v1 (v2 is ESM-only — see DEPENDENCY-MANAGEMENT.md).
158
+ // @noble/hashes is pinned to v1 (v2 is ESM-only — see docs/dependency-management/CONTEXT.md).
159
159
  // v1's sha256 also accepts a string directly, but we utf8-encode explicitly so the
160
160
  // digest is stable and unambiguous (and identical to the v2 form we briefly used).
161
161
  return (0, utils_1.bytesToHex)((0, sha256_1.sha256)((0, utils_1.utf8ToBytes)(combined)));
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MALLOY_VERSION = "0.0.423";
1
+ export declare const MALLOY_VERSION = "0.0.425";
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MALLOY_VERSION = void 0;
4
4
  // generated with 'generate-version-file' script; do not edit manually
5
- exports.MALLOY_VERSION = '0.0.423';
5
+ exports.MALLOY_VERSION = '0.0.425';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.423",
3
+ "version": "0.0.425",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",
@@ -51,9 +51,9 @@
51
51
  "generate-version-file": "VERSION=$(npm pkg get version --workspaces=false | tr -d \\\")\necho \"// generated with 'generate-version-file' script; do not edit manually\\nexport const MALLOY_VERSION = '$VERSION';\" > src/version.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@malloydata/malloy-filter": "0.0.423",
55
- "@malloydata/malloy-interfaces": "0.0.423",
56
- "@malloydata/malloy-tag": "0.0.423",
54
+ "@malloydata/malloy-filter": "0.0.425",
55
+ "@malloydata/malloy-interfaces": "0.0.425",
56
+ "@malloydata/malloy-tag": "0.0.425",
57
57
  "@noble/hashes": "^1.8.0",
58
58
  "antlr4ts": "^0.5.0-alpha.4",
59
59
  "assert": "^2.0.0",