@hubs101/js-api-skd-client 1.0.10385 → 1.0.10386

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -875,7 +875,7 @@ function EventAPIProvider(props) {
875
875
  }), [config, config.baseUrl, config.token]);
876
876
  const createBlogPage = react_1.default.useCallback((portfolioId, data, files) => __awaiter(this, void 0, void 0, function* () {
877
877
  (0, api_1.validateConfig)(config);
878
- return (0, event_1._createBlogPage)(portfolioId, config.baseUrl, config.token, data, files);
878
+ return (0, event_1._createBlogPage)(config.baseUrl, config.token, portfolioId, data, files);
879
879
  }), [config, config.baseUrl, config.token]);
880
880
  return (react_1.default.createElement(EventAPIContext_1.default.Provider, { value: {
881
881
  config,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10385",
3
+ "version": "1.0.10386",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",