@tachu/extensions 1.0.0-rc.1 → 1.0.0-rc.3

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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ 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.0-rc.2] - 2026-06-13
9
+
10
+ ### Fixed
11
+
12
+ - Align published `@tachu/*` workspace dependency versions with the lockstep release (extensions, host-defaults, and cli no longer resolve `@tachu/core` to `1.0.0-rc.0` when published as `1.0.0-rc.1`).
13
+ - Add release validation that fails when `bun.lock` workspace versions drift from `package.json` after a version bump.
14
+
8
15
  ## [1.0.0-rc.1] - 2026-06-13
9
16
 
10
17
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachu/extensions",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.3",
4
4
  "description": "Tachu extensions (release candidate) — OpenAI/Anthropic/Mock providers, 22 built-in tools, execution backends, MCP adapters (stdio+SSE), vector stores (local/Qdrant), observability emitters, input transformers and common rules.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -80,7 +80,7 @@
80
80
  "@opentelemetry/sdk-trace-base": "^2.7.0",
81
81
  "@opentelemetry/sdk-trace-node": "^2.7.0",
82
82
  "@qdrant/js-client-rest": "^1.17.0",
83
- "@tachu/core": "1.0.0-rc.0",
83
+ "@tachu/core": "1.0.0-rc.3",
84
84
  "mammoth": "^1.12.0",
85
85
  "openai": "^6.34.0",
86
86
  "pdf-parse": "^2.4.5"