Skip to content

Commit

Permalink
fix typescript types not being exported in the module (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpears201 authored Aug 21, 2024
1 parent 1e87ab8 commit 417e45f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions src/sdks/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "The Firebolt JS SDK",
"main": "./dist/lib/firebolt.mjs",
"types": "./dist/lib/firebolt.d.ts",
"exports": {
".": "./dist/lib/firebolt.mjs"
},
"type": "module",
"scripts": {
"validate": "npx firebolt-openrpc validate --input ./dist/firebolt-core-open-rpc.json",
Expand Down Expand Up @@ -53,4 +50,4 @@
"sdk"
],
"license": "Apache-2.0"
}
}
5 changes: 1 addition & 4 deletions src/sdks/discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "The Firebolt Discovery JS SDK",
"main": "./dist/lib/firebolt-discovery.mjs",
"types": "./dist/lib/firebolt-discovery.d.ts",
"exports": {
".": "./dist/lib/firebolt-discovery.mjs"
},
"type": "module",
"scripts": {
"validate": "npx firebolt-openrpc validate --input ./dist/firebolt-discovery-open-rpc.json",
Expand Down Expand Up @@ -53,4 +50,4 @@
"sdk"
],
"license": "Apache-2.0"
}
}
5 changes: 1 addition & 4 deletions src/sdks/manage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "The Firebolt Manage JS SDK",
"main": "./dist/lib/firebolt-manage.mjs",
"types": "./dist/lib/firebolt-manage.d.ts",
"exports": {
".": "./dist/lib/firebolt-manage.mjs"
},
"type": "module",
"scripts": {
"validate": "npx firebolt-openrpc validate --input ./dist/firebolt-manage-open-rpc.json",
Expand Down Expand Up @@ -53,4 +50,4 @@
"sdk"
],
"license": "Apache-2.0"
}
}

0 comments on commit 417e45f

Please sign in to comment.