@pipedream/unirateapi 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import app from "../../unirateapi.app.mjs";
3
3
  export default {
4
4
  key: "unirateapi-get-exchange-rates",
5
5
  name: "Get Exchange Rates",
6
- version: "0.0.2",
6
+ version: "0.0.3",
7
7
  annotations: {
8
8
  destructiveHint: false,
9
9
  openWorldHint: true,
@@ -11,6 +11,7 @@ export default {
11
11
  },
12
12
  description: "Get the latest exchange rate(s) for a base currency. Returns a single rate when a target is provided, or all rates keyed by currency code when omitted. [See the documentation](https://unirateapi.com/apidocs).",
13
13
  type: "action",
14
+ ai: "optimized",
14
15
  props: {
15
16
  app,
16
17
  from: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/unirateapi",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Pipedream UniRateAPI Components",
5
5
  "main": "unirateapi.app.mjs",
6
6
  "keywords": [