Skip to content

Commit 7bce50b

Browse files
committed
Update @js-temporal/polyfill to 0.5.0
Updated @js-temporal/polyfill to 0.5.0 for Node.js and Bun environments. On Deno, this change has no effect since the polyfill is not used.
1 parent 96da9ee commit 7bce50b

File tree

4 files changed

+8
-253
lines changed

4 files changed

+8
-253
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ To be released.
7171
- Added `PostgresMessageQueue.enqueueMany()` method for efficiently enqueuing
7272
multiple messages at once.
7373

74+
- Updated *@js-temporal/polyfill* to 0.5.0 for Node.js and Bun. On Deno,
75+
there is no change because the polyfill is not used.
76+
7477
- Added some logging using [LogTape] for the sake of debugging. The following
7578
categories are used:
7679

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"imports": {
1111
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
12-
"@fedify/fedify": "jsr:@fedify/[email protected].732",
12+
"@fedify/fedify": "jsr:@fedify/[email protected].750",
1313
"@logtape/logtape": "jsr:@logtape/logtape@^0.9.0",
1414
"@std/assert": "jsr:@std/assert@^0.226.0",
1515
"@std/async": "jsr:@std/async@^1.0.5",

deno.lock

+3-251
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dnt.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ await build({
6060
{
6161
package: {
6262
name: "@js-temporal/polyfill",
63-
version: "^0.4.4",
63+
version: "^0.5.0",
6464
},
6565
globalNames: [
6666
{

0 commit comments

Comments
 (0)