@nuxtjs/prismic 5.3.1-pr.245.93dd5ca → 5.3.1

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/README.md CHANGED
@@ -55,6 +55,7 @@ For more clarity on this project and its structure you can also check out the de
55
55
 
56
56
  <!-- Links -->
57
57
 
58
+ [nuxt]: https://nuxt.com
58
59
  [prismic]: https://prismic.io
59
60
 
60
61
  <!-- Replace link with a more useful one if available -->
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtjs/prismic",
3
- "version": "5.3.1-pr.245.93dd5ca",
3
+ "version": "5.3.1",
4
4
  "configKey": "prismic",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.7.0"
package/dist/module.mjs CHANGED
@@ -7,7 +7,7 @@ import { addDependency } from 'nypm';
7
7
  import { readPackage } from 'pkg-types';
8
8
 
9
9
  const name = "@nuxtjs/prismic";
10
- const version = "5.3.1-pr.245.93dd5ca";
10
+ const version = "5.3.1";
11
11
 
12
12
  const logger = useLogger("nuxt:prismic");
13
13
  const PRISMIC_CONFIG_FILENAME = "prismic.config.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxtjs/prismic",
3
- "version": "5.3.1-pr.245.93dd5ca",
3
+ "version": "5.3.1",
4
4
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
5
5
  "keywords": [
6
6
  "nuxt",