@anywayseo/gatsby-plugin 2.2.0 → 2.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@anywayseo/gatsby-plugin",
3
3
  "description": "Shared config for Anywayseo sites",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "author": "zerg41",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
@@ -1 +1 @@
1
- export declare const page = "\n # === STRAPI PAGE DEFINITIONS ===\n type StrapiPage implements Node {\n id: ID!\n title: String\n slug: String\n seo: Seo\n author: Author\n createdAt: Date @dateformat\n updatedAt: Date @dateformat\n content: [ContentComponent]\n }\n\n";
1
+ export declare const page = "\n # === STRAPI PAGE DEFINITIONS ===\n type StrapiPage implements Node {\n id: ID!\n locale: String\n title: String\n slug: String\n seo: Seo\n author: Author\n createdAt: Date @dateformat\n updatedAt: Date @dateformat\n content: [ContentComponent]\n }\n";
@@ -5,6 +5,7 @@ exports.page = `
5
5
  # === STRAPI PAGE DEFINITIONS ===
6
6
  type StrapiPage implements Node {
7
7
  id: ID!
8
+ locale: String
8
9
  title: String
9
10
  slug: String
10
11
  seo: Seo
@@ -13,5 +14,4 @@ exports.page = `
13
14
  updatedAt: Date @dateformat
14
15
  content: [ContentComponent]
15
16
  }
16
-
17
17
  `;