Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
bladealslayer committed Oct 10, 2023
1 parent a0955b1 commit c9b2b4c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 7 additions & 1 deletion build/sharetribe-flex-sdk-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -10427,6 +10427,12 @@ var marketplaceApi = [{
}, {
path: 'stock/compare_and_set',
method: 'post'
}, {
path: 'sitemap_data/query_listings',
method: 'get'
}, {
path: 'sitemap_data/query_assets',
method: 'get'
}];
/**
List of Auth API endpoints
Expand Down Expand Up @@ -12745,7 +12751,7 @@ var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_)

// CONCATENATED MODULE: ./src/version.js
// Update this when updating package.json
var sdkVersion = '1.19.0';
var sdkVersion = '1.20.0';
/* harmony default export */ var src_version = (sdkVersion);
// CONCATENATED MODULE: ./src/runtime.js

Expand Down
11 changes: 9 additions & 2 deletions build/sharetribe-flex-sdk-web.js

Large diffs are not rendered by default.

0 comments on commit c9b2b4c

Please sign in to comment.