profoundjs 7.13.0 → 7.14.1
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/htdocs/profoundui/proddata/js/designer.js +4196 -4190
- package/htdocs/profoundui/proddata/js/runtime.js +511 -511
- package/package.json +6 -3
- package/profound.jse +1 -1
- package/setup/pjsdist.savf +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "profoundjs",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.14.1",
|
|
4
4
|
"min-profoundui-version": "6.20.0",
|
|
5
5
|
"description": "Profound.js Framework and Server",
|
|
6
6
|
"keywords": [
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"x64"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
+
"@stylistic/eslint-plugin-js": "^1.7.0",
|
|
46
47
|
"acorn": "^8.6.0",
|
|
47
48
|
"adm-zip": "^0.5.1",
|
|
48
49
|
"agentkeepalive": "^4.1.2",
|
|
@@ -62,6 +63,7 @@
|
|
|
62
63
|
"cookie-parser": "^1.4.4",
|
|
63
64
|
"cookie-session": "^1.3.3",
|
|
64
65
|
"cors": "^2.8.5",
|
|
66
|
+
"decimal.js": "^10.4.3",
|
|
65
67
|
"diff": "^5.1.0",
|
|
66
68
|
"diff-match-patch": "^1.0.5",
|
|
67
69
|
"diff2html": "^3.1.15",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"express-http-proxy": "^1.6.0",
|
|
77
79
|
"express-session": "^1.17.1",
|
|
78
80
|
"express-useragent": "^1.0.15",
|
|
81
|
+
"fast-sort": "^3.4.1",
|
|
79
82
|
"fs-extra": "^9.0.1",
|
|
80
83
|
"got": "^12.5.3",
|
|
81
84
|
"hasbin": "^1.2.3",
|
|
@@ -85,11 +88,10 @@
|
|
|
85
88
|
"http-proxy-middleware": "^1.0.6",
|
|
86
89
|
"int64-buffer": "^1.0.0",
|
|
87
90
|
"jimp": "^0.22.10",
|
|
88
|
-
"js-flock": "^3.14.0",
|
|
89
91
|
"jsonwebtoken": "^9.0.2",
|
|
90
92
|
"lockfile": "^1.0.4",
|
|
91
93
|
"marked": "^9.1.6",
|
|
92
|
-
"mathjs": "^
|
|
94
|
+
"mathjs": "^13.2.0",
|
|
93
95
|
"memorystore": "^1.6.1",
|
|
94
96
|
"minimist": "^1.2.5",
|
|
95
97
|
"moment": "^2.26.0",
|
|
@@ -133,6 +135,7 @@
|
|
|
133
135
|
},
|
|
134
136
|
"scripts": {
|
|
135
137
|
"postinstall": "node setup/install.js",
|
|
138
|
+
"git:reset": "sh -c \"scripts/gitreset\"",
|
|
136
139
|
"lint": "eslint",
|
|
137
140
|
"setup": "node setup/setup.js",
|
|
138
141
|
"completeInstall": "node setup/completeInstall.js"
|