@mintlify/scraping 4.0.668 → 4.0.669

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.
@@ -55,7 +55,7 @@ describe('generateOpenApiPagesForDocsConfig', () => {
55
55
  expect(allPages).toHaveLength(3); // getUsers, createUser, getProducts
56
56
  });
57
57
 
58
- it('should handle URL input', async () => {
58
+ it.skip('should handle URL input', async () => {
59
59
  const validUrl = new URL('https://api.example.com/openapi.json');
60
60
 
61
61
  // Mock fetch implementation would be needed for this test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintlify/scraping",
3
- "version": "4.0.668",
3
+ "version": "4.0.669",
4
4
  "description": "Scrape documentation frameworks to Mintlify docs",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -82,5 +82,5 @@
82
82
  "typescript": "5.5.3",
83
83
  "vitest": "2.0.4"
84
84
  },
85
- "gitHead": "00c4371014303943eacec65bc7aa9c918d0ceff2"
85
+ "gitHead": "03bc3562f5dad68a0c3366123ecf3ca265ce84de"
86
86
  }