@manik02/vue3-timepicker 0.4.6 → 1.0.0

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 (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manik02/vue3-timepicker",
3
- "version": "0.4.6",
3
+ "version": "1.0.0",
4
4
  "description": "Vue 3 time picker component with multiple formats, range selection, min/max constraints, disabled times, validation, custom styling, TypeScript support and more.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -82,5 +82,8 @@
82
82
  "vite-plugin-dts": "^4.5.4",
83
83
  "vitest": "^4.0.18",
84
84
  "vue-tsc": "^3.0.6"
85
+ },
86
+ "dependencies": {
87
+ "pump": "^1.0.0"
85
88
  }
86
89
  }