@power-plant/ai-sdk 0.0.18 → 0.0.19
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ The Power Plant monorepo is a collection of packages that are designed to work t
|
|
|
33
33
|
|
|
34
34
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
35
35
|
|
|
36
|
-
[](https://docs.stormsoftware.com/projects/power-plant) [](http://commitizen.github.io/cz-cli/)  
|
|
37
37
|
|
|
38
38
|
<!-- prettier-ignore-start -->
|
|
39
39
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@power-plant/ai-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "☢️ An AI SDK tool that allows AI models to leverage Power Plant generators to enhance their capabilities",
|
|
6
6
|
"keywords": ["ai", "ai-sdk", "power-plant", "storm-software"],
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@ai-sdk/provider": "^4.0.3",
|
|
66
66
|
"@ai-sdk/provider-utils": "^5.0.12",
|
|
67
|
-
"@power-plant/core": "^0.0.
|
|
67
|
+
"@power-plant/core": "^0.0.23",
|
|
68
68
|
"@stryke/string-format": "^0.17.38",
|
|
69
69
|
"@stryke/type-checks": "^0.6.29",
|
|
70
70
|
"@stryke/types": "^0.12.24",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"typescript": "^6.0.3"
|
|
78
78
|
},
|
|
79
79
|
"publishConfig": { "access": "public" },
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "684f2460a2bb943d952d3e608e8c124f0a5b6301"
|
|
81
81
|
}
|