eleventy-plugin-embed-mastodon 1.0.1 → 1.0.2-unstable-8864f4a734035b7b0a2de26687e82c5d217cfd7f
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eleventy-plugin-embed-mastodon",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2-unstable-8864f4a734035b7b0a2de26687e82c5d217cfd7f",
|
|
4
4
|
"description": "An Eleventy plugin to automatically embed Mastodon posts, using just their URLs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"11ty",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"bugs": "https://github.com/gfscott/eleventy-plugin-embed-everything/issues",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@11ty/eleventy-fetch": "^5.0
|
|
29
|
+
"@11ty/eleventy-fetch": "^5.1.0",
|
|
30
30
|
"deepmerge": "^4.3.1",
|
|
31
31
|
"regex": "^6.0.1",
|
|
32
32
|
"string-replace-async": "^3.0.2"
|