@malloydata/malloy 0.0.98-dev231026204054 → 0.0.98-dev231027183449

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.
@@ -296,10 +296,10 @@ class MalloyToAST extends AbstractParseTreeVisitor_1.AbstractParseTreeVisitor {
296
296
  if (propertiesCx) {
297
297
  const properties = this.astAt(this.visitQueryProperties(propertiesCx), pcx);
298
298
  if (pcx.REFINE()) {
299
- this.contextError(pcx, 'The experimental "refine" operator is deprecated, use the "+" operator', 'warn');
299
+ this.m4advisory(pcx, 'The experimental "refine" operator is deprecated, use the "+" operator');
300
300
  }
301
301
  else if (!pcx.refineOperator()) {
302
- this.contextError(pcx, 'Implicit query refinement is deprecated, use the `+` operator', 'warn');
302
+ this.m4advisory(pcx, 'Implicit query refinement is deprecated, use the `+` operator');
303
303
  }
304
304
  return properties;
305
305
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.98-dev231026204054",
3
+ "version": "0.0.98-dev231027183449",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",