lemon-core 3.2.3 → 3.2.4

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 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -75,6 +75,8 @@ See [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md)
75
75
 
76
76
  | Version | Description
77
77
  |-- |--
78
+ | 3.2.4 | updated with `lemon-model@1.0.2`.
79
+ | 3.2.3 | support `ES7.10`, and improve sync to elastic.
78
80
  | 3.2.1 | improve `getIdentityId()` w/ `env:LOCAL_ACCOUNT`.
79
81
  | 3.2.0 | upgrade all packages, and clear `audit fix`.
80
82
  | 3.1.2 | refactoring with `lemon-model@1.0.0` for shared types.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemon-core",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Lemon Serverless Micro-Service Platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -64,7 +64,7 @@
64
64
  "ioredis": "^5.2.3",
65
65
  "js-yaml": "^4.1.0",
66
66
  "jsonwebtoken": "^9.0.0",
67
- "lemon-model": "^1.0.1",
67
+ "lemon-model": "^1.0.2",
68
68
  "lodash": "^4.17.21",
69
69
  "memcached": "^2.2.2",
70
70
  "mime-types": "^2.1.35",
@@ -102,9 +102,9 @@
102
102
  "eslint-plugin-prettier": "^4.0.0",
103
103
  "faker": "^4.1.0",
104
104
  "gh-pages": "^2.2.0",
105
- "husky": "^2.7.0",
105
+ "husky": "^8.0.3",
106
106
  "jest": "^27.5.1",
107
- "lint-staged": "^13.0.3",
107
+ "lint-staged": "^13.1.0",
108
108
  "prettier": "^2.7.1",
109
109
  "superagent": "^5.3.1",
110
110
  "supertest": "^4.0.2",