serverless-offline
Advanced tools
Comparing version 14.3.4 to 14.4.0
{ | ||
"name": "serverless-offline", | ||
"version": "14.3.4", | ||
"version": "14.4.0", | ||
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project", | ||
@@ -93,6 +93,7 @@ "license": "MIT", | ||
"js-string-escape": "^1.0.1", | ||
"jsonpath-plus": "^10.0.0", | ||
"jsonpath-plus": "^10.2.0", | ||
"jsonschema": "^1.4.1", | ||
"jszip": "^3.10.1", | ||
"luxon": "^3.5.0", | ||
"nock": "^13.5.6", | ||
"node-fetch": "^3.3.2", | ||
@@ -99,0 +100,0 @@ "node-schedule": "^2.1.1", |
@@ -18,2 +18,3 @@ /* eslint-disable sort-keys */ | ||
"nodejs20.x": [ARM64, X86_64], | ||
"nodejs22.x": [ARM64, X86_64], | ||
"python3.7": [X86_64], | ||
@@ -51,2 +52,3 @@ "python3.8": [ARM64, X86_64], | ||
"nodejs20.x", | ||
"nodejs22.x", | ||
]) | ||
@@ -53,0 +55,0 @@ |
Sorry, the diff of this file is too big to display
330542
986
27
7596
+ Addednock@^13.5.6
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addednock@13.5.6(transitive)
+ Addedpropagate@2.0.1(transitive)
Updatedjsonpath-plus@^10.2.0