alp-node 5.0.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 +23 -0
  2. package/package.json +13 -14
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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
+
17
+ # [5.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@5.0.0...alp-node@5.1.0) (2023-01-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * update configs ([e9cbde7](https://github.com/christophehurpeau/alp/commit/e9cbde74ddbbb730bc2b65bb6d0b87f2bba8006e))
23
+ * update nightingale and router-segments ([eb95316](https://github.com/christophehurpeau/alp/commit/eb953169651a5b335d2348f823dc65dc1261cfc0))
24
+
25
+
26
+
27
+
28
+
6
29
  # [5.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@4.2.2...alp-node@5.0.0) (2022-11-27)
7
30
 
8
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alp-node",
3
- "version": "5.0.0",
3
+ "version": "5.1.1",
4
4
  "description": "framework based on koa 2",
5
5
  "keywords": [
6
6
  "springbokjs",
@@ -83,33 +83,32 @@
83
83
  ]
84
84
  },
85
85
  "peerDependencies": {
86
- "react": "^18.1.0",
87
- "router-segments": "^5.0.0"
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.0.0",
94
- "alp-node-config": "8.0.0",
95
- "alp-node-errors": "7.0.0",
96
- "alp-node-language": "6.0.0",
97
- "alp-params": "5.0.0",
98
- "alp-translate": "7.0.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",
102
101
  "koa-static": "^5.0.0",
103
- "nightingale-logger": "^12.1.4",
102
+ "nightingale-logger": "^13.0.0",
104
103
  "node-fetch": "^3.2.0"
105
104
  },
106
105
  "devDependencies": {
107
- "@babel/core": "7.20.2",
106
+ "@babel/core": "7.20.12",
108
107
  "@types/koa-compress": "4.0.3",
109
108
  "@types/koa-static": "4.0.2",
110
109
  "@types/minimist": "1.2.2",
111
- "pob-babel": "35.3.0",
112
- "typescript": "4.9.3"
110
+ "pob-babel": "35.4.0",
111
+ "typescript": "4.9.5"
113
112
  },
114
- "gitHead": "f50c153bb4ab2123eb137b375b2109734cd8fd0c"
113
+ "gitHead": "4769cc6f6f5674ed914a39829cee6e91cc98cf1d"
115
114
  }