@connectorvol/chessops 0.15.1 → 0.16.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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectorvol/chessops",
3
- "version": "0.15.1",
3
+ "version": "0.16.0",
4
4
  "description": "Chess and chess variant rules and operations",
5
5
  "keywords": [
6
6
  "chess",
@@ -44,7 +44,8 @@
44
44
  }
45
45
  },
46
46
  "scripts": {
47
- "package": "tsc --declarationDir dist/types && tsc --outDir dist/cjs --module commonjs --declaration false",
47
+ "package": "tsc --declarationDir dist/types && tsc --outDir dist/cjs --module commonjs --declaration false && bun pm pack",
48
+ "publish": "bun publish",
48
49
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
49
50
  "doc": "typedoc src/types.ts src/attacks.ts src/util.ts src/squareSet.ts src/board.ts src/setup.ts src/chess.ts src/compat.ts src/debug.ts src/fen.ts src/san.ts src/transform.ts src/variant.ts src/pgn.ts",
50
51
  "lint": "eslint",