backend-plus 2.5.2-betha.42 → 2.5.2-betha.44

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.
@@ -9,6 +9,7 @@ html(lang=lang)
9
9
  .iconostd{
10
10
  display: none
11
11
  }
12
+ meta(name='viewport' content="width=device-width, user-scalable=no")
12
13
  body
13
14
  form(id="chPassForm", action="chpass", method="post")
14
15
  table.chpasstable
@@ -9,6 +9,7 @@ html(lang=lang)
9
9
  .iconostd{
10
10
  display: none
11
11
  }
12
+ meta(name='viewport' content="width=device-width, user-scalable=no")
12
13
  body
13
14
  form(id="loginForm", action="login", method="post")
14
15
  table.logintable
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.42",
4
+ "version": "2.5.2-betha.44",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@upgraded/locate-path": "^6.0.0-alfa.1",
33
33
  "ajax-best-promise": "^0.4.2",
34
- "backend-skins": "^0.1.18",
34
+ "backend-skins": "^0.1.22",
35
35
  "best-globals": "^2.0.2",
36
36
  "big.js": "^7.0.1",
37
37
  "body-parser": "^2.2.1",