@teamkeel/functions-runtime 0.395.5 → 0.395.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamkeel/functions-runtime",
3
- "version": "0.395.5",
3
+ "version": "0.395.6",
4
4
  "description": "Internal package used by @teamkeel/sdk",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -106,7 +106,7 @@ test("nested image test", async () => {
106
106
  });
107
107
  });
108
108
 
109
- test("nested structure", async () => {
109
+ test("arrays", async () => {
110
110
  const params = {
111
111
  names: ["james", "susan"],
112
112
  ages: [1, 2],