Skip to content

Commit

Permalink
release static files (#6616)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone authored Aug 8, 2024
1 parent c534158 commit 3e24fd6
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 49 deletions.
7 changes: 7 additions & 0 deletions assets/extensions/provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@
"website": "https://intrinio.com",
"instructions": "Go to: https://intrinio.com/starter-plan\n\n![Intrinio](https://user-images.githubusercontent.com/85772166/219207556-fcfee614-59f1-46ae-bff4-c63dd2f6991d.png)\n\nAn API key will be issued with a subscription. Find the token value within the account dashboard."
},
{
"packageName": "openbb-multpl",
"optional": true,
"description": "Public broad-market data published to https://multpl.com.",
"credentials": [],
"website": "https://www.multpl.com/"
},
{
"packageName": "openbb-nasdaq",
"optional": true,
Expand Down
50 changes: 25 additions & 25 deletions openbb_platform/openbb/assets/reference.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"openbb": "4.3.0",
"openbb": "4.3.1",
"info": {
"title": "OpenBB Platform (Python)",
"description": "Investment research for everyone, anywhere.",
"core": "1.3.0",
"core": "1.3.1",
"extensions": {
"openbb_core_extension": [
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0"
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1"
],
"openbb_provider_extension": [
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0",
"[email protected].0"
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1",
"[email protected].1"
],
"openbb_obbject_extension": []
}
Expand Down

0 comments on commit 3e24fd6

Please sign in to comment.