Skip to content

Commit

Permalink
chore: bump infoview and infoview-api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 committed Jan 12, 2025
1 parent 7725ba0 commit c8170d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lean4-infoview-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanprover/infoview-api",
"version": "0.4.0",
"version": "0.5.0",
"description": "Types and API for @leanprover/infoview.",
"scripts": {
"watch": "tsc --watch",
Expand Down
8 changes: 4 additions & 4 deletions lean4-infoview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanprover/infoview",
"version": "0.7.10",
"version": "0.8.0",
"description": "An interactive display for the Lean 4 theorem prover.",
"scripts": {
"watch": "rollup --config --environment NODE_ENV:development --watch",
Expand All @@ -10,11 +10,11 @@
},
"exports": {
".": {
"default": "./dist/index.production.min.js",
"default": "./dist/index.development.js",
"types": "./dist/index.d.ts"
},
"./loader": {
"default": "./dist/loader.production.min.js",
"default": "./dist/loader.development.js",
"types": "./dist/loader.d.ts"
},
"./package.json": "./package.json"
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@leanprover/infoview-api": "~0.4.0",
"@leanprover/infoview-api": "~0.5.0",
"@vscode/codicons": "^0.0.32",
"@vscode-elements/react-elements": "^0.5.0",
"es-module-lexer": "^1.5.4",
Expand Down

0 comments on commit c8170d2

Please sign in to comment.