webspresso 0.0.31 → 0.0.32

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,6 +1,6 @@
1
1
  {
2
2
  "name": "webspresso",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "Minimal, production-ready SSR framework for Node.js with file-based routing, Nunjucks templating, built-in i18n, and CLI tooling",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -34,9 +34,9 @@ function seoCheckerPlugin(options = {}) {
34
34
  description: 'Client-side SEO analysis tool for development',
35
35
 
36
36
  /**
37
- * Called when plugin is initialized
37
+ * Called when plugin is registered
38
38
  */
39
- onInit(ctx) {
39
+ register(ctx) {
40
40
  if (!isEnabled) return;
41
41
 
42
42
  // Register dev link in toolbar