@davidahmann/mill 0.1.4 → 0.1.5
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.
- package/README.md +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ inside a disposable worktree. Native tests and scenarios verify the committed
|
|
|
10
10
|
candidate. A separate read-only pass reviews that exact commit. Only the
|
|
11
11
|
attended shipper can use your GitHub identity, and it stops at a draft PR.
|
|
12
12
|
|
|
13
|
-
Mill `0.1.
|
|
13
|
+
Mill `0.1.5` is a public-alpha release candidate. The source tree implements the
|
|
14
14
|
candidate and genesis release gates, but no npm availability or supported tuple
|
|
15
15
|
is claimed until the separately authorized release completes and its registry
|
|
16
16
|
and GitHub readback pass.
|
|
@@ -107,7 +107,7 @@ After the separately verified npm release, downstream repositories will pin the
|
|
|
107
107
|
exact package version rather than `latest`:
|
|
108
108
|
|
|
109
109
|
```sh
|
|
110
|
-
npm install --save-dev --ignore-scripts @davidahmann/mill@0.1.
|
|
110
|
+
npm install --save-dev --ignore-scripts @davidahmann/mill@0.1.5
|
|
111
111
|
npx --no-install millctl --version
|
|
112
112
|
```
|
|
113
113
|
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED