@whenis/booking 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @whenis/booking
2
2
 
3
- [![npm](https://img.shields.io/npm/v/@whenis/booking?color=cb3837)](https://www.npmjs.com/package/@whenis/booking)
4
- [![license](https://img.shields.io/npm/l/@whenis/booking?color=blue)](./LICENSE)
3
+ [![npm](https://img.shields.io/npm/v/@whenis/booking)](https://www.npmjs.com/package/@whenis/booking)
4
+ [![license](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)
5
5
 
6
6
  Booking-domain plugin for [whenis](https://github.com/norens/whenis).
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whenis/booking",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Booking-domain plugin for whenis — search windows, stay durations, weekend semantics, holiday references, mostly-past month enricher.",
5
5
  "keywords": [
6
6
  "date",
@@ -53,14 +53,14 @@
53
53
  "node": ">=18"
54
54
  },
55
55
  "peerDependencies": {
56
- "@whenis/core": "^0.1.0"
56
+ "@whenis/core": "^0.1.1"
57
57
  },
58
58
  "dependencies": {
59
59
  "luxon": "^3.5.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/luxon": "^3.4.0",
63
- "@whenis/core": "0.1.0"
63
+ "@whenis/core": "0.1.1"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"