volleyballsimtypes 0.0.356 → 0.0.359

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "volleyballsimtypes",
3
- "version": "0.0.356",
3
+ "version": "0.0.359",
4
4
  "description": "vbsim types",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",
@@ -67,7 +67,8 @@
67
67
  "test-types": "npm run validate && npx jest --coverage --passWithNoTests",
68
68
  "build": "npm run test-types && yarn clean && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
69
69
  "sync:consumers": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/sync-consumers.ps1",
70
- "preversion": "npm run clean && npm run validate && npm run build && git commit -a --amend --no-edit",
70
+ "export:schema": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/export-schema.ps1",
71
+ "preversion": "npm run clean && npm run build && git commit -a --amend --no-edit",
71
72
  "postversion": "git push --follow-tags && npm login && npm publish"
72
73
  },
73
74
  "author": "Francisco Farias <fariasfranciscoe@gmail.com>",
@@ -100,5 +101,5 @@
100
101
  "peerDependencies": {
101
102
  "sequelize": "6.37.8"
102
103
  },
103
- "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
104
+ "packageManager": "yarn@4.13.0"
104
105
  }