Skip to content

Commit b700bce

Browse files
authoredAug 30, 2024
Merge pull request #392 from thedadams/prep-0-10-0-rc-4
chore: prep for v0.10.0-rc4 release
2 parents 91bd0a5 + 70619c7 commit b700bce

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://acorn.io"
88
},
99
"private": true,
10-
"version": "v0.10.0-rc3",
10+
"version": "v0.10.0-rc4",
1111
"scripts": {
1212
"build": "next build --no-lint",
1313
"build:electron": "next build --no-lint && node electron/build.mjs",
@@ -22,7 +22,7 @@
2222
},
2323
"main": "electron/main.mjs",
2424
"dependencies": {
25-
"@gptscript-ai/gptscript": "github:gptscript-ai/node-gptscript#7a327070ede4a4d0fbbdad9977fbe10e0fcaa4ae",
25+
"@gptscript-ai/gptscript": "^0.9.5-rc5",
2626
"@monaco-editor/react": "^4.6.0",
2727
"@nextui-org/button": "2.0.32",
2828
"@nextui-org/code": "2.0.28",

0 commit comments

Comments
 (0)