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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "type": "module",
5
5
  "main": "src/merchi.js",
6
6
  "module": "src/merchi.js",
@@ -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';