@crawlee/memory-storage 3.0.0-alpha.42 → 3.0.0-alpha.43

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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -18,6 +18,8 @@ running on the [Apify Cloud](https://apify.com/).
18
18
 
19
19
  **View full documentation, guides and examples on the [Apify SDK project website](https://sdk.apify.com)**
20
20
 
21
+ > Would you like to work with us on Apify SDK or similar projects? [We are hiring!](https://apify.com/jobs#senior-node.js-engineer)
22
+
21
23
  ## Motivation
22
24
 
23
25
  Thanks to tools like [Playwright](https://github.com/microsoft/playwright), [Puppeteer](https://github.com/puppeteer/puppeteer) or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/memory-storage",
3
- "version": "3.0.0-alpha.42",
3
+ "version": "3.0.0-alpha.43",
4
4
  "description": "A simple in-memory storage implementation of the Apify API",
5
5
  "engines": {
6
6
  "node": ">= 16"
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@apify/log": "^1.2.0",
52
- "@crawlee/types": "^3.0.0-alpha.42",
53
- "@crawlee/utils": "^3.0.0-alpha.42",
52
+ "@crawlee/types": "^3.0.0-alpha.43",
53
+ "@crawlee/utils": "^3.0.0-alpha.43",
54
54
  "@sapphire/shapeshift": "^3.0.0",
55
55
  "content-type": "^1.0.4",
56
56
  "fs-extra": "^10.1.0",