Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutphilippe committed Aug 18, 2024
1 parent cdc14a3 commit 4aabe1c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
9 changes: 1 addition & 8 deletions openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"clean": "rm -rf dist",
"build": "npm run clean && tsc"
},
"dependencies": {
"openai": "^4.56.0",
"@restackio/restack-sdk-ts": "^0.0.48"
},
"devDependencies": {
"typescript": "^4.9.5",
"nodemon": "^2.0.12",
Expand All @@ -31,8 +27,5 @@
"import": "./dist/functions/index.js",
"require": "./dist/functions/index.js",
"types": "./dist/functions/index.ts"
},
"files": [
"dist/"
]
}
}
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"name": "@restackio/restack-sdk-integrations",
"version": "0.0.17",
"version": "0.0.18",
"scripts": {
"build": "pnpm -r run build",
"dev": "pnpm -r run dev"
},
"workspaces": [
"*"
],
"dependencies": {
"openai": "^4.56.0",
"@restackio/restack-sdk-ts": "^0.0.48"
},
"devDependencies": {
"typescript": "^4.0.0"
},
"files": [
"**/dist"
"*/dist"
]
}
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
packages:
- "*"
- "*/*"
- "openai"

0 comments on commit 4aabe1c

Please sign in to comment.