Skip to content

Commit

Permalink
chore: update aixion action version to v1.0.2 for improved functionality
Browse files Browse the repository at this point in the history
chore: remove peerDependencies for typescript and web-streams-polyfill to simplify package management
chore: add typescript as a devDependency for better type support in development
  • Loading branch information
0xJord4n committed Dec 24, 2024
1 parent 8590885 commit d1fc0fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate AI Text
uses: 0xjord4n/[email protected].0
uses: 0xjord4n/[email protected].2
with:
config: >
{
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@
"format": "prettier --write src/**/*.ts"
},
"devDependencies": {
"typescript": "^5.7.2",
"@types/node": "latest",
"@vercel/ncc": "^0.38.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@ai-sdk/anthropic": "^1.0.6",
Expand All @@ -51,8 +49,6 @@
"@ai-sdk/togetherai": "^0.0.12",
"@ai-sdk/xai": "^1.0.12",
"ai": "^4.0.22",
"typescript": "^5.7.2",
"web-streams-polyfill": "^4.0.0",
"zod": "^3.24.1"
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@ use-sync-external-store@^1.4.0:
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz#adbc795d8eeb47029963016cefdf89dc799fcebc"
integrity sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw==

web-streams-polyfill@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0.tgz#74cedf168339ee6e709532f76c49313a8c7acdac"
integrity sha512-0zJXHRAYEjM2tUfZ2DiSOHAa2aw1tisnnhU3ufD57R8iefL+DcdJyRBRyJpG+NUimDgbTI/lH+gAE1PAvV3Cgw==

zod-to-json-schema@^3.23.5:
version "3.24.1"
resolved "https://registry.yarnpkg.com/zod-to-json-schema/-/zod-to-json-schema-3.24.1.tgz#f08c6725091aadabffa820ba8d50c7ab527f227a"
Expand Down

0 comments on commit d1fc0fa

Please sign in to comment.