aimodels 0.4.3 → 0.4.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2758,7 +2758,7 @@ var Model = class _Model {
2758
2758
  // src/aimodels.ts
2759
2759
  var AIModels = class _AIModels extends ModelCollection {
2760
2760
  // Singleton instance
2761
- static _instance = null;
2761
+ static _instance;
2762
2762
  /**
2763
2763
  * @private
2764
2764
  * Private constructor used only by the static instance getter.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aimodels",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "A collection of AI model specifications across different providers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",