@fedify/redis 0.4.0-dev.18 → 0.4.0-dev.19
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 +3 -0
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -69,6 +69,9 @@ To be released.
|
|
|
69
69
|
- Added `RedisMessageQueue.enqueueMany()` method for efficiently enqueueing
|
|
70
70
|
multiple messages in a single transaction.
|
|
71
71
|
|
|
72
|
+
- Updated *@js-temporal/polyfill* to 0.5.0 for Node.js and Bun. On Deno,
|
|
73
|
+
there is no change because the polyfill is not used.
|
|
74
|
+
|
|
72
75
|
### Version 0.3.0
|
|
73
76
|
|
|
74
77
|
Released on October 4, 2024.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/redis",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.19+e57bbf2b",
|
|
4
4
|
"description": "Redis drivers for Fedify",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fedify",
|
|
@@ -56,14 +56,15 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"funding": [
|
|
59
|
+
"https://opencollective.com/fedify",
|
|
59
60
|
"https://github.com/sponsors/dahlia"
|
|
60
61
|
],
|
|
61
62
|
"dependencies": {
|
|
62
|
-
"@fedify/fedify": "1.5.0-dev.
|
|
63
|
+
"@fedify/fedify": "1.5.0-dev.750",
|
|
63
64
|
"@logtape/logtape": "^0.9.0",
|
|
64
65
|
"ioredis": "^5.4.1",
|
|
65
66
|
"@deno/shim-deno": "~0.18.0",
|
|
66
|
-
"@js-temporal/polyfill": "^0.
|
|
67
|
+
"@js-temporal/polyfill": "^0.5.0"
|
|
67
68
|
},
|
|
68
69
|
"devDependencies": {
|
|
69
70
|
"@types/node": "^20.9.0"
|