@that-company/dat 0.1.39 → 0.1.40

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -36,12 +36,12 @@ The installer intentionally downloads from `download/v<package version>` instead
36
36
  of `latest/download`, so npm installs are reproducible and the package version
37
37
  has one meaning.
38
38
 
39
- Release order:
39
+ Release order is owned by the `Release` GitHub Actions workflow in this repo:
40
40
 
41
- 1. Publish the `dat` binary release to `theSalted/dat-releases`.
42
- 2. Set this package version to the same `X.Y.Z`.
41
+ 1. Build and publish the `dat` binary release to `theSalted/dat-releases`.
42
+ 2. Set this package version to the same `X.Y.Z` in the workflow workspace.
43
43
  3. Run `npm run verify:release`.
44
- 4. Publish with `npm run release`.
44
+ 4. Publish with npm Trusted Publishing/OIDC.
45
45
  5. Verify `npm view @that-company/dat version` and a temp global install:
46
46
 
47
47
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@that-company/dat",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Installer for the D.A.T. CLI",
5
5
  "bin": {
6
6
  "dat": "bin/dat.js"
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/that-company/that.git",
21
+ "url": "git+https://github.com/that-company/dat.git",
22
22
  "directory": "npm/dat"
23
23
  },
24
24
  "homepage": "https://thatcompany.ai",