@nera-static/plugin-canonical-links 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +14 -2
  2. package/package.json +9 -5
package/README.md CHANGED
@@ -135,8 +135,20 @@ Includes unit and integration tests using [Vitest](https://vitest.dev) and [Pug]
135
135
  ## 🧑‍💻 Author
136
136
 
137
137
  Michael Becker
138
- [GitHub](https://github.com/seebaermichi)
138
+ [https://github.com/seebaermichi](https://github.com/seebaermichi)
139
139
 
140
- ## 📦 License
140
+ ## 🔗 Links
141
+
142
+ - [Plugin Repository](https://github.com/seebaermichi/nera-plugin-canonical-links)
143
+ - [NPM Package](https://www.npmjs.com/package/@nera-static/plugin-canonical-links)
144
+ - [Nera Static Site Generator](https://github.com/seebaermichi/nera)
145
+
146
+ ## � Compatibility
147
+
148
+ - **Nera**: v4.1.0+
149
+ - **Node.js**: >= 18
150
+ - **Plugin API**: Uses `getMetaData()` for optimal performance
151
+
152
+ ## �📦 License
141
153
 
142
154
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nera-static/plugin-canonical-links",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A plugin for Nera static site generator to create canonical links in to be used in the head.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -18,10 +18,14 @@
18
18
  ],
19
19
  "keywords": [
20
20
  "nera",
21
- "plugin",
22
- "canonical links",
23
- "static-site",
24
- "template"
21
+ "nera-plugin",
22
+ "static-site-generator",
23
+ "canonical-links",
24
+ "seo",
25
+ "alternate-links",
26
+ "multilingual",
27
+ "head-tags",
28
+ "jamstack"
25
29
  ],
26
30
  "author": "Michael Becker",
27
31
  "license": "MIT",