@superdurable/dex 0.1.0 → 0.1.1

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 +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -118,11 +118,12 @@ suite's workflow behavior and its 58 assertions run against a real Dex server.
118
118
  ## Releases
119
119
 
120
120
  The npm package is published as [`@superdurable/dex`](https://www.npmjs.com/package/@superdurable/dex).
121
- Update `package.json` and `package-lock.json` to the same version, merge the
122
- change, then publish a GitHub Release tagged `sdk-typescript/vX.Y.Z`. The
123
- release workflow verifies that the tag matches `package.json`, runs type checks
124
- and tests, inspects the tarball, and publishes through npm Trusted Publishing.
125
- Prerelease versions use the `next` npm dist-tag; stable versions use `latest`.
121
+ After the initial bootstrap, publish a GitHub Release tagged
122
+ `sdk-typescript/vX.Y.Z`. The tag is the release version source of truth; CI
123
+ temporarily writes it to `package.json` and `package-lock.json` without
124
+ committing either file. The release workflow then runs type checks and tests,
125
+ inspects the tarball, and publishes through npm Trusted Publishing. Prerelease
126
+ versions use the `next` npm dist-tag; stable versions use `latest`.
126
127
 
127
128
  Trusted Publishing can only be configured after the package exists. Bootstrap
128
129
  the first version from a maintainer workstation with 2FA:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdurable/dex",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TypeScript SDK for the Dex durable workflow engine",
5
5
  "license": "LicenseRef-Super-Durable-1.0",
6
6
  "repository": {