@enderdash/client 0.1.3 → 0.1.4

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,7 +64,7 @@ bun run build
64
64
 
65
65
  Publishing runs from GitHub releases through `.github/workflows/publish.yml`.
66
66
 
67
- The workflow publishes to npm and JSR with GitHub OpenID Connect tokens.
67
+ The workflow publishes to npm, GitHub Packages, and JSR.
68
68
 
69
69
  Before the first npm release, configure npm trusted publishing for `@enderdash/client` with:
70
70
 
@@ -76,4 +76,6 @@ Before the first JSR release, create or open `@enderdash/client` on JSR, then li
76
76
 
77
77
  - repository: `enderdash-com/enderdash-client`
78
78
 
79
+ GitHub Packages publishes through `GITHUB_TOKEN`. After the first GitHub Packages publish, check the package visibility and access settings in GitHub Packages.
80
+
79
81
  Then publish by creating a GitHub release for the version in `package.json`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enderdash/client",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Generated TypeScript client for the EnderDash HTTP API.",
5
5
  "keywords": [
6
6
  "enderdash",