lemon-core 4.1.4 → 4.1.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,7 +69,7 @@ See [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md)
69
69
 
70
70
  | Version | Description
71
71
  |-- |--
72
- | 4.1.4 | optimized `saveAllUpdates` w/ failed model as cause.
72
+ | 4.1.5 | optimized `saveAllUpdates` w/ failed model as cause.
73
73
  | 4.1.2 | optimized `asErrorPayload` w/ env[`MY_PARALLEL_THROW`].
74
74
  | 4.1.0 | optimized `DynamoService.mreadItem()` along with `lemon-model@1.1.1`
75
75
  | 4.0.8 | optimized `findKMSService()` w/ shared pool storage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemon-core",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "description": "Lemon Serverless Micro-Service Platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",