dmencu 0.3.28 → 0.3.30

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.
@@ -197,14 +197,7 @@ export declare function emergeAppDmEncu<T extends procesamiento.Constructor<proc
197
197
  result: any;
198
198
  };
199
199
  };
200
- } & {
201
- procedures: {
202
- [k: string]: {
203
- timestamp: number;
204
- result: any;
205
- };
206
- };
207
- };
200
+ } & procesamiento.Caches;
208
201
  fieldDomain: {
209
202
  [k: string]: Partial<procesamiento.FieldDefinition>;
210
203
  } & {
@@ -680,14 +673,7 @@ export declare var AppDmEncu: {
680
673
  result: any;
681
674
  };
682
675
  };
683
- } & {
684
- procedures: {
685
- [k: string]: {
686
- timestamp: number;
687
- result: any;
688
- };
689
- };
690
- };
676
+ } & procesamiento.Caches;
691
677
  fieldDomain: {
692
678
  [k: string]: Partial<procesamiento.FieldDefinition>;
693
679
  } & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "0.3.28",
4
+ "version": "0.3.30",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",
@@ -11,11 +11,11 @@
11
11
  "install"
12
12
  ],
13
13
  "dependencies": {
14
- "@material-ui/core": "~4.12.3",
14
+ "@material-ui/core": "^4.12.4",
15
15
  "memoize-one": "~6.0.0",
16
16
  "meta-enc": "^1.4.5",
17
17
  "procesamiento": "^1.0.10",
18
- "backend-plus": "^1.17.14",
18
+ "backend-plus": "^1.17.15",
19
19
  "qrcode": "^1.5.0",
20
20
  "react": "~17.0.2",
21
21
  "react-dom": "~17.0.2",