@malloydata/malloy-filter 0.0.325 → 0.0.327

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy-filter",
3
- "version": "0.0.325",
3
+ "version": "0.0.327",
4
4
  "license": "MIT",
5
5
  "description": "Parsers for the Malloy filtering sub-languages",
6
6
  "main": "dist/index.js",
@@ -14,7 +14,7 @@
14
14
  "scripts": {
15
15
  "build": "npm run build-parsers && tsc --build && npm run generate-flow",
16
16
  "build-parsers": "mkdir -p src/lib && nearleyc src/grammars/fexpr_string.ne --out src/lib/fexpr_string_parser.ts && nearleyc src/grammars/fexpr_number.ne --out src/lib/fexpr_number_parser.ts && nearleyc src/grammars/ftemporal.ne --out src/lib/ftemporal_parser.ts",
17
- "clean": "tsc --build --clean && rimraf src/lib/* dist @flowtyped",
17
+ "clean": "tsc --build --clean && rm -f tsconfig.tsbuildinfo && rimraf src/lib/* dist @flowtyped",
18
18
  "test": "jest",
19
19
  "prepublishOnly": "npm run clean && npm run build",
20
20
  "generate-flow": "ts-node ../../scripts/gen-flow.ts"