Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rhighs committed Jun 19, 2024
1 parent 729f653 commit 6ab8512
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/gen2e-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhighs/gen2e-cli",
"version": "1.1.5",
"version": "1.1.6",
"description": "CLI implementation interfacing @rhighs/gen2e-interpreter",
"main": "dist/src/index.js",
"bin": {
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@playwright/test": "^1.44.0",
"@rhighs/gen2e-interpreter": "^1.1.5",
"@rhighs/gen2e-interpreter": "^1.1.6",
"@rhighs/gen2e-logger": "^1.0.3",
"commander": "^12.0.0",
"jscodeshift": "^0.15.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/gen2e-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhighs/gen2e-desktop",
"version": "1.0.21",
"version": "1.0.22",
"description": "Simple, electron based Gen2E Interpreter interface",
"main": "./out/main/index.js",
"author": "Roberto Montalti",
Expand All @@ -26,7 +26,7 @@
"@ant-design/icons": "^5.3.6",
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@rhighs/gen2e-interpreter": "^1.1.5",
"@rhighs/gen2e-interpreter": "^1.1.6",
"@rhighs/gen2e-logger": "^1.0.3",
"antd": "^5.16.4",
"react-markdown": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gen2e-interpreter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhighs/gen2e-interpreter",
"version": "1.1.5",
"version": "1.1.6",
"description": "A library exposing an LLM based interpreter, provide it human browser instructions and get generated playwright tests back",
"main": "dist/index.js",
"publishConfig": {
Expand Down

0 comments on commit 6ab8512

Please sign in to comment.