@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 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.4` is a public-alpha release candidate. The source tree implements the
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.4
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
@@ -1,4 +1,4 @@
1
1
  export declare const MILL_PACKAGE = "@davidahmann/mill";
2
- export declare const MILL_VERSION = "0.1.4";
2
+ export declare const MILL_VERSION = "0.1.5";
3
3
  export declare const RESULT_SCHEMA_VERSION = "1";
4
4
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export const MILL_PACKAGE = "@davidahmann/mill";
2
- export const MILL_VERSION = "0.1.4";
2
+ export const MILL_VERSION = "0.1.5";
3
3
  export const RESULT_SCHEMA_VERSION = "1";
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidahmann/mill",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "A local-first, repo-native software factory from approved product intent to reviewed draft PRs.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "David Ahmann",