json-from-llm 0.1.0 → 0.1.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.
- package/CHANGELOG.md +7 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ 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.1] - 2026-06-04
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Published README package-status badges, download visibility and release notes
|
|
12
|
+
to the npm package page.
|
|
13
|
+
|
|
7
14
|
## [0.1.0] - 2026-06-04
|
|
8
15
|
|
|
9
16
|
### Added
|
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# json-from-llm
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/json-from-llm)
|
|
4
|
+
[](https://www.npmjs.com/package/json-from-llm)
|
|
5
|
+
[](https://github.com/slegarraga/json-from-llm/actions/workflows/ci.yml)
|
|
6
|
+
[](./LICENSE)
|
|
7
|
+
[](./package.json)
|
|
8
|
+
|
|
3
9
|
> Extract valid JSON from an LLM response — even when it's wrapped in reasoning/thinking tags, markdown fences or prose. **Zero dependencies.**
|
|
4
10
|
|
|
5
11
|
You asked for JSON. The model gave you:
|
package/package.json
CHANGED