@aleleba/create-node-ts-graphql-server 1.6.0 → 1.6.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.
|
@@ -16,14 +16,14 @@ jobs:
|
|
|
16
16
|
runs-on: ubuntu-latest
|
|
17
17
|
strategy:
|
|
18
18
|
matrix:
|
|
19
|
-
node-version: [
|
|
19
|
+
node-version: [20.x]
|
|
20
20
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
|
21
21
|
steps:
|
|
22
22
|
- uses: actions/checkout@v3
|
|
23
|
-
- name: Use Node.js
|
|
23
|
+
- name: Use Node.js 20
|
|
24
24
|
uses: actions/setup-node@v3
|
|
25
25
|
with:
|
|
26
|
-
node-version:
|
|
26
|
+
node-version: 20
|
|
27
27
|
cache: 'npm'
|
|
28
28
|
registry-url: https://registry.npmjs.org/
|
|
29
29
|
- run: npm ci --legacy-peer-deps
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
- uses: actions/checkout@v3
|
|
39
39
|
- uses: actions/setup-node@v3
|
|
40
40
|
with:
|
|
41
|
-
node-version:
|
|
41
|
+
node-version: 20
|
|
42
42
|
registry-url: https://registry.npmjs.org/
|
|
43
43
|
- run: npm ci --legacy-peer-deps
|
|
44
44
|
- run: npm run build
|
|
@@ -52,9 +52,9 @@ jobs:
|
|
|
52
52
|
- uses: actions/checkout@v3
|
|
53
53
|
- uses: actions/setup-node@v3
|
|
54
54
|
with:
|
|
55
|
-
node-version:
|
|
55
|
+
node-version: 20
|
|
56
56
|
registry-url: https://registry.npmjs.org/
|
|
57
57
|
- run: npm ci --legacy-peer-deps
|
|
58
58
|
- run: npm publish --access=public
|
|
59
59
|
env:
|
|
60
|
-
NPM_PERSONAL_TOKEN: ${{secrets.npm_token}}
|
|
60
|
+
NPM_PERSONAL_TOKEN: ${{secrets.npm_token}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aleleba/create-node-ts-graphql-server",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Node with Typescript and GraphQL Server",
|
|
5
5
|
"bin": "./bin/cli.js",
|
|
6
6
|
"main": "index.js",
|
|
@@ -33,56 +33,56 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@graphql-tools/schema": "^10.0.
|
|
36
|
+
"@graphql-tools/schema": "^10.0.25",
|
|
37
37
|
"body-parser": "^2.2.0",
|
|
38
|
-
"class-validator": "^0.14.
|
|
38
|
+
"class-validator": "^0.14.2",
|
|
39
39
|
"cookie-parse": "^0.4.0",
|
|
40
40
|
"cookie-parser": "^1.4.7",
|
|
41
41
|
"cors": "^2.8.5",
|
|
42
|
-
"dotenv": "^
|
|
42
|
+
"dotenv": "^17.2.0",
|
|
43
43
|
"express": "^5.1.0",
|
|
44
|
-
"graphql": "^16.
|
|
44
|
+
"graphql": "^16.11.0",
|
|
45
45
|
"graphql-http": "^1.22.4",
|
|
46
46
|
"graphql-playground-middleware-express": "^1.7.23",
|
|
47
47
|
"graphql-scalars": "^1.24.2",
|
|
48
48
|
"graphql-subscriptions": "^3.0.0",
|
|
49
|
-
"graphql-tools": "^9.0.
|
|
50
|
-
"graphql-ws": "^6.0.
|
|
49
|
+
"graphql-tools": "^9.0.20",
|
|
50
|
+
"graphql-ws": "^6.0.6",
|
|
51
51
|
"reflect-metadata": "^0.2.2",
|
|
52
52
|
"type-graphql": "^2.0.0-rc.2",
|
|
53
53
|
"web-push": "^3.6.7",
|
|
54
|
-
"ws": "^8.18.
|
|
54
|
+
"ws": "^8.18.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@babel/core": "^7.
|
|
58
|
-
"@babel/preset-env": "^7.
|
|
59
|
-
"@babel/preset-typescript": "^7.27.
|
|
60
|
-
"@babel/register": "^7.
|
|
61
|
-
"@types/body-parser": "^1.19.
|
|
62
|
-
"@types/cookie-parser": "^1.4.
|
|
63
|
-
"@types/cors": "^2.8.
|
|
64
|
-
"@types/express": "^5.0.
|
|
65
|
-
"@types/jest": "^
|
|
66
|
-
"@types/node": "^
|
|
57
|
+
"@babel/core": "^7.28.0",
|
|
58
|
+
"@babel/preset-env": "^7.28.0",
|
|
59
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
60
|
+
"@babel/register": "^7.27.1",
|
|
61
|
+
"@types/body-parser": "^1.19.6",
|
|
62
|
+
"@types/cookie-parser": "^1.4.9",
|
|
63
|
+
"@types/cors": "^2.8.19",
|
|
64
|
+
"@types/express": "^5.0.3",
|
|
65
|
+
"@types/jest": "^30.0.0",
|
|
66
|
+
"@types/node": "^24.0.15",
|
|
67
67
|
"@types/supertest": "^6.0.3",
|
|
68
68
|
"@types/webpack": "^5.28.5",
|
|
69
69
|
"@types/webpack-node-externals": "^3.0.4",
|
|
70
70
|
"@types/ws": "^8.18.1",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
72
|
-
"@typescript-eslint/parser": "^8.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
72
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
73
73
|
"babel-loader": "^10.0.0",
|
|
74
74
|
"clean-webpack-plugin": "^4.0.0",
|
|
75
75
|
"compression-webpack-plugin": "^11.1.0",
|
|
76
|
-
"eslint": "^9.
|
|
77
|
-
"eslint-webpack-plugin": "^5.0.
|
|
78
|
-
"jest": "^
|
|
79
|
-
"nodemon": "^3.1.
|
|
76
|
+
"eslint": "^9.31.0",
|
|
77
|
+
"eslint-webpack-plugin": "^5.0.2",
|
|
78
|
+
"jest": "^30.0.4",
|
|
79
|
+
"nodemon": "^3.1.10",
|
|
80
80
|
"resolve-ts-aliases": "^1.0.1",
|
|
81
|
-
"supertest": "^7.1.
|
|
82
|
-
"ts-jest": "^29.
|
|
81
|
+
"supertest": "^7.1.3",
|
|
82
|
+
"ts-jest": "^29.4.0",
|
|
83
83
|
"ts-loader": "^9.5.2",
|
|
84
84
|
"typescript": "^5.8.3",
|
|
85
|
-
"webpack": "^5.
|
|
85
|
+
"webpack": "^5.100.2",
|
|
86
86
|
"webpack-cli": "^6.0.1",
|
|
87
87
|
"webpack-manifest-plugin": "^5.0.1",
|
|
88
88
|
"webpack-node-externals": "^3.0.0",
|