-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from ndaidong/3.1.3
v3.1.3
- Loading branch information
Showing
9 changed files
with
176 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// [email protected].2, by @ndaidong - built with esbuild at 2022-10-13T02:16:48.560Z - published under MIT license | ||
// [email protected].3, by @ndaidong - built with esbuild at 2022-10-26T05:04:53.355Z - published under MIT license | ||
var __create = Object.create; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
|
@@ -3955,7 +3955,7 @@ var providers = [ | |
"s": [ | ||
"pod\\.univ-lille\\.fr/video/*" | ||
], | ||
"e": "pod.univ-lille.fr/oembed" | ||
"e": "pod.univ-lille.fr/video/oembed" | ||
}, | ||
{ | ||
"s": [ | ||
|
@@ -4262,6 +4262,12 @@ var providers = [ | |
], | ||
"e": "api.picturelfy.com/service/oembed/" | ||
}, | ||
{ | ||
"s": [ | ||
"*\\.builder\\.pikasso\\.xyz/embed/*" | ||
], | ||
"e": "builder.pikasso.xyz/api/oembed" | ||
}, | ||
{ | ||
"s": [], | ||
"e": "beta.pingvp.com.kpnis.nl/p/oembed.php" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "oembed-parser", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"main": "./oembed-parser.js" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// [email protected].2, by @ndaidong - built with esbuild at 2022-10-13T02:16:48.560Z - published under MIT license | ||
// [email protected].3, by @ndaidong - built with esbuild at 2022-10-26T05:04:53.355Z - published under MIT license | ||
|
||
// src/utils/linker.js | ||
var isValid = (url = "") => { | ||
|
@@ -1052,7 +1052,7 @@ var providers = [ | |
"s": [ | ||
"pod\\.univ-lille\\.fr/video/*" | ||
], | ||
"e": "pod.univ-lille.fr/oembed" | ||
"e": "pod.univ-lille.fr/video/oembed" | ||
}, | ||
{ | ||
"s": [ | ||
|
@@ -1359,6 +1359,12 @@ var providers = [ | |
], | ||
"e": "api.picturelfy.com/service/oembed/" | ||
}, | ||
{ | ||
"s": [ | ||
"*\\.builder\\.pikasso\\.xyz/embed/*" | ||
], | ||
"e": "builder.pikasso.xyz/api/oembed" | ||
}, | ||
{ | ||
"s": [], | ||
"e": "beta.pingvp.com.kpnis.nl/p/oembed.php" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters