ether-to-astro 1.4.0 → 1.4.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/biome.json +1 -1
  2. package/package.json +3 -3
package/biome.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.9/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
3
3
  "vcs": {
4
4
  "enabled": true,
5
5
  "clientKind": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ether-to-astro",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Local-first astrology toolkit with a unified e2a binary for CLI and MCP workflows, plus an e2a-mcp compatibility alias.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -50,12 +50,12 @@
50
50
  "jsdom": "^29.0.1",
51
51
  "picocolors": "^1.1.1",
52
52
  "sharp": "^0.34.5",
53
- "sweph": "2.10.3-b-1"
53
+ "sweph": "2.10.3-5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@biomejs/biome": "^2.4.9",
57
57
  "@types/jsdom": "^28.0.1",
58
- "@types/node": "^20.0.0",
58
+ "@types/node": "^25.6.0",
59
59
  "@vitest/coverage-v8": "^4.1.2",
60
60
  "@vitest/ui": "^4.1.2",
61
61
  "fast-check": "^4.6.0",