@anolilab/ai-model-registry 1.2.0 → 1.2.2
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 +12 -0
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/public/api.json +54702 -67608
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @anolilab/ai-model-registry [1.2.2](https://github.com/anolilab/ai-models/compare/@anolilab/ai-model-registry@1.2.1...@anolilab/ai-model-registry@1.2.2) (2025-08-02)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* streamline model extraction process of upstage ([59cb3c8](https://github.com/anolilab/ai-models/commit/59cb3c821da9053caffbc2b88af4e57f598884b9))
|
|
6
|
+
|
|
7
|
+
## @anolilab/ai-model-registry [1.2.1](https://github.com/anolilab/ai-models/compare/@anolilab/ai-model-registry@1.2.0...@anolilab/ai-model-registry@1.2.1) (2025-08-02)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency @visulima/packem to v2.0.0-alpha.5 ([cfbe379](https://github.com/anolilab/ai-models/commit/cfbe379145bbe0c31e97bb7f9e42c5911957946c))
|
|
12
|
+
|
|
1
13
|
## @anolilab/ai-model-registry [1.2.0](https://github.com/anolilab/ai-models/compare/@anolilab/ai-model-registry@1.1.0...@anolilab/ai-model-registry@1.2.0) (2025-08-02)
|
|
2
14
|
|
|
3
15
|
### Features
|