calendar-2k 1.0.9 → 1.0.10

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 -2
package/README.md CHANGED
@@ -205,7 +205,7 @@ Your support helps me maintain this project and build more free open-source tool
205
205
 
206
206
  > Send your donation directly to my MVola 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.10",
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
  },