@vimhead.dev/norn-cli 0.1.0-tip.35240723931.1 → 0.1.0-tip.35242809332.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.
@@ -1 +1 @@
1
- {"version":"0.1.0-tip.35240723931.1"}
1
+ {"version":"0.1.0-tip.35242809332.1"}
@@ -2,8 +2,8 @@ import type { NornBuildInfo } from "./build-info.ts";
2
2
 
3
3
  export const NORN_GENERATED_BUILD_INFO = {
4
4
  "kind": "npm-registry",
5
- "version": "0.1.0-tip.35240723931.1",
6
- "commit": "f5872d022f9a38d5c0828bf39fa4ad49ca536caa",
5
+ "version": "0.1.0-tip.35242809332.1",
6
+ "commit": "7a0f56a26ab2584286dd99e10d78107158bf1da1",
7
7
  "packageSpec": "@vimhead.dev/norn-cli@tip",
8
8
  "upgrade": {
9
9
  "supported": false,
@@ -57,7 +57,8 @@ After a successful `Test` run on `main`, `Release Tip` stamps all three packages
57
57
  with `0.1.0-tip.<GitHub-run-id>.<attempt>` and the tested commit. It validates and
58
58
  packs npm artifacts, builds standalone binaries, then publishes only if the
59
59
  selected commit is still `main`. Manual dispatch performs the same checks.
60
- Only after all npm packages are verified does it update the GitHub `tip` release.
60
+ After all required `npm publish` commands succeed, it updates the GitHub `tip`
61
+ release without waiting for npm registry propagation.
61
62
 
62
63
  npm versions are immutable. A workflow rerun gets a new attempt/version, so a
63
64
  partial prior publication is retained rather than overwritten. Repeating the
@@ -1,7 +1,7 @@
1
1
  export declare const NORN_GENERATED_BUILD_INFO: {
2
2
  readonly kind: "npm-registry";
3
- readonly version: "0.1.0-tip.35240723931.1";
4
- readonly commit: "f5872d022f9a38d5c0828bf39fa4ad49ca536caa";
3
+ readonly version: "0.1.0-tip.35242809332.1";
4
+ readonly commit: "7a0f56a26ab2584286dd99e10d78107158bf1da1";
5
5
  readonly packageSpec: "@vimhead.dev/norn-cli@tip";
6
6
  readonly upgrade: {
7
7
  readonly supported: false;
@@ -1,8 +1,8 @@
1
1
  // src/generated-build-info.ts
2
2
  var NORN_GENERATED_BUILD_INFO = {
3
3
  "kind": "npm-registry",
4
- "version": "0.1.0-tip.35240723931.1",
5
- "commit": "f5872d022f9a38d5c0828bf39fa4ad49ca536caa",
4
+ "version": "0.1.0-tip.35242809332.1",
5
+ "commit": "7a0f56a26ab2584286dd99e10d78107158bf1da1",
6
6
  "packageSpec": "@vimhead.dev/norn-cli@tip",
7
7
  "upgrade": {
8
8
  "supported": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vimhead.dev/norn-cli",
3
- "version": "0.1.0-tip.35240723931.1",
3
+ "version": "0.1.0-tip.35242809332.1",
4
4
  "description": "Harness-agnostic runtime for agent-driven and code-driven workflows, built primarily for agents.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -44,7 +44,7 @@
44
44
  "jiti": "^2.7.0",
45
45
  "typebox": "^1.3.17",
46
46
  "zod": "^4.4.3",
47
- "@vimhead.dev/norn": "0.1.0-tip.35240723931.1"
47
+ "@vimhead.dev/norn": "0.1.0-tip.35242809332.1"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "node ../../scripts/build-package.ts"