@stackfactor/client-api 1.1.110 → 1.1.111

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/security.js +2 -2
  2. package/package.json +1 -1
package/lib/security.js CHANGED
@@ -48,7 +48,7 @@ const setAuthConnections = (data, authToken) => {
48
48
  * @param {String} authToken
49
49
  * @returns {Promise<Object>}
50
50
  */
51
- const synchronizewithAuth0 = (authToken) => {
51
+ const synchronizeWithAuth0 = (authToken) => {
52
52
  return new Promise(function (resolve, reject) {
53
53
  const sunchronizeRequest = client.get(
54
54
  `api/v1/security/synchronizewithauth0`,
@@ -67,5 +67,5 @@ const synchronizewithAuth0 = (authToken) => {
67
67
  export default {
68
68
  getAuthConnections,
69
69
  setAuthConnections,
70
- synchronizewithAuth0,
70
+ synchronizeWithAuth0,
71
71
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.1.110",
3
+ "version": "1.1.111",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {