@fateforge/archery-cli 1.0.6 → 1.0.7

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/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.7] - 2026-06-16
9
+
10
+ ### Fixed
11
+
12
+ - npm `optionalDependencies` platform-package pins now match the package version. The previous release bumped the top-level version but left the pins at the prior version, so `npm install` resolved a stale platform binary (the new wrapper with the old binary). The publish workflow now rewrites `optionalDependencies` from the package version before `npm publish`, so the pins can no longer drift from the single source of truth.
13
+
8
14
  ## [1.0.6] - 2026-06-16
9
15
 
10
16
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fateforge/archery-cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Archery SQL audit CLI for AI Agents - manage SQL workflows, queries, instances, diagnostics, and data dictionaries with a machine-readable contract",
5
5
  "keywords": [
6
6
  "archery",
@@ -26,12 +26,12 @@
26
26
  "archery-cli": "scripts/run.js"
27
27
  },
28
28
  "optionalDependencies": {
29
- "@fateforge/archery-cli-darwin-arm64": "1.0.5",
30
- "@fateforge/archery-cli-darwin-x64": "1.0.5",
31
- "@fateforge/archery-cli-linux-arm64": "1.0.5",
32
- "@fateforge/archery-cli-linux-x64": "1.0.5",
33
- "@fateforge/archery-cli-win32-arm64": "1.0.5",
34
- "@fateforge/archery-cli-win32-x64": "1.0.5"
29
+ "@fateforge/archery-cli-darwin-arm64": "1.0.7",
30
+ "@fateforge/archery-cli-darwin-x64": "1.0.7",
31
+ "@fateforge/archery-cli-linux-arm64": "1.0.7",
32
+ "@fateforge/archery-cli-linux-x64": "1.0.7",
33
+ "@fateforge/archery-cli-win32-arm64": "1.0.7",
34
+ "@fateforge/archery-cli-win32-x64": "1.0.7"
35
35
  },
36
36
  "files": [
37
37
  "scripts/run.js",
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  name: archery-cli
3
- version: "1.0.6"
3
+ version: "1.0.7"
4
4
  description: "Archery SQL audit platform CLI for managing SQL workflows, queries, instances, diagnostics. Use when the user asks about SQL审核, database operations, Archery platform management, or needs to submit/review/execute SQL against database instances."
5
5
  license: MIT
6
6
  user-invocable: true
7
- metadata: {"requires":{"bins":["archery-cli"],"min_version":"1.0.6"}}
7
+ metadata: {"requires":{"bins":["archery-cli"],"min_version":"1.0.7"}}
8
8
  ---
9
9
 
10
10
  # archery-cli