@oqtopus-team/qdash-client 0.1.4 → 1.8.37

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -130,4 +130,4 @@ bun run check
130
130
  bun run build
131
131
  ```
132
132
 
133
- The first publish uses a temporary `NPM_TOKEN` repository secret because npm requires the package to exist before Trusted Publishing can be configured. After the first publish, configure `publish-qdash-typescript-client.yml` as the package trusted publisher and delete the secret. Release tags use `qdash-client-ts-v<version>`; the workflow derives the package version from the tag.
133
+ The first publish uses a temporary `NPM_TOKEN` repository secret because npm requires the package to exist before Trusted Publishing can be configured. After the first publish, configure `publish-qdash-typescript-client.yml` as the package trusted publisher and delete the secret. QDash uses a single `v<version>` release tag for the application and both clients; the workflow derives the package version from that tag.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oqtopus-team/qdash-client",
3
- "version": "0.1.4",
3
+ "version": "1.8.37",
4
4
  "description": "TypeScript client for the QDash API",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",