@zodic/shared 0.0.135 → 0.0.136

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.
@@ -43,7 +43,7 @@ export const makeAstrologyApiCall = async (
43
43
  ) => {
44
44
  const shortLanguage = language.slice(0, 2);
45
45
  try {
46
- const url = `https://astrologyapi.com/api/${path}`;
46
+ const url = `https://json.astrologyapi.com/v1/${path}`;
47
47
  console.log(`🌍 Making Astrology API Call: ${url}`);
48
48
 
49
49
  const response = await fetch(url, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.135",
3
+ "version": "0.0.136",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {