@multisystemsuite/timezone-engine-scheduler 3.0.1 → 4.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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +12 -3
package/README.md CHANGED
@@ -68,6 +68,10 @@ const { start, end } = scheduler.computeShiftHoursUTC(shift, new Date());
68
68
  - `@multisystemsuite/timezone-engine-core` — timezone conversion
69
69
  - `@multisystemsuite/timezone-engine-react` — Scheduler UI component
70
70
 
71
+ ## Keywords
72
+
73
+ `timezone`, `scheduling`, `meetings`, `business-hours`, `shifts`, `enterprise`, `hrms`
74
+
71
75
  ## License
72
76
 
73
77
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multisystemsuite/timezone-engine-scheduler",
3
- "version": "3.0.1",
3
+ "version": "4.0.0",
4
4
  "description": "Enterprise scheduling engine for @multisystemsuite/timezone-engine",
5
5
  "license": "MIT",
6
6
  "author": "MultiSystemSuite",
@@ -36,8 +36,8 @@
36
36
  "dependencies": {
37
37
  "date-fns": "^4.1.0",
38
38
  "date-fns-tz": "^3.2.0",
39
- "@multisystemsuite/timezone-engine-core": "3.0.1",
40
- "@multisystemsuite/timezone-engine-shared-types": "3.0.1"
39
+ "@multisystemsuite/timezone-engine-core": "4.0.0",
40
+ "@multisystemsuite/timezone-engine-shared-types": "4.0.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "rimraf": "^6.0.1",
@@ -45,6 +45,15 @@
45
45
  "typescript": "^5.7.2",
46
46
  "vitest": "^2.1.8"
47
47
  },
48
+ "keywords": [
49
+ "timezone",
50
+ "scheduling",
51
+ "meetings",
52
+ "business-hours",
53
+ "shifts",
54
+ "enterprise",
55
+ "hrms"
56
+ ],
48
57
  "scripts": {
49
58
  "build": "tsup",
50
59
  "dev": "tsup --watch",