@malloydata/malloy 0.0.237-dev250221201621 → 0.0.237-dev250222012247

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/dist/malloy.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { RunSQLOptions } from './run_sql_options';
3
4
  import { DocumentCompletion as DocumentCompletionDefinition, DocumentSymbol as DocumentSymbolDefinition, LogMessage, MalloyTranslator } from './lang';
4
5
  import { DocumentHelpContext } from './lang/parse-tree-walkers/document-help-context-walker';
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  /**
3
4
  * Field computations are compiled into an expression tree of "Expr"
4
5
  * type nodes. Each node is one of these three interfaces. The
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.237-dev250221201621",
3
+ "version": "0.0.237-dev250222012247",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "types": "dist/index.d.ts",
26
26
  "homepage": "https://github.com/malloydata/malloy#readme",
27
27
  "engines": {
28
- "node": ">=18"
28
+ "node": ">=20"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",