profoundjs 6.0.5 → 6.2.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.5",
3
+ "version": "6.2.0",
4
4
  "min-profoundui-version": "6.20.0",
5
5
  "description": "Profound.js Framework and Server",
6
6
  "keywords": [
@@ -51,15 +51,18 @@
51
51
  "binary-search-bounds": "^2.0.4",
52
52
  "bitwise": "^2.0.4",
53
53
  "body-parser": "^1.19.0",
54
+ "body-parser-xml": "^2.0.3",
54
55
  "callsite": "^1.0.0",
55
56
  "cardinal": "^2.1.1",
56
57
  "chokidar": "^3.4.0",
58
+ "columnify": "^1.6.0",
57
59
  "compare-versions": "^3.5.1",
58
60
  "compression": "^1.7.4",
59
61
  "cookie-parser": "^1.4.4",
60
62
  "cookie-session": "^1.3.3",
61
63
  "cors": "^2.8.5",
62
64
  "diff": "^5.1.0",
65
+ "diff-match-patch": "^1.0.5",
63
66
  "diff2html": "^3.1.15",
64
67
  "dotenv": "^16.0.3",
65
68
  "ejs": "^3.1.5",
@@ -72,8 +75,10 @@
72
75
  "express-session": "^1.17.1",
73
76
  "express-useragent": "^1.0.15",
74
77
  "fs-extra": "^9.0.1",
78
+ "got": "^12.5.3",
75
79
  "hasbin": "^1.2.3",
76
80
  "highlight.js": "^10.4.1",
81
+ "hpagent": "^1.2.0",
77
82
  "htmlencode": "0.0.4",
78
83
  "http-proxy-middleware": "^1.0.6",
79
84
  "int64-buffer": "^1.0.0",
@@ -84,9 +89,12 @@
84
89
  "minimist": "^1.2.5",
85
90
  "moment": "^2.26.0",
86
91
  "morgan": "^1.9.1",
92
+ "mssql": "^6.4.1",
87
93
  "multer": "^1.4.5-lts.1",
94
+ "mysql": "^2.17.1",
88
95
  "needle": "^3.1.0",
89
96
  "node-machine-id": "^1.1.12",
97
+ "node-sql-parser": "^4.6.6",
90
98
  "p-iteration": "^1.1.8",
91
99
  "pdfmake": "^0.2.4",
92
100
  "pjsloader": "^1.12.0",
@@ -99,6 +107,7 @@
99
107
  "randomatic": "^3.1.1",
100
108
  "request": "^2.88.0",
101
109
  "semver": "^7.3.8",
110
+ "soap": "^0.45.0",
102
111
  "ssh2": "^1.11.0",
103
112
  "ssh2-sftp-client": "^8.1.0",
104
113
  "stat-mode": "^1.0.0",
@@ -116,6 +125,7 @@
116
125
  },
117
126
  "scripts": {
118
127
  "postinstall": "node setup/install.js",
128
+ "lint": "eslint",
119
129
  "setup": "node setup/setup.js",
120
130
  "completeInstall": "node setup/completeInstall.js"
121
131
  },