@altimateai/altimate-code 0.5.12 → 0.5.13

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 +11 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ 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
+ ## [0.5.13] - 2026-03-26
9
+
10
+ ### Fixed
11
+
12
+ - **Pin `@altimateai/altimate-core` to exact version** — prevents npm from resolving stale cached binaries during install (#475)
13
+ - **Flaky `dbt Profiles Auto-Discovery` tests in CI** — stabilized tests that failed intermittently due to timing issues
14
+
15
+ ### Changed
16
+
17
+ - **Bump `yaml` from 2.8.2 to 2.8.3** — dependency update in `packages/opencode` (#473)
18
+
8
19
  ## [0.5.12] - 2026-03-25
9
20
 
10
21
  ### Added
package/package.json CHANGED
@@ -7,24 +7,24 @@
7
7
  "scripts": {
8
8
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
9
9
  },
10
- "version": "0.5.12",
10
+ "version": "0.5.13",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@altimateai/altimate-core": "^0.2.5"
13
+ "@altimateai/altimate-core": "0.2.5"
14
14
  },
15
15
  "optionalDependencies": {
16
- "@altimateai/altimate-code-linux-x64": "0.5.12",
17
- "@altimateai/altimate-code-windows-arm64": "0.5.12",
18
- "@altimateai/altimate-code-linux-arm64-musl": "0.5.12",
19
- "@altimateai/altimate-code-darwin-x64": "0.5.12",
20
- "@altimateai/altimate-code-windows-x64": "0.5.12",
21
- "@altimateai/altimate-code-linux-x64-musl": "0.5.12",
22
- "@altimateai/altimate-code-darwin-x64-baseline": "0.5.12",
23
- "@altimateai/altimate-code-linux-x64-baseline-musl": "0.5.12",
24
- "@altimateai/altimate-code-linux-x64-baseline": "0.5.12",
25
- "@altimateai/altimate-code-linux-arm64": "0.5.12",
26
- "@altimateai/altimate-code-darwin-arm64": "0.5.12",
27
- "@altimateai/altimate-code-windows-x64-baseline": "0.5.12"
16
+ "@altimateai/altimate-code-linux-arm64": "0.5.13",
17
+ "@altimateai/altimate-code-windows-x64": "0.5.13",
18
+ "@altimateai/altimate-code-windows-x64-baseline": "0.5.13",
19
+ "@altimateai/altimate-code-darwin-x64": "0.5.13",
20
+ "@altimateai/altimate-code-windows-arm64": "0.5.13",
21
+ "@altimateai/altimate-code-linux-x64-baseline": "0.5.13",
22
+ "@altimateai/altimate-code-linux-arm64-musl": "0.5.13",
23
+ "@altimateai/altimate-code-linux-x64-musl": "0.5.13",
24
+ "@altimateai/altimate-code-linux-x64": "0.5.13",
25
+ "@altimateai/altimate-code-darwin-x64-baseline": "0.5.13",
26
+ "@altimateai/altimate-code-linux-x64-baseline-musl": "0.5.13",
27
+ "@altimateai/altimate-code-darwin-arm64": "0.5.13"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "pg": ">=8",