anear-js-api 1.4.1 → 1.4.2

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.
@@ -2305,7 +2305,7 @@ const AnearEventMachineFunctions = ({
2305
2305
  context.anearEvent.attributes.initial_context
2306
2306
  if (initialContext && typeof initialContext === 'object' && !Array.isArray(initialContext)) {
2307
2307
  actorInput = initialContext
2308
- logger.debug(`[AEM] Using initial_context (partial) from event for ${context.anearEvent.id}`, initialContext)
2308
+ logger.debug(`[AEM] Using initial_context from event ${context.anearEvent.id}:`, JSON.stringify(initialContext))
2309
2309
  }
2310
2310
  }
2311
2311
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anear-js-api",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Javascript Developer API for Anear Apps",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {