profoundjs 6.0.4 → 6.1.0

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.
@@ -2,10 +2,11 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>Atrium Web Portal Banner</title>
5
+ <meta charset="utf-8" />
5
6
  <link rel="stylesheet" type="text/css" href="/profoundui/userdata/css/atrium_banner.css" media="all" />
6
- <script type="text/javascript" src="/profoundui/proddata/js/atrium_api.js"></script>
7
+ <script src="/profoundui/proddata/js/atrium_api.js"></script>
7
8
  </head>
8
9
  <body class="Atrium-banner" onload="Atrium.attachActivityMonitor();">
9
- <div class="Atrium-banner"><img src="/profoundui/userdata/images/atrium_banner.jpg" /></div>
10
+ <div class="Atrium-banner"><img src="/profoundui/userdata/images/atrium_banner.jpg" alt="Atrium Banner" /></div>
10
11
  </body>
11
12
  </html>
@@ -112,7 +112,7 @@
112
112
  "enableCors": true,
113
113
  "summary": "Add one #singleForm#",
114
114
  "description": "Add one #singleForm#",
115
- "method": "put",
115
+ "method": "post",
116
116
  "tag": "#pluralForm#",
117
117
  "path": "/#pluralForm#",
118
118
  "outputdescription": "Returns the status of the request.",
@@ -139,7 +139,7 @@
139
139
  "summary": "Update one #singleForm#",
140
140
  "description": "Update one #singleForm#",
141
141
  "tag": "#pluralForm#",
142
- "method": "post",
142
+ "method": "put",
143
143
  "path": "/#pluralForm#/#pathKeys#",
144
144
  "outputdescription": "Returns the status of the request.",
145
145
  "inputs": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profoundjs",
3
- "version": "6.0.4",
3
+ "version": "6.1.0",
4
4
  "min-profoundui-version": "6.20.0",
5
5
  "description": "Profound.js Framework and Server",
6
6
  "keywords": [
@@ -60,6 +60,7 @@
60
60
  "cookie-session": "^1.3.3",
61
61
  "cors": "^2.8.5",
62
62
  "diff": "^5.1.0",
63
+ "diff-match-patch": "^1.0.5",
63
64
  "diff2html": "^3.1.15",
64
65
  "dotenv": "^16.0.3",
65
66
  "ejs": "^3.1.5",
@@ -72,8 +73,10 @@
72
73
  "express-session": "^1.17.1",
73
74
  "express-useragent": "^1.0.15",
74
75
  "fs-extra": "^9.0.1",
76
+ "got": "^12.5.3",
75
77
  "hasbin": "^1.2.3",
76
78
  "highlight.js": "^10.4.1",
79
+ "hpagent": "^1.2.0",
77
80
  "htmlencode": "0.0.4",
78
81
  "http-proxy-middleware": "^1.0.6",
79
82
  "int64-buffer": "^1.0.0",