gatsby-core-theme 41.1.34 → 41.1.35

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [41.1.35](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v41.1.34...v41.1.35) (2025-01-29)
2
+
3
+
4
+ ### Code Refactoring
5
+
6
+ * add payment shortname ([674d4a2](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/674d4a253e52b4e709cc496de9fdfff0575e6a23))
7
+
1
8
  ## [41.1.34](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v41.1.33...v41.1.34) (2025-01-29)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "41.1.34",
3
+ "version": "41.1.35",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -162,7 +162,7 @@ export const pickRelationKeys = {
162
162
  "standardised_logo_filename_object",
163
163
  "id",
164
164
  ],
165
- payment_method: ["name", "rating", "logo", "selling_points", "id", "payout_time", "min_deposit", "support_types"],
165
+ payment_method: ["name", "rating", "logo", "selling_points", "id", "payout_time", "min_deposit", "support_types", "short_name",],
166
166
  country: ["id", "iso_code", "logo", "name", "code"],
167
167
  currency: ["id", "name", "iso_code", "symbol", "crypto", "logo"],
168
168
  };