lemon-core 3.2.1 → 3.2.2

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 +2 -1
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.1 | improve `getIdentityId()` w/ `env:LOCAL_ACCOUNT`.
79
+ | 3.2.0 | upgrade all packages, and clear `audit fix`.
78
80
  | 3.1.2 | refactoring with `lemon-model@1.0.0` for shared types.
79
81
  | 3.1.1 | support `ManagerProxy`, `AbstractProxy` and `$ES6`. (`x-lemon-identity` as WebToken)
80
82
  | 3.1.0 | upgrade `typescript^4.6.2`, and optimized.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemon-core",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Lemon Serverless Micro-Service Platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -70,6 +70,7 @@
70
70
  "mime-types": "^2.1.35",
71
71
  "multer": "^1.4.5-lts.1",
72
72
  "node-cache": "^5.1.2",
73
+ "qs": "^6.11.0",
73
74
  "query-string": "^7.1.1",
74
75
  "request": "^2.88.2",
75
76
  "request-ip": "^3.3.0",