@nicefer/types 1.0.116 → 1.0.117

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.
@@ -76,6 +76,7 @@ export interface ProductVariantInDB {
76
76
  productId?: string;
77
77
  images?: ProductVariantImage[];
78
78
  barcode?: string;
79
+ weightLbs?: number;
79
80
  /**
80
81
  * Packages dónde está la variante
81
82
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nicefer/types",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "description": "Tipos compartidos para Nicefer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",