Skip to content

Commit

Permalink
Version Packages (#23)
Browse files Browse the repository at this point in the history
* Version Packages

* ci: bump

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chase Adams <c@cadams.io>
  • Loading branch information
3 people committed Oct 4, 2023
1 parent 76ba418 commit 022792e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-birds-kiss.md

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Patch Changes

- [#16](https://github.com/propology/hopfield/pull/16) [`5e27e92`](https://github.com/propology/hopfield/commit/5e27e9236bd12860da6f5e9824c13ae0e12daebe) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onFunctionCall` to streaming function provider to enable workflows that validate final function calls while also streaming responses.
- [#16](https://github.com/propology/hopfield/pull/16) [`5e27e92`](https://github.com/propology/hopfield/commit/5e27e9236bd12860da6f5e9824c13ae0e12daebe): Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `onFunctionCall` to streaming function provider to enable workflows that validate final function calls while also streaming responses.

## 0.2.1

Expand Down
6 changes: 6 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hopfield

## 0.3.0

### Minor Changes

- [`43ea622`](https://github.com/propology/hopfield/commit/43ea6223b94bffce70a2d9400a000bb880825aeb) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixed output types by bundling Zod.

## 0.2.4

### Patch Changes
Expand Down
14 changes: 11 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hopfield",
"version": "0.2.4",
"version": "0.3.0",
"repository": "propology/hopfield",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down Expand Up @@ -32,7 +32,13 @@
"!**/*.bench.ts",
"!tsconfig.build.json"
],
"keywords": ["ai", "llm", "openai", "gpt", "ai-tools"],
"keywords": [
"ai",
"llm",
"openai",
"gpt",
"ai-tools"
],
"license": "MIT",
"peerDependenciesMeta": {
"openai": {
Expand All @@ -47,7 +53,9 @@
"types": "./_types/index.d.ts",
"typesVersions": {
"*": {
"openai": ["./_types/openai/index.d.ts"]
"openai": [
"./_types/openai/index.d.ts"
]
}
},
"typings": "./_types/index.d.ts",
Expand Down

1 comment on commit 022792e

@vercel
Copy link

@vercel vercel bot commented on 022792e Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.