@adaptic/lumic-utils 1.0.3 → 1.0.5

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.
@@ -1,7 +1,7 @@
1
1
  import { JsonValue } from '../types';
2
2
  /**
3
- * Fixes broken JSON by sending it to the OpenAI GPT-5 model as a chat completion.
4
- * The GPT-5 model is a large language model that can understand and generate code,
3
+ * Fixes broken JSON by sending it to the OpenAI gpt-5 model as a chat completion.
4
+ * The gpt-5 model is a large language model that can understand and generate code,
5
5
  * including JSON. The returned JSON is the fixed version of the input JSON.
6
6
  * If the model fails to return valid JSON, an error is thrown.
7
7
  * @param jsonStr - the broken JSON to fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptic/lumic-utils",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "NPM repo set of utility functions usable across the entire organisation.",
5
5
  "always-build-npm": false,
6
6
  "type": "module",