backend-plus 2.5.2-betha.32 → 2.5.2-betha.35

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.
@@ -483,6 +483,7 @@ myOwn.displayMainMenu = function(addrParams){
483
483
  if(mtv){
484
484
  if(location.href.match(/^.{0,8}localhost/)){
485
485
  mtv.style.backgroundImage='repeating-linear-gradient(-45deg, #FF8, #FF8 8px, #DDD 8px, #DDD 16px)'
486
+ mtv.setAttribute('dev-mode',true);
486
487
  mtv.title = 'Warning! Using system in localhost!'
487
488
  }
488
489
  }
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.32",
4
+ "version": "2.5.2-betha.35",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",
@@ -45,7 +45,7 @@
45
45
  "express": "^5.2.1",
46
46
  "express-session": "^1.18.2",
47
47
  "express-useragent": "^2.0.2",
48
- "fs-extra": "^11.3.3",
48
+ "fs-extra": "^11.3.2",
49
49
  "js-to-html": "^1.3.2",
50
50
  "js-yaml": "^4.1.1",
51
51
  "json4all": "^1.4.0",
@@ -69,7 +69,7 @@
69
69
  "serve-content": "^1.0.2",
70
70
  "session-file-store": "^1.5.0",
71
71
  "simple-git": "^3.30.0",
72
- "sql-tools": "^0.1.3",
72
+ "sql-tools": "^0.1.4",
73
73
  "stack-trace": "^0.0.10",
74
74
  "stylus": "0.64.0",
75
75
  "type-store": "^0.4.5",
@@ -85,7 +85,7 @@
85
85
  "@types/js-yaml": "^4.0.9",
86
86
  "@types/mocha": "^10.0.10",
87
87
  "@types/multiparty": "~4.2.1",
88
- "@types/node": "^25.0.3",
88
+ "@types/node": "^25.0.2",
89
89
  "@types/nodemailer": "^7.0.4",
90
90
  "@types/numeral": "~2.0.5",
91
91
  "@types/session-file-store": "^1.2.6",
@@ -102,8 +102,8 @@
102
102
  "kill-9": "~0.4.3",
103
103
  "mocha": "^11.7.5",
104
104
  "nyc": "^17.1.0",
105
- "puppeteer": "^24.34.0",
106
- "sinon": "^21.0.1",
105
+ "puppeteer": "^24.33.0",
106
+ "sinon": "^21.0.0",
107
107
  "supertest": "^7.1.4",
108
108
  "types.d.ts": "~0.6.22",
109
109
  "typescript": "^5.9.3",