@lichess-org/types 2.0.1 → 2.0.2

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ type LichessGame = components["schemas"]["GameJson"];
16
16
 
17
17
  ## For Maintainers
18
18
 
19
- To re-generate:
19
+ To regenerate:
20
20
 
21
21
  ```bash
22
22
  pnpm gen
@@ -27,5 +27,5 @@ To publish:
27
27
 
28
28
  ```bash
29
29
  npm version patch --no-git-tag-version
30
- npm publish
30
+ npm publish --access public
31
31
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",