@adaptic/lumic-utils 1.0.1 → 1.0.3

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/dist/index.cjs CHANGED
@@ -920,8 +920,8 @@ const DEFAULT_OPTIONS = {
920
920
  };
921
921
  const isSupportedModel = (model) => {
922
922
  return [
923
- 'GPT-5-mini',
924
- 'GPT-5',
923
+ 'gpt-5-mini',
924
+ 'gpt-5',
925
925
  'o1-mini',
926
926
  'o1',
927
927
  'o3-mini',
package/dist/index.mjs CHANGED
@@ -900,8 +900,8 @@ const DEFAULT_OPTIONS = {
900
900
  };
901
901
  const isSupportedModel = (model) => {
902
902
  return [
903
- 'GPT-5-mini',
904
- 'GPT-5',
903
+ 'gpt-5-mini',
904
+ 'gpt-5',
905
905
  'o1-mini',
906
906
  'o1',
907
907
  'o3-mini',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptic/lumic-utils",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "NPM repo set of utility functions usable across the entire organisation.",
5
5
  "always-build-npm": false,
6
6
  "type": "module",