@oanda/labs-live-rates-table-widget 1.0.41 → 1.0.42

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.
Files changed (46) hide show
  1. package/CHANGELOG.md +172 -0
  2. package/dist/main/LiveRatesTableWidget/Main.js +1 -1
  3. package/dist/main/LiveRatesTableWidget/Main.js.map +1 -1
  4. package/dist/main/LiveRatesTableWidget/components/CardWithData/CardWithData.js +3 -5
  5. package/dist/main/LiveRatesTableWidget/components/CardWithData/CardWithData.js.map +1 -1
  6. package/dist/main/LiveRatesTableWidget/components/Cards/Cards.js +1 -1
  7. package/dist/main/LiveRatesTableWidget/components/Cards/Cards.js.map +1 -1
  8. package/dist/main/LiveRatesTableWidget/components/LineChartWithData/LineChartWithData.js +1 -2
  9. package/dist/main/LiveRatesTableWidget/components/LineChartWithData/LineChartWithData.js.map +1 -1
  10. package/dist/main/LiveRatesTableWidget/components/LineChartWithData/utils.js +1 -1
  11. package/dist/main/LiveRatesTableWidget/components/LineChartWithData/utils.js.map +1 -1
  12. package/dist/main/LiveRatesTableWidget/components/RowWithData/RowWithData.js +3 -5
  13. package/dist/main/LiveRatesTableWidget/components/RowWithData/RowWithData.js.map +1 -1
  14. package/dist/main/LiveRatesTableWidget/utils.js +12 -15
  15. package/dist/main/LiveRatesTableWidget/utils.js.map +1 -1
  16. package/dist/main/gql/getInstrumentsChart.js +8 -3
  17. package/dist/main/gql/getInstrumentsChart.js.map +1 -1
  18. package/dist/main/gql/types/fragment-masking.js +2 -3
  19. package/dist/main/gql/types/fragment-masking.js.map +1 -1
  20. package/dist/main/gql/types/gql.js +1 -2
  21. package/dist/main/gql/types/gql.js.map +1 -1
  22. package/dist/main/gql/validateInstruments.js +8 -3
  23. package/dist/main/gql/validateInstruments.js.map +1 -1
  24. package/dist/module/LiveRatesTableWidget/Main.js +1 -1
  25. package/dist/module/LiveRatesTableWidget/Main.js.map +1 -1
  26. package/dist/module/LiveRatesTableWidget/components/CardWithData/CardWithData.js +3 -5
  27. package/dist/module/LiveRatesTableWidget/components/CardWithData/CardWithData.js.map +1 -1
  28. package/dist/module/LiveRatesTableWidget/components/Cards/Cards.js +1 -1
  29. package/dist/module/LiveRatesTableWidget/components/Cards/Cards.js.map +1 -1
  30. package/dist/module/LiveRatesTableWidget/components/LineChartWithData/LineChartWithData.js +1 -2
  31. package/dist/module/LiveRatesTableWidget/components/LineChartWithData/LineChartWithData.js.map +1 -1
  32. package/dist/module/LiveRatesTableWidget/components/LineChartWithData/utils.js +1 -1
  33. package/dist/module/LiveRatesTableWidget/components/LineChartWithData/utils.js.map +1 -1
  34. package/dist/module/LiveRatesTableWidget/components/RowWithData/RowWithData.js +3 -5
  35. package/dist/module/LiveRatesTableWidget/components/RowWithData/RowWithData.js.map +1 -1
  36. package/dist/module/LiveRatesTableWidget/utils.js +12 -15
  37. package/dist/module/LiveRatesTableWidget/utils.js.map +1 -1
  38. package/dist/module/gql/getInstrumentsChart.js +8 -3
  39. package/dist/module/gql/getInstrumentsChart.js.map +1 -1
  40. package/dist/module/gql/types/fragment-masking.js +2 -3
  41. package/dist/module/gql/types/fragment-masking.js.map +1 -1
  42. package/dist/module/gql/types/gql.js +1 -2
  43. package/dist/module/gql/types/gql.js.map +1 -1
  44. package/dist/module/gql/validateInstruments.js +8 -3
  45. package/dist/module/gql/validateInstruments.js.map +1 -1
  46. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oanda/labs-live-rates-table-widget",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Labs Live Rates Table Widget",
5
5
  "main": "dist/main/index.js",
6
6
  "module": "dist/module/index.js",
@@ -12,7 +12,7 @@
12
12
  "author": "OANDA",
13
13
  "license": "UNLICENSED",
14
14
  "dependencies": {
15
- "@oanda/labs-widget-common": "^1.0.175",
15
+ "@oanda/labs-widget-common": "^1.0.176",
16
16
  "@oanda/mono-i18n": "10.0.1",
17
17
  "graphql": "16.8.1"
18
18
  },
@@ -20,5 +20,5 @@
20
20
  "@graphql-codegen/cli": "5.0.0",
21
21
  "@graphql-codegen/client-preset": "4.1.0"
22
22
  },
23
- "gitHead": "ffe302e74b4bdf5fb28f1f7be09cfd2cb7672eb3"
23
+ "gitHead": "1f4de950884abacb03c4a930e3d2984f433ff6ec"
24
24
  }