alp-node 5.1.0 → 5.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@5.1.0...alp-node@5.1.1) (2023-01-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove unecessary react peer dep in alp-node ([41640c2](https://github.com/christophehurpeau/alp/commit/41640c280651dda42161ba20c100466cd0187622))
12
+
13
+
14
+
15
+
16
+
6
17
  # [5.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@5.0.0...alp-node@5.1.0) (2023-01-29)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alp-node",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "framework based on koa 2",
5
5
  "keywords": [
6
6
  "springbokjs",
@@ -83,19 +83,18 @@
83
83
  ]
84
84
  },
85
85
  "peerDependencies": {
86
- "react": "^18.1.0",
87
86
  "router-segments": "^6.0.0"
88
87
  },
89
88
  "dependencies": {
90
89
  "@types/koa": "^2.13.1",
91
90
  "@types/node": ">=16.0.0",
92
91
  "@types/node-fetch": "^3.0.3",
93
- "alp-listen": "6.1.0",
94
- "alp-node-config": "8.1.0",
95
- "alp-node-errors": "7.1.0",
96
- "alp-node-language": "6.1.0",
97
- "alp-params": "5.1.0",
98
- "alp-translate": "7.1.0",
92
+ "alp-listen": "6.1.1",
93
+ "alp-node-config": "8.2.0",
94
+ "alp-node-errors": "7.1.1",
95
+ "alp-node-language": "6.1.1",
96
+ "alp-params": "5.1.1",
97
+ "alp-translate": "7.2.0",
99
98
  "alp-types": "3.1.0",
100
99
  "koa": "^2.13.1",
101
100
  "koa-compress": "^5.0.0",
@@ -109,7 +108,7 @@
109
108
  "@types/koa-static": "4.0.2",
110
109
  "@types/minimist": "1.2.2",
111
110
  "pob-babel": "35.4.0",
112
- "typescript": "4.9.4"
111
+ "typescript": "4.9.5"
113
112
  },
114
- "gitHead": "3ed5da625c70bb438fceb7e7cf76db198b3c7b3b"
113
+ "gitHead": "4769cc6f6f5674ed914a39829cee6e91cc98cf1d"
115
114
  }