Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
loveirobert committed Jul 10, 2024
1 parent 8c3fb76 commit 0697722
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ npx nx run-many -t build
## Publish all modules

```bash
npx nx run-many -t publish --ver=0.1.54 --tag=latest --otp=425437
npx nx run-many -t publish --ver=0.1.53 --tag=latest --otp=425437
```

otp is optinal if you have 2FA enabled on your NPM account.
2 changes: 1 addition & 1 deletion modules/azure-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-beyond-ai/azure-openai",
"version": "0.1.54",
"version": "0.1.55",
"dependencies": {
"@azure/openai": "^1.0.0-beta.11",
"@one-beyond-ai/common": "*"
Expand Down
2 changes: 1 addition & 1 deletion modules/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-beyond-ai/common",
"version": "0.1.54",
"version": "0.1.55",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/cost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-beyond-ai/cost",
"version": "0.1.54",
"version": "0.1.55",
"dependencies": {
"@one-beyond-ai/common": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-beyond-ai/embed",
"version": "0.1.54",
"version": "0.1.55",
"main": "./index.js",
"module": "./index.mjs",
"typings": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion modules/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-beyond-ai/openai",
"version": "0.1.54",
"version": "0.1.55",
"dependencies": {
"openai": "^4.29.2",
"@one-beyond-ai/common": "*"
Expand Down
2 changes: 1 addition & 1 deletion modules/text-document-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-beyond-ai/text-document-extractor",
"version": "0.1.54",
"version": "0.1.55",
"dependencies": {
"langchain": "^0.1.26",
"mammoth": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/tokenizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@one-beyond-ai/tokenizer",
"version": "0.1.54",
"version": "0.1.55",
"dependencies": {
"js-tiktoken": "^1.0.10",
"langchain": "^0.1.30",
Expand Down
10 changes: 5 additions & 5 deletions samples/one-beyond-ai-aws/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dependencies": {
"@aws-sdk/client-sns": "^3.556.0",
"@elastic/elasticsearch": "^8.13.1",
"@one-beyond-ai/azure-openai": "^0.1.54",
"@one-beyond-ai/common": "^0.1.54",
"@one-beyond-ai/embed": "^0.1.54",
"@one-beyond-ai/text-document-extractor": "^0.1.54",
"@one-beyond-ai/tokenizer": "^0.1.54",
"@one-beyond-ai/azure-openai": "^0.1.55",
"@one-beyond-ai/common": "^0.1.55",
"@one-beyond-ai/embed": "^0.1.55",
"@one-beyond-ai/text-document-extractor": "^0.1.55",
"@one-beyond-ai/tokenizer": "^0.1.55",
"@types/aws-lambda": "^8.10.137",
"aws-cdk-lib": "2.133.0",
"aws-sdk": "^2.1598.0",
Expand Down

0 comments on commit 0697722

Please sign in to comment.