merchi_sdk_js 0.0.27 → 0.0.28
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 +1 -1
package/package.json
CHANGED
package/src/inventory_group.js
CHANGED
@@ -1,7 +1,7 @@
|
|
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 './inventory';
|
4
|
+
import { Inventory } from './inventory.js';
|
5
5
|
import { Product } from './product.js';
|
6
6
|
import { Job } from './job.js';
|
7
7
|
import { VariationField } from './variation_field.js';
|