@fineanmol/holiday-optimizer 1.0.16 → 1.0.18

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Holiday Optimizer 🏖️
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@fineanmol/holiday-optimizer.svg)](https://www.npmjs.com/package/@fineanmol/holiday-optimizer)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@fineanmol/holiday-optimizer.svg)](https://www.npmjs.com/package/@fineanmol/holiday-optimizer)
5
+ [![npm license](https://img.shields.io/npm/l/@fineanmol/holiday-optimizer.svg)](https://www.npmjs.com/package/@fineanmol/holiday-optimizer)
6
+
3
7
  Optimize your vacation days using Dynamic Programming! Maximize your total days off by strategically placing breaks around weekends and public holidays.
4
8
 
5
9
  **Live Demo:** [Try it here](https://fineanmol.github.io/holiday-optimizer/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fineanmol/holiday-optimizer",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "Optimize vacation days using dynamic programming — maximize time off around weekends and public holidays.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -37,6 +37,6 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@fineanmol/public-holidays": "^1.0.6"
40
+ "@fineanmol/public-holidays": "^1.0.15"
41
41
  }
42
42
  }