Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
key: "oanda-get-historical-prices",
name: "Get Historical Prices",
description: "Retrieve historical price data for a specified currency pair or instrument within a given time range. [See the documentation](https://developer.oanda.com/rest-live-v20/pricing-ep/)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
Expand Down
2 changes: 1 addition & 1 deletion components/oanda/common/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const WEEKLY_ALIGNMENT_DAYS = [
"Monday",
"Tuesday",
"Wednesday",
"Thrusday",
"Thursday",
"Friday",
"Saturday",
"Sunday",
Expand Down
2 changes: 1 addition & 1 deletion components/oanda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/oanda",
"version": "0.7.0",
"version": "0.7.1",
"description": "Pipedream oanda Components",
"main": "oanda.app.mjs",
"keywords": [
Expand Down
Loading