spec-spine 0.1.0 → 0.3.0

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-spine",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "The spec-spine CLI: compile a markdown spec corpus into a deterministic authority ledger and refuse code that drifts from its owning spec. Ships the prebuilt binary; no Rust toolchain required.",
5
5
  "keywords": [
6
6
  "spec",
@@ -42,11 +42,11 @@
42
42
  "smoke": "scripts/smoke-test.sh"
43
43
  },
44
44
  "optionalDependencies": {
45
- "@spec-spine/cli-darwin-arm64": "0.1.0",
46
- "@spec-spine/cli-darwin-x64": "0.1.0",
47
- "@spec-spine/cli-linux-x64": "0.1.0",
48
- "@spec-spine/cli-linux-arm64": "0.1.0",
49
- "@spec-spine/cli-win32-x64": "0.1.0"
45
+ "@spec-spine/cli-darwin-arm64": "0.3.0",
46
+ "@spec-spine/cli-darwin-x64": "0.3.0",
47
+ "@spec-spine/cli-linux-x64": "0.3.0",
48
+ "@spec-spine/cli-linux-arm64": "0.3.0",
49
+ "@spec-spine/cli-win32-x64": "0.3.0"
50
50
  },
51
51
  "spec-spine": {
52
52
  "spec": "007-distribution"