jj.js 0.11.0 → 0.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # v0.12.0 / 2024-02-26
2
+ 1. 添加依赖`watch`
3
+
1
4
  # v0.11.0 / 2024-02-26
2
5
  1. 基于`AsyncLocalStorage`重构核心类
3
6
  2. 空控制器和空方法名改为`_empty`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jj.js",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "A super simple lightweight NodeJS MVC framework(一个超级简单轻量的NodeJS MVC框架)",
5
5
  "main": "jj.js",
6
6
  "scripts": {},
@@ -27,9 +27,7 @@
27
27
  "koa": "^2.15.0",
28
28
  "koa-body": "^5.0.0",
29
29
  "koa-static": "^5.0.0",
30
- "mysql": "^2.18.1"
31
- },
32
- "devDependencies": {
30
+ "mysql": "^2.18.1",
33
31
  "watch": "^1.0.2"
34
32
  },
35
33
  "engines": {