@suryaravikumar/mdx-ui 0.0.1 → 0.0.2

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.
@@ -2,7 +2,7 @@ import axios from "axios";
2
2
  import fs from "fs-extra";
3
3
  import path from "path";
4
4
  import { fileURLToPath } from "url";
5
- const REGISTRY_URL = "https://raw.githubusercontent.com/yourusername/mdx-ui/main/registry/mdx";
5
+ const REGISTRY_URL = "https://raw.githubusercontent.com/ida02pingala06/mdx-ui/main/registry/mdx";
6
6
  async function fetchComponent(name) {
7
7
  try {
8
8
  const __dirname2 = path.dirname(fileURLToPath(import.meta.url));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@suryaravikumar/mdx-ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Add MDX components to your project",
5
5
  "license": "MIT",
6
6
  "type": "module",