lemon-core 4.0.0 → 4.0.1

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemon-core",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Lemon Serverless Micro-Service Platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "!prepare": "------- run self-test with jest -----",
24
24
  "prepare": "npm run build",
25
25
  "!prepublishOnly": "npm test && npm run lint && npm run format",
26
- "!!prepublishOnly": "npm test && npm run lint",
26
+ "@prepublishOnly": "npm test && npm run lint",
27
27
  "!plato": "----- analysis code complexity -----",
28
28
  "plato": "plato -r -d complexity dist"
29
29
  },
@@ -59,6 +59,7 @@
59
59
  "@aws-sdk/credential-providers": "^3.812.0",
60
60
  "@aws-sdk/lib-dynamodb": "^3.812.0",
61
61
  "@elastic/elasticsearch": "7.12",
62
+ "@types/aws-lambda": "^8.10.62",
62
63
  "@types/ioredis": "^4.28.10",
63
64
  "@types/jsonwebtoken": "^8.5.9",
64
65
  "async": "^3.2.4",
@@ -83,7 +84,6 @@
83
84
  "@smithy/types": "^4.3.0",
84
85
  "@smithy/util-stream": "^3.3.4",
85
86
  "@types/async": "^3.2.15",
86
- "@types/aws-lambda": "^8.10.62",
87
87
  "@types/crypto-js": "^4.2.2",
88
88
  "@types/jest": "^27.4.1",
89
89
  "@types/js-yaml": "^3.12.5",