calendar-2k 1.0.9 → 1.0.11

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -201,11 +201,11 @@ disableDate={(date) => date.toDateString() === new Date("2025-12-25").toDateStri
201
201
  If **calendar-2k** saved you time, consider buying me a coffee! ☕
202
202
  Your support helps me maintain this project and build more free open-source tools. 🙏
203
203
 
204
- ### 💛 Donate via MVola (Madagascar)
204
+ ### 💛 Donate via Orange Money (Madagascar)
205
205
 
206
- > Send your donation directly to my MVola number:
206
+ > Send your donation directly to my Orange Money number:
207
207
  >
208
- > **📱 +261 34 688 1474**
208
+ > **📱 +261 37 654 4250**
209
209
  >
210
210
  > _Any amount is deeply appreciated!_ 🤝
211
211
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "calendar-2k",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "The fastest fully customizable Expo date & time picker, written in TypeScript, supporting Expo Go, single date, time, date range, time range, datetime range selection, flexible date disabling, and dynamic color theming for iOS and Android.",
5
5
  "main": "build/Calendar2kView.js",
6
- "types": "build/Calendar2kModule.d.ts",
6
+ "types": "build/Calendar2k.types.d.ts",
7
7
  "scripts": {
8
8
  "build": "tsc && cp -r src/assets build/assets"
9
9
  },