@restorecommerce/protos 6.11.5 → 6.11.6

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.11.6](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.11.5...@restorecommerce/protos@6.11.6) (2025-06-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **proto:** add currency code ([069d9cb](https://github.com/restorecommerce/libs/commit/069d9cb4c7c738d648d6f4aaf769db448ed7f904))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [6.11.5](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@6.11.4...@restorecommerce/protos@6.11.5) (2025-05-23)
7
18
 
8
19
 
@@ -64,6 +64,7 @@ message Currency {
64
64
  */
65
65
  repeated ExchangeRate custom_exchange_rates = 6;
66
66
  optional int32 precision = 7;
67
+ optional string code = 8;
67
68
  }
68
69
 
69
70
  message ExchangeRate {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "6.11.5",
3
+ "version": "6.11.6",
4
4
  "description": "Protobuf descriptors for Restorecommerce services",
5
5
  "author": "n-fuse GmbH",
6
6
  "repository": {
@@ -15,5 +15,5 @@
15
15
  "protobufs"
16
16
  ],
17
17
  "scripts": {},
18
- "gitHead": "d6cb17cb2845b0ff24ec58947eec07b83120a35e"
18
+ "gitHead": "93154e3e07baee77f92c667d096f2e82ff26933f"
19
19
  }