backend-plus 2.5.2-betha.20 → 2.5.2-betha.21
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.
- package/lib/backend-plus.js +5 -5
- package/package.json +2 -2
package/lib/backend-plus.js
CHANGED
|
@@ -522,14 +522,14 @@ AppBackend.prototype.shutdownCallbackListAdd = function(messageFun){
|
|
|
522
522
|
|
|
523
523
|
|
|
524
524
|
AppBackend.prototype._Browsers = {
|
|
525
|
-
Edge: {short:'Ed' , minVer:14 , polly:
|
|
525
|
+
Edge: {short:'Ed' , minVer:14 , polly:117},
|
|
526
526
|
Konqueror: {short:'Kq' , minVer:null, polly:true},
|
|
527
|
-
Chromium: {short:'Chmm', minVer:49 , polly:
|
|
528
|
-
Chrome: {short:'Ch' , minVer:49 , polly:
|
|
529
|
-
Safari: {short:'Sf' , minVer:9 , polly:
|
|
527
|
+
Chromium: {short:'Chmm', minVer:49 , polly:117},
|
|
528
|
+
Chrome: {short:'Ch' , minVer:49 , polly:117},
|
|
529
|
+
Safari: {short:'Sf' , minVer:9 , polly:17},
|
|
530
530
|
IE: {short:'IE' , minVer:11 , polly:true},
|
|
531
531
|
Opera: {short:'Op' , minVer:null, polly:true},
|
|
532
|
-
Firefox: {short:'FF' , minVer:52 , polly:
|
|
532
|
+
Firefox: {short:'FF' , minVer:52 , polly:119},
|
|
533
533
|
};
|
|
534
534
|
|
|
535
535
|
var fontExts = [ 'jfproj', 'ttf', 'pfa', 'woff', 'woff2', 'fnt', 'fot', 'otf', 'odttf', 'fon']
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backend-plus",
|
|
3
3
|
"description": "Backend for the anti Pareto rule",
|
|
4
|
-
"version": "2.5.2-betha.
|
|
4
|
+
"version": "2.5.2-betha.21",
|
|
5
5
|
"author": "Codenautas <codenautas@googlegroups.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "codenautas/backend-plus",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"pug": "^3.0.3",
|
|
65
65
|
"read-yaml-promise": "^1.0.2",
|
|
66
66
|
"regexplicit": "^0.1.3",
|
|
67
|
-
"require-bro": "^0.3.
|
|
67
|
+
"require-bro": "^0.3.2",
|
|
68
68
|
"self-explain": "^0.11.0",
|
|
69
69
|
"serve-content": "^1.0.2",
|
|
70
70
|
"session-file-store": "^1.5.0",
|