Comparing version 28.0.0-1615140344427 to 28.0.0-1615151570586
@@ -355,3 +355,5 @@ import { EventEmitter } from 'betsy'; | ||
: undefined; | ||
if (utils.ENVIRONMENT === 'production' || action[utils.IS_OPERATOR]) { | ||
if (utils.ENVIRONMENT === 'production' || | ||
action[utils.IS_OPERATOR] || | ||
this.mode.mode === utils.MODE_SSR) { | ||
const execution = this.createExecution(name, action, boundExecution); | ||
@@ -358,0 +360,0 @@ this.eventHub.emit(internalTypes.EventType.ACTION_START, Object.assign(Object.assign({}, execution), { value })); |
@@ -359,3 +359,5 @@ "use strict"; | ||
: undefined; | ||
if (utils.ENVIRONMENT === 'production' || action[utils.IS_OPERATOR]) { | ||
if (utils.ENVIRONMENT === 'production' || | ||
action[utils.IS_OPERATOR] || | ||
this.mode.mode === utils.MODE_SSR) { | ||
const execution = this.createExecution(name, action, boundExecution); | ||
@@ -362,0 +364,0 @@ this.eventHub.emit(internalTypes.EventType.ACTION_START, Object.assign(Object.assign({}, execution), { value })); |
{ | ||
"name": "overmind", | ||
"version": "28.0.0-1615140344427", | ||
"version": "28.0.0-1615151570586", | ||
"description": "Frictionless state management", | ||
@@ -38,6 +38,6 @@ "author": "Christian Alfoni <christianalfoni@gmail.com>", | ||
"is-plain-obj": "^1.1.0", | ||
"betsy": "1.0.2-1615140344427", | ||
"non-blocking-json": "1.1.1-1615140344427", | ||
"betsy": "1.0.2-1615151570586", | ||
"non-blocking-json": "1.1.1-1615151570586", | ||
"tslib": "^1.10.0", | ||
"proxy-state-tree": "6.3.0-1615140344427" | ||
"proxy-state-tree": "6.3.0-1615151570586" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
905317
8941
+ Addedbetsy@1.0.2-1615151570586(transitive)
+ Addednon-blocking-json@1.1.1-1615151570586(transitive)
+ Addedproxy-state-tree@6.3.0-1615151570586(transitive)
- Removedbetsy@1.0.2-1615140344427(transitive)
- Removednon-blocking-json@1.1.1-1615140344427(transitive)
- Removedproxy-state-tree@6.3.0-1615140344427(transitive)
Updatedbetsy@1.0.2-1615151570586