@clairejs/server 3.21.6 → 3.21.8

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/README.md +2 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  ## Change Log
2
2
 
3
- #### 3.21.6:
3
+ #### 3.21.8:
4
4
 
5
+ - upgrade packages
5
6
  - fix getApiInfo return circular object
6
7
  - fix cron expression
7
8
  - add log to aws job scheduler & fix cronjob sync
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clairejs/server",
3
- "version": "3.21.6",
3
+ "version": "3.21.8",
4
4
  "description": "Claire server NodeJs framework written in Typescript.",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
@@ -15,7 +15,6 @@
15
15
  "author": "immort",
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
- "@clairejs/client": "^3.4.1",
19
18
  "aws-sdk": "^2.841.0",
20
19
  "axios": "^1.6.2",
21
20
  "cookie-parser": "^1.4.6",
@@ -34,8 +33,9 @@
34
33
  "ws": "^7.5.5"
35
34
  },
36
35
  "peerDependencies": {
37
- "@clairejs/core": "^3.8.7",
38
- "@clairejs/orm": "^3.16.0"
36
+ "@clairejs/client": "^3.4.1",
37
+ "@clairejs/core": "^3.8.8",
38
+ "@clairejs/orm": "^3.16.7"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/cookie-parser": "^1.4.3",