@expressots/core 2.12.0 → 2.13.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 CHANGED
@@ -1,5 +1,17 @@
1
1
 
2
2
 
3
+ ## [2.13.0](https://github.com/expressots/expressots/compare/2.12.0...2.13.0) (2024-06-11)
4
+
5
+
6
+ ### Features
7
+
8
+ * bump prettier from 3.3.0 to 3.3.1 ([90ff872](https://github.com/expressots/expressots/commit/90ff8725e2bba2e72d76d1b9288510dd5434bd0b))
9
+
10
+
11
+ ### Code Refactoring
12
+
13
+ * update adapter-express to latest ([3905e9a](https://github.com/expressots/expressots/commit/3905e9a60ddc5b12df13a0b61e9e82e0ee74df9b))
14
+
3
15
  ## [2.12.0](https://github.com/expressots/expressots/compare/2.11.0...2.12.0) (2024-06-07)
4
16
 
5
17
 
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressots/core",
3
- "version": "2.12.0",
3
+ "version": "2.13.0",
4
4
  "description": "Expressots - modern, fast, lightweight nodejs web framework (@core)",
5
5
  "author": "Richard Zampieri",
6
6
  "main": "./lib/cjs/index.js",
@@ -76,7 +76,7 @@
76
76
  "@codecov/vite-plugin": "^0.0.1-beta.5",
77
77
  "@commitlint/cli": "19.2.1",
78
78
  "@commitlint/config-conventional": "19.1.0",
79
- "@expressots/adapter-express": "1.4.0",
79
+ "@expressots/adapter-express": "latest",
80
80
  "@release-it/conventional-changelog": "7.0.2",
81
81
  "@types/express": "4.17.21",
82
82
  "@types/node": "20.12.7",
@@ -86,7 +86,7 @@
86
86
  "eslint": "8.57.0",
87
87
  "eslint-config-prettier": "9.1.0",
88
88
  "husky": "9.0.11",
89
- "prettier": "3.3.0",
89
+ "prettier": "3.3.1",
90
90
  "release-it": "16.3.0",
91
91
  "typescript": "5.2.2",
92
92
  "vite": "5.2.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressots/core",
3
- "version": "2.12.0",
3
+ "version": "2.13.0",
4
4
  "description": "Expressots - modern, fast, lightweight nodejs web framework (@core)",
5
5
  "author": "Richard Zampieri",
6
6
  "main": "./lib/cjs/index.js",
@@ -76,7 +76,7 @@
76
76
  "@codecov/vite-plugin": "^0.0.1-beta.5",
77
77
  "@commitlint/cli": "19.2.1",
78
78
  "@commitlint/config-conventional": "19.1.0",
79
- "@expressots/adapter-express": "1.4.0",
79
+ "@expressots/adapter-express": "latest",
80
80
  "@release-it/conventional-changelog": "7.0.2",
81
81
  "@types/express": "4.17.21",
82
82
  "@types/node": "20.12.7",
@@ -86,7 +86,7 @@
86
86
  "eslint": "8.57.0",
87
87
  "eslint-config-prettier": "9.1.0",
88
88
  "husky": "9.0.11",
89
- "prettier": "3.3.0",
89
+ "prettier": "3.3.1",
90
90
  "release-it": "16.3.0",
91
91
  "typescript": "5.2.2",
92
92
  "vite": "5.2.8",