Skip to content

Commit 0e699ab

Browse files
release: v1.2.11
1 parent 2d45ae0 commit 0e699ab

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

AGENTS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ Type `roxy.` to see all available namespaces. Type `roxy.{domain}.` to see every
3434
<!-- BEGIN:DOMAINS -->
3535
| Namespace | Endpoints | What it covers |
3636
|-----------|-----------|----------------|
37-
| `roxy.astrology` | 22 | Western astrology: natal charts, daily / weekly / monthly horoscopes, synastry, compatibility score, transits, moon phases |
38-
| `roxy.vedicAstrology` | 42 | Vedic / Jyotish: kundli, panchang, Vimshottari dasha, nakshatras, Mangal and Kaal Sarp and Sade Sati doshas, Guna Milan, navamsa, KP chart and ruling planets |
39-
| `roxy.numerology` | 16 | Life path, expression, soul urge, personal year, full chart, compatibility, karmic lessons |
40-
| `roxy.tarot` | 10 | Daily card, custom draws, three-card, Celtic Cross, yes / no, love spread, 78-card catalog |
41-
| `roxy.biorhythm` | 6 | Daily check-in, multi-day forecast, critical days, couples compatibility, phases |
42-
| `roxy.iching` | 9 | Daily hexagram, three-coin cast, 64 hexagrams, trigrams |
43-
| `roxy.crystals` | 12 | By zodiac, by chakra, birthstone, search, daily, pairings |
44-
| `roxy.dreams` | 5 | Dream symbol dictionary (3,000+ interpretations), daily prompt |
45-
| `roxy.angelNumbers` | 4 | Number meanings, universal digit-root lookup, daily |
46-
| `roxy.location` | 3 | City search with coordinates and timezone, countries |
37+
| `roxy.astrology` | 22 | Western astrology: natal charts, horoscopes, synastry, moon phases, transits, compatibility |
38+
| `roxy.vedicAstrology` | 42 | Vedic/Jyotish: birth charts, dashas, nakshatras, panchang, KP system, doshas, yogas |
39+
| `roxy.tarot` | 10 | Rider-Waite-Smith deck: spreads, daily pulls, yes/no, Celtic Cross, custom layouts |
40+
| `roxy.numerology` | 16 | Life path, expression, soul urge, personal year, karmic analysis, compatibility |
41+
| `roxy.dreams` | 5 | Dream symbol dictionary and interpretations |
42+
| `roxy.angelNumbers` | 4 | Angel number meanings, pattern analysis, daily guidance |
43+
| `roxy.iching` | 9 | I Ching: hexagrams, trigrams, coin casting, daily readings |
44+
| `roxy.crystals` | 12 | Crystal healing properties, zodiac/chakra pairings, birthstones, search |
45+
| `roxy.biorhythm` | 6 | 10-cycle biorhythm readings, forecasts, critical days, compatibility, daily check-ins (wellness, dating, productivity) |
46+
| `roxy.location` | 3 | City geocoding for birth chart coordinates |
4747
| `roxy.usage` | 1 | API usage stats and subscription info |
4848
<!-- END:DOMAINS -->
4949

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ const { latitude, longitude, timezone } = data[0];
5757
<!-- BEGIN:DOMAINS -->
5858
| Namespace | Endpoints | What it covers |
5959
|-----------|-----------|----------------|
60-
| `roxy.astrology` | 22 | Western astrology: natal charts, daily / weekly / monthly horoscopes, synastry, compatibility score, transits, moon phases |
61-
| `roxy.vedicAstrology` | 42 | Vedic / Jyotish: kundli, panchang, Vimshottari dasha, nakshatras, Mangal and Kaal Sarp and Sade Sati doshas, Guna Milan, navamsa, KP chart and ruling planets |
62-
| `roxy.numerology` | 16 | Life path, expression, soul urge, personal year, full chart, compatibility, karmic lessons |
63-
| `roxy.tarot` | 10 | Daily card, custom draws, three-card, Celtic Cross, yes / no, love spread, 78-card catalog |
64-
| `roxy.biorhythm` | 6 | Daily check-in, multi-day forecast, critical days, couples compatibility, phases |
65-
| `roxy.iching` | 9 | Daily hexagram, three-coin cast, 64 hexagrams, trigrams |
66-
| `roxy.crystals` | 12 | By zodiac, by chakra, birthstone, search, daily, pairings |
67-
| `roxy.dreams` | 5 | Dream symbol dictionary (3,000+ interpretations), daily prompt |
68-
| `roxy.angelNumbers` | 4 | Number meanings, universal digit-root lookup, daily |
69-
| `roxy.location` | 3 | City search with coordinates and timezone, countries |
60+
| `roxy.astrology` | 22 | Western astrology: natal charts, horoscopes, synastry, moon phases |
61+
| `roxy.vedicAstrology` | 42 | Vedic/Jyotish: birth charts, dashas, nakshatras, panchang, KP system |
62+
| `roxy.tarot` | 10 | 78-card readings: spreads, daily pulls, yes/no, Celtic Cross |
63+
| `roxy.numerology` | 16 | Life path, expression, soul urge, personal year, karmic lessons |
64+
| `roxy.dreams` | 5 | Dream symbol dictionary: 3,000+ interpretations |
65+
| `roxy.angelNumbers` | 4 | Angel number lookup, pattern analysis, daily guidance |
66+
| `roxy.iching` | 9 | I Ching hexagrams, trigrams, daily readings |
67+
| `roxy.crystals` | 12 | Crystal meanings, healing properties, zodiac and chakra pairings |
68+
| `roxy.biorhythm` | 6 | 10-cycle biorhythm readings, forecasts, critical days, compatibility |
69+
| `roxy.location` | 3 | City and country search for birth chart coordinates |
7070
| `roxy.usage` | 1 | API usage stats, rate limits, subscription info |
7171
<!-- END:DOMAINS -->
7272

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roxyapi/sdk",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "TypeScript SDK for Roxy — the multi-domain spiritual intelligence API",
55
"type": "module",
66
"exports": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.2.10';
1+
export const VERSION = '1.2.11';

0 commit comments

Comments
 (0)