backend-plus 1.17.4 → 1.17.5

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.
@@ -1420,7 +1420,7 @@ AppBackend.prototype.addProcedureServices = function addProcedureServices(forUnl
1420
1420
  }
1421
1421
  }
1422
1422
  var context=be.getContext(req);
1423
- if(procedureDef.progress!==false){
1423
+ if(true || procedureDef.progress!==false){
1424
1424
  context.informProgress=function informProgress(progressInfo){
1425
1425
  var progress2send={};
1426
1426
  if(progressInfo instanceof Error){
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for typed controls",
4
- "version": "1.17.4",
4
+ "version": "1.17.5",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",