@midseelee/date-fns-buddhist-adapter 1.0.3 → 1.0.4

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 +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ bun add @midseelee/date-fns-buddhist-adapter
23
23
  ```typescript
24
24
  import { LocalizationProvider } from '@mui/x-date-pickers'
25
25
  import { DatePicker } from '@mui/x-date-pickers/DatePicker'
26
- import { th } from 'date-fns/locale/th'
26
+ import { th } from 'date-fns/locale'
27
27
  import AdapterDateFns from '@midseelee/date-fns-buddhist-adapter'
28
28
 
29
29
  function App() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midseelee/date-fns-buddhist-adapter",
3
3
  "repository": "git@github.com:Sh0ckWaveZero/date-fns-buddhist-adapter.git",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "description": "date-fns adapter with Buddhist years functionality",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -52,6 +52,7 @@
52
52
  "react": "19.2.0"
53
53
  },
54
54
  "devDependencies": {
55
+ "@eslint/js": "9.37.0",
55
56
  "@tsconfig/node-lts": "22.0.2",
56
57
  "@types/jest": "30.0.0",
57
58
  "@types/node": "24.8.1",