Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 22, 2024
1 parent cb492fe commit 743b664
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 42 deletions.
5 changes: 5 additions & 0 deletions dates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Dates Changelog

## 2024-12-22 - 0.1.1

- fix: added `@deno-types` to `DateTime` import
- fix: removed `jsr:` prefix from ts examples

## 2024-12-12 - 0.1.0

- feat: added `formatDuration` function to format durations in milliseconds to a human readable string.
Expand Down
1 change: 1 addition & 0 deletions dates/dates.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// load package
import { format as stdFormat } from '@std/fmt/duration'
// @deno-types="npm:@types/luxon"
import { DateTime } from 'luxon'

const LOCAL_TIMEZONE = 'Europe/Amsterdam'
Expand Down
1 change: 1 addition & 0 deletions dates/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"exports": "./dates.ts",
"imports": {
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@types/luxon": "npm:@types/luxon@^3.4.2",
"luxon": "npm:luxon@^3.5.0"
},
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@biomejs/biome": "npm:@biomejs/biome@^1.9.4",
"@types/node": "npm:@types/node@^22.10.2",
"@cross/test": "jsr:@cross/test@^0.0.10",
"@std/assert": "jsr:@std/assert@^1.0.9",
"@std/assert": "jsr:@std/assert@^1.0.10",
"sinon": "npm:sinon@^19.0.2"
}
}
112 changes: 72 additions & 40 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion storage-s3/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1",
"exports": "./storage.ts",
"imports": {
"minio": "npm:minio@^8.0.2"
"minio": "npm:minio@^8.0.3"
},
"publish": {
"exclude": ["*.test.ts"]
Expand Down

0 comments on commit 743b664

Please sign in to comment.