temporal-fmt 0.5.0 → 0.5.2

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 +6 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -130,6 +130,11 @@ sitting in your output waiting to confuse someone in three weeks.
130
130
  - Numeral systems are always Western digits — see [Locale support](#locale-support).
131
131
  - Requires native `Temporal`/`Intl` interop (Node 26+) for locale-aware tokens.
132
132
 
133
+ ## Thanks
134
+
135
+ `matchesFormat` came from [FoxxMD](https://github.com/FoxxMD), who built it to
136
+ drop a `date-fns` dependency in [pino-roll](https://github.com/mcollina/pino-roll).
137
+
133
138
  ## Dev notes
134
139
 
135
140
  `tsconfig.json` sets `ignoreDeprecations: "6.0"` to work around a tsup bug
@@ -145,4 +150,4 @@ interop gap mentioned above, not a bug in the tests. Clean pass on Node 26+.
145
150
 
146
151
  ## License
147
152
 
148
- MIT
153
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "temporal-fmt",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Format Temporal.PlainDate/PlainDateTime/PlainTime/ZonedDateTime objects using date-fns-style token strings.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -32,21 +32,21 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "author": {
35
- "name": "NovaByte Official",
36
- "url": "https://github.com/NovaByteOfficial"
35
+ "name": "DirazCoder",
36
+ "url": "https://github.com/DirazCoder"
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "git+https://github.com/NovaByteOfficial/temporal-fmt.git"
40
+ "url": "git+https://github.com/DirazCoder/temporal-fmt.git"
41
41
  },
42
42
  "bugs": {
43
- "url": "https://github.com/NovaByteOfficial/temporal-fmt/issues"
43
+ "url": "https://github.com/DirazCoder/temporal-fmt/issues"
44
44
  },
45
- "homepage": "https://github.com/NovaByteOfficial/temporal-fmt#readme",
45
+ "homepage": "https://github.com/DirazCoder/temporal-fmt#readme",
46
46
  "devDependencies": {
47
- "temporal-polyfill": "1.0.3",
48
- "tsup": "8.5.1",
49
- "typescript": "6.0.3"
47
+ "temporal-polyfill": "^1.0.3",
48
+ "tsup": "^8.5.1",
49
+ "typescript": "^6.0.3"
50
50
  },
51
51
  "overrides": {
52
52
  "esbuild": "0.28.1"