notes-to-strapi-export-article-ai 3.0.151 → 3.0.152
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/manifest.json +1 -1
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "notes-to-strapi-export-article-ai",
|
|
3
3
|
"name": "Strapi Exporter AI",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.152",
|
|
5
5
|
"minAppVersion": "1.7.0",
|
|
6
6
|
"description": "Effortlessly export your notes to Strapi CMS with AI-powered handling and SEO optimization.",
|
|
7
7
|
"author": "Cinquin Andy",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "notes-to-strapi-export-article-ai",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.152",
|
|
4
4
|
"description": "Effortlessly export your Obsidian notes to Strapi CMS with AI-powered image handling and SEO optimization. Replace all the images in your notes by uploaded images in Strapi, and add SEO metadata to uploaded images.",
|
|
5
5
|
"main": "main.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"builtin-modules": "4.0.0",
|
|
18
18
|
"esbuild": "0.24.0",
|
|
19
19
|
"obsidian": "latest",
|
|
20
|
-
"prettier": "3.7.
|
|
20
|
+
"prettier": "3.7.2",
|
|
21
21
|
"tslib": "2.8.1",
|
|
22
22
|
"typescript": "5.9.3"
|
|
23
23
|
},
|