@microlink/function 0.3.0 → 0.3.3

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -261,7 +261,7 @@ console.log(result.profiling)
261
261
 
262
262
  | | Free | Pro |
263
263
  | --- | --- | --- |
264
- | Timeout | 5 seconds | Up to 28 seconds |
264
+ | Timeout | 5 seconds | Up to 60 seconds |
265
265
  | Memory | 16 MB | 32 MB |
266
266
  | Code size | 1024 bytes | Unlimited |
267
267
  | Concurrency | 1 per IP | Unlimited |
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@microlink/function",
3
3
  "description": "Write JavaScript functions and run them remotely with Microlink — Puppeteer access, npm packages, and zero infrastructure.",
4
4
  "homepage": "https://function.microlink.io",
5
- "version": "0.3.0",
5
+ "version": "0.3.3",
6
6
  "types": "src/index.d.ts",
7
7
  "exports": {
8
8
  "types": "./src/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "serverless"
35
35
  ],
36
36
  "dependencies": {
37
- "@microlink/mql": "0.18.0",
37
+ "@microlink/mql": "0.19.0",
38
38
  "lz-ts": "~1.1.2"
39
39
  },
40
40
  "devDependencies": {
@@ -82,5 +82,5 @@
82
82
  },
83
83
  "directory": "test"
84
84
  },
85
- "gitHead": "13e0818cc80bca85a19f16837095bd7d6b31f76a"
85
+ "gitHead": "c93fff8082b69c8e76bc159be82daf8a26b419bb"
86
86
  }