diff --git a/package-lock.json b/package-lock.json index 95a6d61..ab07db4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "GPL-3.0", "dependencies": { - "@resilien/directus-to-markdown": "^0.1.0", + "@resilien/directus-to-markdown": "^0.2.0", "imagemin-cli": "^6.0.0", "imagemin-webp": "^6.0.0", "richtypo": "4.0.7", @@ -144,9 +144,9 @@ } }, "node_modules/@resilien/directus-to-markdown": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-0.1.0.tgz", - "integrity": "sha512-wgfg+HmV8axRqX7tYxPTYQJjMJ7JVLdhEjcF6Dxo8MtEj8n95MV8YeOa61kClq0LlHiQb+i53KAaHOcuvgdn2Q==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-0.2.0.tgz", + "integrity": "sha512-2ZCS3aSab4pPC03Y4brHvrB2mZH4cSPgq228jGgPjYbrSLsp6H5ZfU8xCycnZO8hVUnmMGZVpF8leXefIj8d2Q==", "dependencies": { "@directus/sdk": "^9.5.0", "js-yaml": "^4.1.0" @@ -4884,9 +4884,9 @@ } }, "@resilien/directus-to-markdown": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-0.1.0.tgz", - "integrity": "sha512-wgfg+HmV8axRqX7tYxPTYQJjMJ7JVLdhEjcF6Dxo8MtEj8n95MV8YeOa61kClq0LlHiQb+i53KAaHOcuvgdn2Q==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-0.2.0.tgz", + "integrity": "sha512-2ZCS3aSab4pPC03Y4brHvrB2mZH4cSPgq228jGgPjYbrSLsp6H5ZfU8xCycnZO8hVUnmMGZVpF8leXefIj8d2Q==", "requires": { "@directus/sdk": "^9.5.0", "js-yaml": "^4.1.0" diff --git a/package.json b/package.json index 68ef548..760f91a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Simon ", "license": "GPL-3.0", "dependencies": { - "@resilien/directus-to-markdown": "^0.1.0", + "@resilien/directus-to-markdown": "^0.2.0", "imagemin-cli": "^6.0.0", "imagemin-webp": "^6.0.0", "richtypo": "4.0.7",