@expressots/core 3.0.0-beta.4 → 3.0.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/lib/CHANGELOG.md +5 -14
- package/lib/package.json +6 -6
- package/package.json +6 -6
package/lib/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,10 @@
|
|
|
1
|
+
## [3.0.0](https://github.com/expressots/expressots/compare/3.0.0-beta.3...3.0.0) (2024-12-04)
|
|
1
2
|
|
|
3
|
+
### Tests
|
|
2
4
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Tests
|
|
7
|
-
|
|
8
|
-
* update MockWebServer to use Server and IWebServerPublic types ([3c736c3](https://github.com/expressots/expressots/commit/3c736c34d3746c765567b996f65b6534eebc83f2))
|
|
9
|
-
* update unit tests for AppFactory.create() to include close() ([24446d8](https://github.com/expressots/expressots/commit/24446d857c4507011bd35b8024bc3d4bedc1229c))
|
|
10
|
-
|
|
11
|
-
## [3.0.0](https://github.com/expressots/expressots/compare/3.0.0-beta.3...3.0.0) (2024-12-03)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Tests
|
|
15
|
-
|
|
16
|
-
* update unit tests for AppFactory.create() to include close() ([24446d8](https://github.com/expressots/expressots/commit/24446d857c4507011bd35b8024bc3d4bedc1229c))
|
|
5
|
+
- update MockWebServer to use Server and IWebServerPublic types ([3c736c3](https://github.com/expressots/expressots/commit/3c736c34d3746c765567b996f65b6534eebc83f2))
|
|
6
|
+
- update unit tests for AppFactory.create() to include close() ([24446d8](https://github.com/expressots/expressots/commit/24446d857c4507011bd35b8024bc3d4bedc1229c))
|
|
7
|
+
- update unit tests for AppFactory.create() to include close() ([24446d8](https://github.com/expressots/expressots/commit/24446d857c4507011bd35b8024bc3d4bedc1229c))
|
|
17
8
|
|
|
18
9
|
## [3.0.0-beta.3](https://github.com/expressots/expressots/compare/3.0.0-beta.1...3.0.0) (2024-11-28)
|
|
19
10
|
|
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expressots/core",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Expressots - modern, fast, lightweight nodejs web framework (@core)",
|
|
5
5
|
"author": "Richard Zampieri",
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -68,23 +68,23 @@
|
|
|
68
68
|
"reflect-metadata": "0.2.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@codecov/vite-plugin": "
|
|
71
|
+
"@codecov/vite-plugin": "0.0.1-beta.5",
|
|
72
72
|
"@commitlint/cli": "19.2.1",
|
|
73
73
|
"@commitlint/config-conventional": "19.1.0",
|
|
74
|
-
"@expressots/shared": "3.0.0
|
|
74
|
+
"@expressots/shared": "3.0.0",
|
|
75
75
|
"@release-it/conventional-changelog": "8.0.1",
|
|
76
76
|
"@types/express": "4.17.21",
|
|
77
|
-
"@types/jest": "
|
|
77
|
+
"@types/jest": "29.5.14",
|
|
78
78
|
"@types/node": "20.14.10",
|
|
79
79
|
"@typescript-eslint/eslint-plugin": "7.16.0",
|
|
80
80
|
"@typescript-eslint/parser": "7.16.0",
|
|
81
81
|
"eslint": "8.57.0",
|
|
82
82
|
"eslint-config-prettier": "9.1.0",
|
|
83
83
|
"husky": "9.0.11",
|
|
84
|
-
"jest": "
|
|
84
|
+
"jest": "29.7.0",
|
|
85
85
|
"prettier": "3.3.3",
|
|
86
86
|
"release-it": "17.6.0",
|
|
87
|
-
"ts-jest": "
|
|
87
|
+
"ts-jest": "29.2.5",
|
|
88
88
|
"typescript": "5.5.3"
|
|
89
89
|
},
|
|
90
90
|
"release-it": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expressots/core",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Expressots - modern, fast, lightweight nodejs web framework (@core)",
|
|
5
5
|
"author": "Richard Zampieri",
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -68,23 +68,23 @@
|
|
|
68
68
|
"reflect-metadata": "0.2.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@codecov/vite-plugin": "
|
|
71
|
+
"@codecov/vite-plugin": "0.0.1-beta.5",
|
|
72
72
|
"@commitlint/cli": "19.2.1",
|
|
73
73
|
"@commitlint/config-conventional": "19.1.0",
|
|
74
|
-
"@expressots/shared": "3.0.0
|
|
74
|
+
"@expressots/shared": "3.0.0",
|
|
75
75
|
"@release-it/conventional-changelog": "8.0.1",
|
|
76
76
|
"@types/express": "4.17.21",
|
|
77
|
-
"@types/jest": "
|
|
77
|
+
"@types/jest": "29.5.14",
|
|
78
78
|
"@types/node": "20.14.10",
|
|
79
79
|
"@typescript-eslint/eslint-plugin": "7.16.0",
|
|
80
80
|
"@typescript-eslint/parser": "7.16.0",
|
|
81
81
|
"eslint": "8.57.0",
|
|
82
82
|
"eslint-config-prettier": "9.1.0",
|
|
83
83
|
"husky": "9.0.11",
|
|
84
|
-
"jest": "
|
|
84
|
+
"jest": "29.7.0",
|
|
85
85
|
"prettier": "3.3.3",
|
|
86
86
|
"release-it": "17.6.0",
|
|
87
|
-
"ts-jest": "
|
|
87
|
+
"ts-jest": "29.2.5",
|
|
88
88
|
"typescript": "5.5.3"
|
|
89
89
|
},
|
|
90
90
|
"release-it": {
|