nodefony 7.0.0-beta.7 → 7.0.0-beta.8
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/CHANGELOG.md +2 -1
- package/cli/builder/bundles/users-bundle/controller/api/graphql/graphqlController.js +1 -1
- package/cli/builder/bundles/users-bundle/package.json +7 -7
- package/cli/builder/microService/skeletons/package.json +17 -17
- package/kernel/security/secureArea.es6 +3 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Route ("/api/graphql/users")
|
|
3
3
|
*
|
|
4
4
|
*/
|
|
5
|
-
const userType = require(path.resolve(__dirname, "
|
|
5
|
+
const userType = require(path.resolve(__dirname, "usertype.js"));
|
|
6
6
|
const userResolver = require(path.resolve(__dirname, "userResolver.js"));
|
|
7
7
|
|
|
8
8
|
module.exports = class graphqlController extends nodefony.Controller {
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
],
|
|
17
17
|
"repository": {},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@babel/core": "7.19.
|
|
19
|
+
"@babel/core": "^7.19.3",
|
|
20
20
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
21
21
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
22
|
-
"@babel/preset-env": "7.19.
|
|
22
|
+
"@babel/preset-env": "^7.19.3",
|
|
23
23
|
"@babel/preset-react": "7.18.6",
|
|
24
24
|
"@popperjs/core": "2.11.6",
|
|
25
25
|
"@withshepherd/faker": "5.5.5",
|
|
26
26
|
"babel-loader": "8.2.5",
|
|
27
27
|
"babel-register": "^6.26.0",
|
|
28
|
-
"bootstrap": "5.2.
|
|
28
|
+
"bootstrap": "^5.2.2",
|
|
29
29
|
"clean-webpack-plugin": "^4.0.0",
|
|
30
30
|
"css-hot-loader": "^1.4.4",
|
|
31
31
|
"css-loader": "6.7.1",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"jquery": "3.6.1",
|
|
37
37
|
"mini-css-extract-plugin": "2.6.1",
|
|
38
38
|
"mongoose-paginate-v2": "1.7.1",
|
|
39
|
-
"sass": "1.
|
|
40
|
-
"sass-loader": "13.0
|
|
39
|
+
"sass": "1.55.0",
|
|
40
|
+
"sass-loader": "^13.1.0",
|
|
41
41
|
"style-loader": "^3.3.1",
|
|
42
42
|
"svg-inline-loader": "^0.8.2",
|
|
43
43
|
"terser-webpack-plugin": "5.3.6",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@mapbox/node-pre-gyp": "1.0.10",
|
|
49
|
-
"node-gyp": "9.
|
|
50
|
-
"sequelize-cli": "^6.
|
|
49
|
+
"node-gyp": "^9.2.0",
|
|
50
|
+
"sequelize-cli": "^6.5.1",
|
|
51
51
|
"stream": "0.0.2"
|
|
52
52
|
},
|
|
53
53
|
"license": "CECILL-B",
|
|
@@ -39,36 +39,36 @@
|
|
|
39
39
|
"microservice"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"ejs": "3.1.
|
|
42
|
+
"ejs": "3.1.8",
|
|
43
43
|
"env-cmd": "^10.1.0",
|
|
44
44
|
"hello_world": "./src/n-api",
|
|
45
|
-
"markdown-it": "13.0.
|
|
45
|
+
"markdown-it": "13.0.1",
|
|
46
46
|
"nodefony": "^{{version}}",
|
|
47
47
|
"nodefony-client": "6.0.2",
|
|
48
48
|
"pm2": "5.2.0",
|
|
49
49
|
"pm2-logrotate": "^2.7.0",
|
|
50
50
|
"serve-static": "1.15.0",
|
|
51
|
-
"socket.io": "4.
|
|
52
|
-
"socket.io-client": "4.
|
|
51
|
+
"socket.io": "4.5.2",
|
|
52
|
+
"socket.io-client": "4.5.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@babel/cli": "7.
|
|
56
|
-
"@babel/core": "7.
|
|
57
|
-
"@babel/preset-env": "7.
|
|
58
|
-
"@babel/register": "7.
|
|
59
|
-
"@mapbox/node-pre-gyp": "1.0.
|
|
55
|
+
"@babel/cli": "7.18.10",
|
|
56
|
+
"@babel/core": "7.19.1",
|
|
57
|
+
"@babel/preset-env": "7.19.1",
|
|
58
|
+
"@babel/register": "7.18.9",
|
|
59
|
+
"@mapbox/node-pre-gyp": "1.0.10",
|
|
60
60
|
"babel-loader": "8.2.5",
|
|
61
61
|
"chai": "4.3.6",
|
|
62
|
-
"html-loader": "
|
|
62
|
+
"html-loader": "4.1.0",
|
|
63
63
|
"html-webpack-plugin": "^5.5.0",
|
|
64
|
-
"mini-css-extract-plugin": "2.6.
|
|
65
|
-
"mocha": "
|
|
66
|
-
"node-gyp": "9.
|
|
64
|
+
"mini-css-extract-plugin": "2.6.1",
|
|
65
|
+
"mocha": "10.0.0",
|
|
66
|
+
"node-gyp": "9.1.0",
|
|
67
67
|
"open": "8.4.0",
|
|
68
|
-
"sass-loader": "
|
|
69
|
-
"terser-webpack-plugin": "5.3.
|
|
70
|
-
"webpack": "5.
|
|
71
|
-
"webpack-cli": "4.
|
|
68
|
+
"sass-loader": "13.0.2",
|
|
69
|
+
"terser-webpack-plugin": "5.3.6",
|
|
70
|
+
"webpack": "5.74.0",
|
|
71
|
+
"webpack-cli": "4.10.0",
|
|
72
72
|
"webpack-merge": "^5.8.0"
|
|
73
73
|
},
|
|
74
74
|
"license": "ISC"
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodefony",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.8",
|
|
4
4
|
"main": "autoloader.es6",
|
|
5
5
|
"description": "Nodefony Framework Core",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"scripts": {
|
|
8
|
-
"nodefony": "./bin/nodefony",
|
|
9
|
-
"start": "./bin/nodefony"
|
|
8
|
+
"nodefony": "node ./bin/nodefony",
|
|
9
|
+
"start": "node ./bin/nodefony"
|
|
10
10
|
},
|
|
11
11
|
"private": false,
|
|
12
12
|
"keywords": [
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
"nodefony": "bin/nodefony"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@babel/core": "7.19.
|
|
36
|
-
"@babel/parser": "7.19.
|
|
35
|
+
"@babel/core": "^7.19.3",
|
|
36
|
+
"@babel/parser": "^7.19.3",
|
|
37
37
|
"@graphql-tools/merge": "8.3.6",
|
|
38
38
|
"@graphql-tools/schema": "9.0.4",
|
|
39
39
|
"@graphql-tools/utils": "8.12.0",
|
|
40
|
-
"@nodefony/elastic-bundle": "7.0.0-beta.
|
|
41
|
-
"@nodefony/framework-bundle": "7.0.0-beta.
|
|
42
|
-
"@nodefony/http-bundle": "7.0.0-beta.
|
|
43
|
-
"@nodefony/mail-bundle": "7.0.0-beta.
|
|
44
|
-
"@nodefony/mongoose-bundle": "7.0.0-beta.
|
|
45
|
-
"@nodefony/monitoring-bundle": "7.0.0-beta.
|
|
46
|
-
"@nodefony/realtime-bundle": "7.0.0-beta.
|
|
47
|
-
"@nodefony/redis-bundle": "7.0.0-beta.
|
|
48
|
-
"@nodefony/security-bundle": "7.0.0-beta.
|
|
49
|
-
"@nodefony/sequelize-bundle": "7.0.0-beta.
|
|
50
|
-
"@nodefony/unittests-bundle": "7.0.0-beta.
|
|
40
|
+
"@nodefony/elastic-bundle": "7.0.0-beta.8",
|
|
41
|
+
"@nodefony/framework-bundle": "7.0.0-beta.8",
|
|
42
|
+
"@nodefony/http-bundle": "7.0.0-beta.8",
|
|
43
|
+
"@nodefony/mail-bundle": "7.0.0-beta.8",
|
|
44
|
+
"@nodefony/mongoose-bundle": "7.0.0-beta.8",
|
|
45
|
+
"@nodefony/monitoring-bundle": "7.0.0-beta.8",
|
|
46
|
+
"@nodefony/realtime-bundle": "7.0.0-beta.8",
|
|
47
|
+
"@nodefony/redis-bundle": "7.0.0-beta.8",
|
|
48
|
+
"@nodefony/security-bundle": "7.0.0-beta.8",
|
|
49
|
+
"@nodefony/sequelize-bundle": "7.0.0-beta.8",
|
|
50
|
+
"@nodefony/unittests-bundle": "7.0.0-beta.8",
|
|
51
51
|
"@vue/cli": "5.0.8",
|
|
52
52
|
"@vue/cli-service": "5.0.8",
|
|
53
53
|
"@vue/cli-service-global": "4.5.19",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"cli-color": "2.0.3",
|
|
59
59
|
"cli-table3": "0.6.3",
|
|
60
60
|
"clui": "^0.3.6",
|
|
61
|
-
"commander": "9.4.
|
|
62
|
-
"core-js": "3.25.
|
|
61
|
+
"commander": "^9.4.1",
|
|
62
|
+
"core-js": "^3.25.5",
|
|
63
63
|
"create-react-app": "5.0.1",
|
|
64
64
|
"graphql": "16.6.0",
|
|
65
|
-
"inquirer": "9.1.
|
|
65
|
+
"inquirer": "^9.1.3",
|
|
66
66
|
"js-yaml": "^4.1.0",
|
|
67
67
|
"lodash": "^4.17.21",
|
|
68
68
|
"lodash.isregexp": "^4.0.1",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"pm2": "5.2.0",
|
|
76
76
|
"promise": "8.2.0",
|
|
77
77
|
"request": "^2.88.2",
|
|
78
|
-
"semver": "7.3.
|
|
78
|
+
"semver": "^7.3.8",
|
|
79
79
|
"shelljs": "^0.8.5",
|
|
80
80
|
"shortid": "^2.2.16",
|
|
81
81
|
"simple-git": "3.14.1",
|