merchi_sdk_js 0.0.26 → 0.0.27
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/inventory_group.js +3 -3
package/package.json
CHANGED
package/src/inventory_group.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import { generateUUID } from './uuid.js';
|
2
2
|
import { addPropertyTo } from './model.js';
|
3
3
|
import { Company } from './company.js';
|
4
|
-
import { Inventory } from './
|
5
|
-
import { Product } from './
|
6
|
-
import { Job } from './
|
4
|
+
import { Inventory } from './inventory';
|
5
|
+
import { Product } from './product.js';
|
6
|
+
import { Job } from './job.js';
|
7
7
|
import { VariationField } from './variation_field.js';
|
8
8
|
|
9
9
|
export function InventoryGroup() {
|