@remult/core
Advanced tools
Comparing version 3.0.28 to 3.0.29
{ | ||
"name": "@remult/core", | ||
"schematics": "./schematics/collection.json", | ||
"version": "3.0.28", | ||
"version": "3.0.29", | ||
"description": "remult core lib", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -152,3 +152,3 @@ "use strict"; | ||
allActions: [], | ||
runningOnServer: typeof module !== 'undefined' && !!module.exports, | ||
runningOnServer: typeof process !== 'undefined', | ||
runActionWithoutBlockingUI: function (what) { return what(); }, | ||
@@ -155,0 +155,0 @@ startBusyWithProgress: function () { return ({ |
Sorry, the diff of this file is not supported yet
1224173