@paragraphcms/seo 0.1.0 → 0.2.0

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,6 +8,12 @@ SEO document generators for Paragraph CMS sites.
8
8
 
9
9
  ```bash
10
10
  npm install @paragraphcms/client @paragraphcms/seo
11
+ # or
12
+ pnpm add @paragraphcms/client @paragraphcms/seo
13
+ # or
14
+ yarn add @paragraphcms/client @paragraphcms/seo
15
+ # or
16
+ bun add @paragraphcms/client @paragraphcms/seo
11
17
  ```
12
18
 
13
19
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paragraphcms/seo",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "SEO document generators for Paragraph CMS sites.",
5
5
  "license": "MIT",
6
6
  "author": "Paragraph CMS",
@@ -38,10 +38,10 @@
38
38
  "robots"
39
39
  ],
40
40
  "peerDependencies": {
41
- "@paragraphcms/client": "^2.4.0"
41
+ "@paragraphcms/client": "3.0.5"
42
42
  },
43
43
  "devDependencies": {
44
- "@paragraphcms/client": "^2.4.0",
44
+ "@paragraphcms/client": "3.0.5",
45
45
  "typescript": "^5.9.3"
46
46
  }
47
47
  }