zudello-execute-local 1.1.4 → 1.1.6
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.
- package/package.json +1 -1
- package/src/utils/nodeVM.js +1 -1
package/package.json
CHANGED
package/src/utils/nodeVM.js
CHANGED
|
@@ -186,7 +186,7 @@ const runScript = async (handler, source, object, loggerMode, dirNamePath, dirNa
|
|
|
186
186
|
const initZudello = `
|
|
187
187
|
const Zudello = new ZudelloSDK(auth, '${authData.organization_uuid}', '${authData.api_url}', '${authData.api_version}', logger)
|
|
188
188
|
const ZudelloAuth = new ZudelloAuthSDK(auth, '${authData.organization_uuid}', '${authData.auth_api_url}', '${authData.api_version}', logger)
|
|
189
|
-
const ZudelloStore = new ZudelloStoreSDK(auth, '${authData.organization_uuid}', '${authData.
|
|
189
|
+
const ZudelloStore = new ZudelloStoreSDK(auth, '${authData.organization_uuid}', '${authData.api_url}', '${authData.api_version}', logger)
|
|
190
190
|
`
|
|
191
191
|
|
|
192
192
|
let initExternalConnections = ''
|