merchi_sdk_js 0.0.37 → 0.0.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/category.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
4
4
  "type": "module",
5
5
  "main": "src/merchi.js",
6
6
  "module": "src/merchi.js",
package/src/category.js CHANGED
@@ -14,7 +14,7 @@ export function Category() {
14
14
  addPropertyTo(this, 'showPublic');
15
15
  addPropertyTo(this, 'showPublicSupplierResell');
16
16
  addPropertyTo(this, 'domain', Domain);
17
- addPropertyTo(this, 'subCategories', Category);
17
+ addPropertyTo(this, 'subcategories', Category);
18
18
  addPropertyTo(this, 'parent', Category);
19
19
 
20
20
  this.create = function (success, error, embed, domainId) {