oembed-parser
Advanced tools
Comparing version 3.0.6 to 3.0.7
{ | ||
"name": "oembed-parser-cjs", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"main": "./oembed-parser.js" | ||
} |
{ | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"name": "oembed-parser", | ||
@@ -11,4 +11,3 @@ "description": "Get oEmbed data from given URL.", | ||
"author": "@ndaidong", | ||
"main": "./dist/cjs/oembed-parser.js", | ||
"module": "./src/main.js", | ||
"main": "./src/main.js", | ||
"type": "module", | ||
@@ -42,5 +41,5 @@ "types": "./index.d.ts", | ||
"devDependencies": { | ||
"esbuild": "^0.14.48", | ||
"jest": "^28.1.2", | ||
"nock": "^13.2.8" | ||
"esbuild": "^0.14.49", | ||
"jest": "^28.1.3", | ||
"nock": "^13.2.9" | ||
}, | ||
@@ -47,0 +46,0 @@ "keywords": [ |
@@ -45,5 +45,4 @@ // utils -> fetchEmbed | ||
const link = getRegularUrl(queryParams, provider.fetchEndpoint) | ||
console.log(link) | ||
const body = retrieve(link) | ||
return body | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
802593
43
30647
17