formulab 0.27.0 → 0.27.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,14 +5,21 @@ 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.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.27.1] - 2026-08-06
9
+
10
+ ### Fixed
11
+
12
+ - Restored the code spans that went missing from the previous entry, which left it naming
13
+ neither the module it describes nor the function it contrasts against.
14
+
8
15
  ## [0.27.0] - 2026-08-06
9
16
 
10
17
  ### Added
11
18
 
12
- - ** — the lot size ranges the sampling tables are indexed by are now exported.**
19
+ - **`quality/aql` — the lot size ranges the sampling tables are indexed by are now exported.**
13
20
 
14
21
  A caller that wants to present one row per lot size range could not get the boundaries out
15
- of : it returns a plan, not the bounds that produced it. The only way was to restate
22
+ of `aql()`: it returns a plan, not the bounds that produced it. The only way was to restate
16
23
  the series on the consumer side, which makes a second source for the same figures — the day
17
24
  a boundary moves, the consumer keeps listing the old one.
18
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formulab",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "Manufacturing & Engineering calculation formulas library - 211 industrial calculations across 15 domains for OEE, Cpk, SPC, FMEA, Nelson Rules, metal weight, CNC machining, GD&T, battery, environmental, pipe flow, logistics, IE time study, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",