norn-cli 1.4.1 → 1.4.2

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.
@@ -3,7 +3,7 @@
3
3
  "urls": {
4
4
  "https://petstore.swagger.io/v2/swagger.json": {
5
5
  "baseUrl": "https://petstore.swagger.io/v2",
6
- "fetchedAt": "2026-02-21T16:03:48.184Z",
6
+ "fetchedAt": "2026-02-21T19:03:58.395Z",
7
7
  "schemas": [
8
8
  {
9
9
  "operationId": "AddPet",
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to the "Norn" extension will be documented in this file.
4
4
 
5
+ ## [1.4.2] - 2026-02-21
6
+
7
+ ### Fixed
8
+ - **API Coverage (Template Path Segments)**:
9
+ - Fixed endpoint path normalization for coverage when `.nornapi` endpoint URLs contain multiple leading template variables, e.g. `{{baseUrl}}/{{version}}/pet/{petId}`.
10
+ - Prevents false 0% coverage in workspace samples where endpoint URLs are composed from `baseUrl` + `version` path segments.
11
+
12
+ ### Added
13
+ - **Regression Fixture (Coverage Scope)**:
14
+ - Added `tests/Random/coverage-scope/template-version.nornapi` and `tests/Random/coverage-scope/template-version-covered.norn` to lock in template-path coverage behavior.
15
+
5
16
  ## [1.4.1] - 2026-02-21
6
17
 
7
18
  ### Changed