data-primals-engine 1.7.0 → 1.7.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/client/package-lock.json +702 -143
- package/client/package.json +6 -3
- package/package.json +19 -13
- package/src/core.js +487 -477
- package/src/email.js +0 -2
- package/src/filter.js +348 -343
- package/src/modules/data/data.js +311 -302
- package/src/modules/workflow.js +1828 -1815
- package/src/packs.js +14 -10
package/client/package.json
CHANGED
|
@@ -13,13 +13,16 @@
|
|
|
13
13
|
"preview": "vite preview"
|
|
14
14
|
},
|
|
15
15
|
"resolutions": {
|
|
16
|
+
"immutable": ">=5.1.5",
|
|
16
17
|
"body-parser": ">=2.2.1",
|
|
17
18
|
"js-yaml": ">=4.1.1",
|
|
18
19
|
"prismjs": ">=1.30.0",
|
|
19
20
|
"qs": ">=6.14.1",
|
|
20
|
-
"lodash": ">=4.
|
|
21
|
+
"lodash": ">=4.18.0",
|
|
21
22
|
"react-router": ">=7.12.0",
|
|
22
|
-
"react-router-dom": ">=7.12.0"
|
|
23
|
+
"react-router-dom": ">=7.12.0",
|
|
24
|
+
"minimatch": ">=3.1.4",
|
|
25
|
+
"path-to-regexp": ">=8.4.0"
|
|
23
26
|
},
|
|
24
27
|
"peerDependencies": {
|
|
25
28
|
"@tiptap/react": "^2.26.1",
|
|
@@ -81,6 +84,6 @@
|
|
|
81
84
|
"globals": "^15.15.0",
|
|
82
85
|
"process": "^0.11.10",
|
|
83
86
|
"sass-embedded": "^1.90.0",
|
|
84
|
-
"vite": "
|
|
87
|
+
"vite": "8.0.9"
|
|
85
88
|
}
|
|
86
89
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "data-primals-engine",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "data-primals-engine is a package responsible from handling large amount of data using MongoDB in a practical and performant way. It can also get workflow models working (for automation), and fully supports internationalisation. It also has integrated AI assistant.",
|
|
5
5
|
"main": "src/engine.js",
|
|
6
6
|
"type": "module",
|
|
@@ -28,18 +28,24 @@
|
|
|
28
28
|
"@rollup/rollup-linux-x64-gnu": "4.6.1"
|
|
29
29
|
},
|
|
30
30
|
"resolutions": {
|
|
31
|
+
"flatted": ">=3.4.2",
|
|
32
|
+
"rollup": ">=4.59.0",
|
|
31
33
|
"on-headers": ">=1.1.0",
|
|
32
34
|
"brace-expansion": ">=2.0.2",
|
|
33
35
|
"prismjs": ">=1.30.0",
|
|
34
36
|
"xml2js": ">=0.5.0",
|
|
35
37
|
"tar-fs": ">=3.1.1",
|
|
36
|
-
"vite": ">=7.
|
|
37
|
-
"node-forge": ">=1.
|
|
38
|
+
"vite": ">=7.3.2",
|
|
39
|
+
"node-forge": ">=1.4.0",
|
|
38
40
|
"js-yaml": ">=4.1.1",
|
|
39
41
|
"mdast-util-to-hast": ">=13.2.1",
|
|
40
42
|
"jws": ">=3.2.3",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
+
"undici": ">=6.23.0",
|
|
44
|
+
"@xmldom/xmldom": ">=0.8.12",
|
|
45
|
+
"picomatch": ">=4.0.4",
|
|
46
|
+
"langsmith": ">=0.5.19",
|
|
47
|
+
"qs": ">=6.14.2",
|
|
48
|
+
"fast-xml-parser": ">=4.5.5"
|
|
43
49
|
},
|
|
44
50
|
"overrides": {
|
|
45
51
|
"react-syntax-highlighter": {
|
|
@@ -60,7 +66,7 @@
|
|
|
60
66
|
},
|
|
61
67
|
"repository": {
|
|
62
68
|
"type": "git",
|
|
63
|
-
"url": "https://github.com/anonympins/data-primals-engine.git"
|
|
69
|
+
"url": "git+https://github.com/anonympins/data-primals-engine.git"
|
|
64
70
|
},
|
|
65
71
|
"exports": {
|
|
66
72
|
".": "./src/index.js",
|
|
@@ -86,17 +92,17 @@
|
|
|
86
92
|
"express-csrf-double-submit-cookie": "^2.0.0",
|
|
87
93
|
"express-formidable": "^1.2.0",
|
|
88
94
|
"express-mongo-sanitize": "^2.2.0",
|
|
89
|
-
"express-rate-limit": "
|
|
95
|
+
"express-rate-limit": "8.2.2",
|
|
90
96
|
"express-session": "^1.18.2",
|
|
91
|
-
"handlebars": "
|
|
97
|
+
"handlebars": "4.7.9",
|
|
92
98
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
93
99
|
"isolated-vm": "^5.0.4",
|
|
94
100
|
"juice": "^11.0.3",
|
|
95
|
-
"mathjs": "
|
|
101
|
+
"mathjs": "15.2.0",
|
|
96
102
|
"mongodb": "^6.18.0",
|
|
97
103
|
"node-cache": "^5.1.2",
|
|
98
104
|
"node-schedule": "^2.1.1",
|
|
99
|
-
"nodemailer": "
|
|
105
|
+
"nodemailer": "8.0.5",
|
|
100
106
|
"openai": "^6.9.1",
|
|
101
107
|
"passport": "^0.7.0",
|
|
102
108
|
"passport-saml-encrypted": "^0.1.13",
|
|
@@ -111,11 +117,11 @@
|
|
|
111
117
|
"sirv": "^3.0.2",
|
|
112
118
|
"stripe": "^20.0.0",
|
|
113
119
|
"swagger-ui-express": "^5.0.1",
|
|
114
|
-
"tar": "7.5.
|
|
120
|
+
"tar": "7.5.11",
|
|
115
121
|
"tinycolor2": "^1.6.0",
|
|
116
122
|
"uniqid": "^5.4.0",
|
|
117
|
-
"vitest": "
|
|
118
|
-
"yaml": "
|
|
123
|
+
"vitest": "3.2.4",
|
|
124
|
+
"yaml": "2.8.3"
|
|
119
125
|
},
|
|
120
126
|
"peerDependencies": {
|
|
121
127
|
"express": "^5.2.1",
|