@atoms-studio/commercelayer-sdk
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,8 @@ | ||
### [1.3.1](https://github.com/atoms-studio/commercelayer-sdk/compare/1.3.0...1.3.1) (2022-01-11) | ||
### Bug Fixes | ||
* **resources:** type on StockItems ([06ca892](https://github.com/atoms-studio/commercelayer-sdk/commit/06ca892ade06ce591942ccb7f83c3a46dbe46ba0)) | ||
## [1.3.0](https://github.com/atoms-studio/commercelayer-sdk/compare/1.2.0...1.3.0) (2022-01-11) | ||
@@ -2,0 +9,0 @@ |
@@ -1444,3 +1444,3 @@ 'use strict'; | ||
const StockItemConfig = { | ||
type: 'stock_locations', | ||
type: 'stock_items', | ||
attributes: ['sku_code', 'quantity'], | ||
@@ -1447,0 +1447,0 @@ relationships: { |
@@ -1436,3 +1436,3 @@ import axios from 'axios'; | ||
const StockItemConfig = { | ||
type: 'stock_locations', | ||
type: 'stock_items', | ||
attributes: ['sku_code', 'quantity'], | ||
@@ -1439,0 +1439,0 @@ relationships: { |
{ | ||
"name": "@atoms-studio/commercelayer-sdk", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"repository": "git@github.com:atoms-studio/commercelayer-sdk.git", | ||
@@ -5,0 +5,0 @@ "author": "atoms.studio", |
196724