@uwdata/mosaic-sql 0.12.0 → 0.12.1

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # mosaic-sql
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@uwdata/mosaic-sql.svg)](https://www.npmjs.com/package/@uwdata/mosaic-sql)
4
+
3
5
  An API for convenient construction and analysis of SQL queries. Query objects then coerce to SQL query strings.
4
6
 
5
7
  Many `mosaic-sql` utilities are included as part of the [vgplot](https://github.com/uwdata/mosaic/tree/main/packages/vgplot) API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uwdata/mosaic-sql",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "SQL query construction and analysis.",
5
5
  "keywords": [
6
6
  "sql",
@@ -27,5 +27,5 @@
27
27
  "test": "vitest run && tsc -p jsconfig.json",
28
28
  "prepublishOnly": "npm run test && npm run lint && npm run build"
29
29
  },
30
- "gitHead": "523b1afe2a0880291c92f81e4a7b91829362d285"
30
+ "gitHead": "fe3a7c34352da54ec36a1ebf557846f46a649782"
31
31
  }