lambda-compression 0.2.12 → 0.2.14
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.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lambda-compression",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "HTTP payload compression for AWS Lambda functions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lambda",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand",
|
|
32
32
|
"prepublishOnly": "yarn run build",
|
|
33
33
|
"publish": "utils-git changed --exec \"yarn npm publish $@\"",
|
|
34
|
-
"test
|
|
34
|
+
"test": "jest --passWithNoTests --config=./jest.config.js --runInBand",
|
|
35
35
|
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\""
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@types/aws-lambda": "^8.10.
|
|
38
|
+
"@types/aws-lambda": "^8.10.146"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@goldstack/utils-git": "0.2.
|
|
42
|
-
"@swc/core": "^1.
|
|
41
|
+
"@goldstack/utils-git": "0.2.12",
|
|
42
|
+
"@swc/core": "^1.10.1",
|
|
43
43
|
"@swc/jest": "^0.2.37",
|
|
44
44
|
"@types/jest": "^29.5.14",
|
|
45
|
-
"@types/node": "^22.10.
|
|
46
|
-
"jest": "^29.
|
|
45
|
+
"@types/node": "^22.10.2",
|
|
46
|
+
"jest": "^29.7.0",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"typescript": "^5.7.2"
|
|
49
49
|
},
|