Skip to content

Commit

Permalink
fix: window fix from firebolt-openrpc 2.0.3-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita committed Jul 27, 2023
1 parent 25a5b19 commit 8c06dd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/sdks",
"version": "0.14.0-next.10",
"version": "0.14.1-next.0",
"description": "The Firebolt JS SDK",
"type": "module",
"bin": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@firebolt-js/openrpc": "2.0.2",
"@firebolt-js/openrpc": "2.0.3-next.1",
"@firebolt-js/schemas": "1.0.0-next.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/sdks/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/sdk",
"version": "0.14.0-next.10",
"version": "0.14.1-next.0",
"description": "The Firebolt JS SDK",
"main": "./dist/lib/firebolt.mjs",
"types": "./dist/lib/firebolt.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/sdks/manage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebolt-js/manage-sdk",
"version": "0.14.0-next.10",
"version": "0.14.1-next.0",
"description": "The Firebolt Manage JS SDK",
"main": "./dist/lib/firebolt-manage.mjs",
"types": "./dist/lib/firebolt-manage.d.ts",
Expand Down

0 comments on commit 8c06dd1

Please sign in to comment.