@uwdata/mosaic-spec 0.22.0 → 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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uwdata/mosaic-spec",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "description": "Declarative specification of Mosaic-powered applications.",
5
5
  "keywords": [
6
6
  "mosaic",
@@ -27,20 +27,20 @@
27
27
  },
28
28
  "scripts": {
29
29
  "clean": "rimraf dist && mkdir dist",
30
- "prebuild": "npm run clean",
31
- "build": "npm run schema",
30
+ "prebuild": "pnpm run clean",
31
+ "build": "pnpm run schema",
32
32
  "lint": "eslint src test",
33
33
  "preschema": "tsc --build",
34
34
  "schema": "ts-json-schema-generator -f tsconfig.json -p src/spec/Spec.ts -t Spec --no-type-check --no-ref-encode --functions hide > dist/mosaic-schema.json",
35
- "test": "npm run schema && vitest run",
36
- "version": "cd ../../.. && npm run docs:schema",
37
- "prepublishOnly": "npm run test && npm run lint && npm run build"
35
+ "test": "pnpm run schema && vitest run",
36
+ "version": "cd ../../.. && pnpm run docs:schema",
37
+ "prepublishOnly": "pnpm run test && pnpm run lint && pnpm run build"
38
38
  },
39
39
  "dependencies": {
40
- "@uwdata/mosaic-core": "^0.22.0",
41
- "@uwdata/mosaic-sql": "^0.22.0",
42
- "@uwdata/vgplot": "^0.22.0",
40
+ "@uwdata/mosaic-core": "^0.23.0",
41
+ "@uwdata/mosaic-sql": "^0.23.0",
42
+ "@uwdata/vgplot": "^0.23.0",
43
43
  "ts-json-schema-generator": "^2.9.0"
44
44
  },
45
- "gitHead": "98e09fca9a7b58c51a46eca56e2c159dc4e544fb"
45
+ "gitHead": "8d153a15b9b1c69130d5384ecd59aa634e3f90b3"
46
46
  }