@rapidrest/service-core 1.2.1 → 1.3.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.
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rapidrest/service-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Provides all core functionality for RapidREST based backend services.",
|
|
5
5
|
"repository": "https://github.com/rapidrest/service-core.git",
|
|
6
6
|
"author": "RapidREST <rapidrests@gmail.com>",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"bench": "tsx bench/index.ts",
|
|
20
20
|
"bench:baseline": "yarn bench 2>&1 | tee bench/baseline.txt",
|
|
21
21
|
"test": "vitest run",
|
|
22
|
-
"test:prod": "
|
|
22
|
+
"test:prod": "yarn lint && vitest run --coverage",
|
|
23
23
|
"test:watch": "vitest",
|
|
24
24
|
"postversion": "git push && git push --tags"
|
|
25
25
|
},
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"ws": "^8.21.3"
|
|
33
33
|
},
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.
|
|
35
|
+
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.69.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@rapidrest/core": "5.x",
|
|
@@ -58,47 +58,47 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@rapidrest/core": "^5.
|
|
61
|
+
"@rapidrest/core": "^5.1.0",
|
|
62
62
|
"@simplewebauthn/server": "^13.3.2",
|
|
63
|
-
"@swc/core": "^1.
|
|
63
|
+
"@swc/core": "^1.16.1",
|
|
64
64
|
"@types/better-sqlite3": "^9.6.0",
|
|
65
|
-
"@types/bun": "^1.
|
|
66
|
-
"@types/node": "^
|
|
65
|
+
"@types/bun": "^1.4.0",
|
|
66
|
+
"@types/node": "^26.2.0",
|
|
67
67
|
"@types/node-schedule": "^2.1.8",
|
|
68
68
|
"@types/rimraf": "^4.0.5",
|
|
69
|
-
"@types/speakeasy": "^2",
|
|
69
|
+
"@types/speakeasy": "^2.0.10",
|
|
70
70
|
"@types/uuid": "^11.0.0",
|
|
71
71
|
"@types/ws": "^8.18.1",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
73
|
-
"@typescript-eslint/parser": "^8.
|
|
74
|
-
"@vitest/coverage-v8": "^4.1.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^8.67.0",
|
|
73
|
+
"@typescript-eslint/parser": "^8.67.0",
|
|
74
|
+
"@vitest/coverage-v8": "^4.1.11",
|
|
75
75
|
"autocannon": "^8.0.0",
|
|
76
76
|
"better-sqlite3": "^12.0.0",
|
|
77
|
-
"eslint": "^10.
|
|
77
|
+
"eslint": "^10.9.0",
|
|
78
78
|
"eslint-config-prettier": "^10.1.8",
|
|
79
79
|
"eslint-plugin-import": "^2.32.0",
|
|
80
|
-
"eslint-plugin-jsdoc": "^
|
|
81
|
-
"globals": "^17.
|
|
80
|
+
"eslint-plugin-jsdoc": "^64.2.1",
|
|
81
|
+
"globals": "^17.11.0",
|
|
82
82
|
"lodash-es": "^4.18.1",
|
|
83
83
|
"mongodb": "^7.5.0",
|
|
84
84
|
"mongodb-memory-server": "^11.2.0",
|
|
85
85
|
"nconf": "^0.13.0",
|
|
86
|
-
"nock": "^14.0.
|
|
86
|
+
"nock": "^14.0.17",
|
|
87
87
|
"openapi3-ts": "^4.6.1",
|
|
88
|
-
"pg": "^8.
|
|
88
|
+
"pg": "^8.23.0",
|
|
89
89
|
"prom-client": "^15.1.3",
|
|
90
90
|
"redis": "^6.2.1",
|
|
91
91
|
"reflect-metadata": "^0.2.2",
|
|
92
92
|
"rimraf": "^6.1.3",
|
|
93
93
|
"ts-node": "^10.9.2",
|
|
94
|
-
"tsx": "^4.
|
|
95
|
-
"typedoc": "^0.28.
|
|
94
|
+
"tsx": "^4.23.12",
|
|
95
|
+
"typedoc": "^0.28.20",
|
|
96
96
|
"typedoc-plugin-markdown": "^4.12.0",
|
|
97
97
|
"typeorm": "^1.1.0",
|
|
98
98
|
"typescript": "^6.0.3",
|
|
99
|
-
"unplugin-swc": "^1.5.
|
|
100
|
-
"uuid": "^14.0.
|
|
101
|
-
"vitest": "^4.1.
|
|
99
|
+
"unplugin-swc": "^1.5.11",
|
|
100
|
+
"uuid": "^14.0.2",
|
|
101
|
+
"vitest": "^4.1.11",
|
|
102
102
|
"winston": "^3.19.0",
|
|
103
103
|
"ws": "^8.21.3"
|
|
104
104
|
},
|