@aigne/platform-helpers 0.4.0 → 0.5.0
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 +7 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.5.0](https://github.com/AIGNE-io/aigne-framework/compare/platform-helpers-v0.4.0...platform-helpers-v0.5.0) (2025-08-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* support google model and skip check mode when connected to Hub ([#300](https://github.com/AIGNE-io/aigne-framework/issues/300)) ([e992c0f](https://github.com/AIGNE-io/aigne-framework/commit/e992c0f3335a7c512fa807d5b8ad10c9c3bf2351))
|
|
9
|
+
|
|
3
10
|
## [0.4.0](https://github.com/AIGNE-io/aigne-framework/compare/platform-helpers-v0.3.1...platform-helpers-v0.4.0) (2025-07-15)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/platform-helpers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "AIGNE core library for building AI-powered applications",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"@libsql/client": "^0.15.9",
|
|
51
51
|
"@modelcontextprotocol/sdk": "^1.15.0",
|
|
52
52
|
"@types/debug": "^4.1.12",
|
|
53
|
-
"camelize-ts": "^3.0.0",
|
|
54
53
|
"content-type": "^1.0.5",
|
|
55
54
|
"debug": "^4.4.1",
|
|
56
55
|
"drizzle-orm": "^0.44.2",
|