Skip to content

Commit

Permalink
Update quickjs types
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Sep 11, 2024
1 parent 1cb371c commit 5af7e08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/sdk-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caido/sdk-backend",
"version": "0.40.1-beta.7",
"version": "0.40.1-beta.8",
"description": "Typing for the Caido Backend SDK",
"author": "Caido Labs Inc. <[email protected]>",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"src/*"
],
"dependencies": {
"@caido/quickjs-types": "0.6.0",
"@caido/quickjs-types": "0.7.0",
"@caido/sdk-shared": "0.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/sdk-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caido/sdk-workflow",
"version": "0.40.1-beta.1",
"version": "0.40.1-beta.2",
"description": "Typing for the Caido Workflow SDK",
"author": "Caido Labs Inc. <[email protected]>",
"license": "MIT",
Expand All @@ -9,6 +9,6 @@
"src/*"
],
"dependencies": {
"@caido/quickjs-types": "0.6.0"
"@caido/quickjs-types": "0.7.0"
}
}
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 5af7e08

Please sign in to comment.