Skip to content

Commit e57bbf2

Browse files
committed
Update @js-temporal/polyfill to 0.5.0
1 parent de074b1 commit e57bbf2

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ To be released.
6969
- Added `RedisMessageQueue.enqueueMany()` method for efficiently enqueueing
7070
multiple messages in a single transaction.
7171

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+
7275
### Version 0.3.0
7376

7477
Released on October 4, 2024.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"imports": {
1212
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
13-
"@fedify/fedify": "jsr:@fedify/[email protected].732+7b169275",
13+
"@fedify/fedify": "jsr:@fedify/[email protected].750",
1414
"@logtape/logtape": "jsr:@logtape/logtape@^0.9.0",
1515
"@std/assert": "jsr:@std/assert@^0.226.0",
1616
"@std/async": "jsr:@std/async@^0.224.2",

deno.lock

Lines changed: 15 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dnt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ await build({
5858
{
5959
package: {
6060
name: "@js-temporal/polyfill",
61-
version: "^0.4.4",
61+
version: "^0.5.0",
6262
},
6363
globalNames: [
6464
{

0 commit comments

Comments
 (0)