@orderingstack/ordering-types 1.1.4 → 1.1.5

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.
@@ -197,4 +197,5 @@ export interface IMenuComponentProps {
197
197
  components: IMenuComponents & {
198
198
  ProductConfigurator: React.FC<Omit<IProductConfiguratorProps, "components">>;
199
199
  };
200
+ currency?: string;
200
201
  }
@@ -197,4 +197,5 @@ export interface IMenuComponentProps {
197
197
  components: IMenuComponents & {
198
198
  ProductConfigurator: React.FC<Omit<IProductConfiguratorProps, "components">>;
199
199
  };
200
+ currency?: string;
200
201
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",