json-from-llm 0.1.1 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project are documented here. The format follows
4
4
  [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project adheres
5
5
  to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.1.2] - 2026-06-04
8
+
9
+ ### Changed
10
+
11
+ - Updated vulnerable development tooling and added CodeQL, OpenSSF Scorecard,
12
+ pinned GitHub Actions, least-privilege workflow permissions, Dependabot config
13
+ and a Scorecard README badge.
14
+
7
15
  ## [0.1.1] - 2026-06-04
8
16
 
9
17
  ### Changed
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![npm version](https://img.shields.io/npm/v/json-from-llm.svg)](https://www.npmjs.com/package/json-from-llm)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/json-from-llm.svg)](https://www.npmjs.com/package/json-from-llm)
5
5
  [![CI](https://github.com/slegarraga/json-from-llm/actions/workflows/ci.yml/badge.svg)](https://github.com/slegarraga/json-from-llm/actions/workflows/ci.yml)
6
+ [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/slegarraga/json-from-llm/badge)](https://scorecard.dev/viewer/?uri=github.com/slegarraga/json-from-llm)
6
7
  [![license](https://img.shields.io/npm/l/json-from-llm.svg)](./LICENSE)
7
8
  [![zero dependencies](https://img.shields.io/badge/dependencies-0-brightgreen.svg)](./package.json)
8
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-from-llm",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Extract valid JSON from an LLM response, even when it is wrapped in reasoning/thinking tags, markdown fences or prose. Zero dependencies.",
5
5
  "keywords": [
6
6
  "llm",
@@ -69,6 +69,6 @@
69
69
  "tsup": "^8.3.5",
70
70
  "typescript": "^5.7.2",
71
71
  "typescript-eslint": "^8.60.0",
72
- "vitest": "^2.1.8"
72
+ "vitest": "^4.1.8"
73
73
  }
74
74
  }