serverless-offline 14.3.4 → 14.4.0

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/README.md CHANGED
@@ -9,6 +9,14 @@
9
9
  <sup>
10
10
  Special thanks to:
11
11
  </sup>
12
+ <a href="https://airfriend.app?ref=so">
13
+ <div>
14
+ <img src="https://airfriend.app/images/logotype.png" height="64" alt="Airfriend">
15
+ </div>
16
+ <b>
17
+ An AI friend on WhatsApp.
18
+ </b>
19
+ </a>
12
20
  <a href="https://arccode.dev?ref=so">
13
21
  <div>
14
22
  <img src="https://arccode.dev/images/logotype.png" height="64" alt="Arccode">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-offline",
3
- "version": "14.3.4",
3
+ "version": "14.4.0",
4
4
  "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
5
5
  "license": "MIT",
6
6
  "exports": {
@@ -90,10 +90,11 @@
90
90
  "java-invoke-local": "0.0.6",
91
91
  "jose": "^5.7.0",
92
92
  "js-string-escape": "^1.0.1",
93
- "jsonpath-plus": "^10.0.0",
93
+ "jsonpath-plus": "^10.2.0",
94
94
  "jsonschema": "^1.4.1",
95
95
  "jszip": "^3.10.1",
96
96
  "luxon": "^3.5.0",
97
+ "nock": "^13.5.6",
97
98
  "node-fetch": "^3.3.2",
98
99
  "node-schedule": "^2.1.1",
99
100
  "p-memoize": "^7.1.1",
@@ -15,6 +15,7 @@ export const supportedRuntimesArchitecture = {
15
15
  "nodejs16.x": [ARM64, X86_64],
16
16
  "nodejs18.x": [ARM64, X86_64],
17
17
  "nodejs20.x": [ARM64, X86_64],
18
+ "nodejs22.x": [ARM64, X86_64],
18
19
  "python3.7": [X86_64],
19
20
  "python3.8": [ARM64, X86_64],
20
21
  "python3.9": [ARM64, X86_64],
@@ -47,6 +48,7 @@ export const supportedNodejs = new Set([
47
48
  "nodejs16.x",
48
49
  "nodejs18.x",
49
50
  "nodejs20.x",
51
+ "nodejs22.x",
50
52
  ])
51
53
 
52
54
  // PROVIDED