@timekeeper-countdown/core 0.3.0 → 0.3.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,7 +21,7 @@ The published bundle is pure ESM. When targeting CommonJS environments use a bun
21
21
 
22
22
  Supported runtimes:
23
23
 
24
- - Node.js 22+
24
+ - Node.js 18+
25
25
  - Modern browsers (ES2022 modules)
26
26
 
27
27
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timekeeper-countdown/core",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Lightweight countdown engine that powers the Timekeeper packages. Pure TypeScript with no runtime dependencies.",
5
5
  "keywords": [
6
6
  "countdown",
@@ -63,7 +63,7 @@
63
63
  "prepublishOnly": "npm run build && npm run test && npm run typecheck"
64
64
  },
65
65
  "engines": {
66
- "node": ">=22"
66
+ "node": ">=18"
67
67
  },
68
68
  "publishConfig": {
69
69
  "registry": "https://registry.npmjs.org",