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.
- package/dist/index.js +1 -1
- 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
|
|
2761
|
+
static _instance;
|
|
2762
2762
|
/**
|
|
2763
2763
|
* @private
|
|
2764
2764
|
* Private constructor used only by the static instance getter.
|