@uwdata/vgplot 0.21.1 → 0.23.0

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uwdata/vgplot",
3
- "version": "0.21.1",
3
+ "version": "0.23.0",
4
4
  "description": "An API for interactive Mosaic-powered visualizations and dashboards.",
5
5
  "keywords": [
6
6
  "data",
@@ -29,16 +29,16 @@
29
29
  },
30
30
  "scripts": {
31
31
  "clean": "rimraf dist && mkdir dist",
32
- "prebuild": "npm run clean",
32
+ "prebuild": "pnpm run clean",
33
33
  "lint": "eslint src test",
34
34
  "test": "vitest run",
35
- "prepublishOnly": "npm run test && npm run lint && tsc --build"
35
+ "prepublishOnly": "pnpm run test && pnpm run lint && tsc --build"
36
36
  },
37
37
  "dependencies": {
38
- "@uwdata/mosaic-core": "^0.21.1",
39
- "@uwdata/mosaic-inputs": "^0.21.1",
40
- "@uwdata/mosaic-plot": "^0.21.1",
41
- "@uwdata/mosaic-sql": "^0.21.1"
38
+ "@uwdata/mosaic-core": "^0.23.0",
39
+ "@uwdata/mosaic-inputs": "^0.23.0",
40
+ "@uwdata/mosaic-plot": "^0.23.0",
41
+ "@uwdata/mosaic-sql": "^0.23.0"
42
42
  },
43
- "gitHead": "296762423ac032193344646ad4f10cf604ca69a2"
43
+ "gitHead": "8d153a15b9b1c69130d5384ecd59aa634e3f90b3"
44
44
  }