@heseya/advanced-ui-modules-sdk
Advanced tools
Comparing version 1.0.0-dev.17 to 1.0.0-dev.18
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.17 Copyright (c) 2023 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.18 Copyright (c) 2023 Heseya and contributors | ||
import { stringifyQueryParams } from '@heseya/store-core'; | ||
@@ -3,0 +3,0 @@ import { __awaiter } from 'tslib'; |
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.17 Copyright (c) 2023 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.18 Copyright (c) 2023 Heseya and contributors | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@heseya/store-core'), require('tslib')) : |
@@ -33,3 +33,2 @@ import { Media, GenericModule, ModuleData, ModuleType, Translations, TextPosition } from '../interfaces'; | ||
description?: Translations; | ||
productID?: string; | ||
} | ||
@@ -36,0 +35,0 @@ export interface ImagesModuleContent { |
@@ -10,3 +10,2 @@ import { ModuleUpdateData } from './Module'; | ||
margin?: number; | ||
productID?: string; | ||
} | ||
@@ -13,0 +12,0 @@ export type ProductVariantSelectionModuleVariant = { |
@@ -5,2 +5,3 @@ import { GenericModule, ModuleData, ModuleType, Translations, Direction } from '../interfaces/'; | ||
export type SpecificationItem = { | ||
order: number; | ||
value: Translations; | ||
@@ -7,0 +8,0 @@ label: Translations; |
{ | ||
"name": "@heseya/advanced-ui-modules-sdk", | ||
"version": "1.0.0-dev.17", | ||
"version": "1.0.0-dev.18", | ||
"author": { | ||
@@ -31,3 +31,3 @@ "name": "Heseya" | ||
"dependencies": { | ||
"@heseya/store-core": "6.0.0-dev.34", | ||
"@heseya/store-core": "6.0.0-dev.46", | ||
"@types/flat": "^5.0.2", | ||
@@ -34,0 +34,0 @@ "array-to-tree": "^3.3.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82943
1047
+ Added@heseya/store-core@6.0.0-dev.46(transitive)
- Removed@heseya/store-core@6.0.0-dev.34(transitive)