velora-plugin 0.9.0 → 0.9.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.
@@ -1,5 +1,5 @@
1
- // Mirrors the contribution matrix (docs/PROJECT_CONTEXT.md Plugin
2
- // System). A schema-valid manifest can still declare an empty
1
+ // Mirrors the plugin type → contribution matrix. A schema-valid
2
+ // manifest can still declare an empty
3
3
  // contributions object for its type (every key in the matrix is
4
4
  // .optional()) — that's a useless plugin, and this check is the one
5
5
  // place that catches it. datatype's per-view requirement
package/package.json CHANGED
@@ -1,7 +1,14 @@
1
1
  {
2
2
  "name": "velora-plugin",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "license": "Apache-2.0",
5
+ "description": "CLI for validating, packing, and publishing Velora CMS plugins.",
6
+ "engines": {
7
+ "node": ">=22.12"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/velora-cms/velora/issues"
11
+ },
5
12
  "type": "module",
6
13
  "bin": {
7
14
  "velora-plugin": "dist/index.js"
@@ -38,14 +45,14 @@
38
45
  "tsx": "4.22.4",
39
46
  "typescript": "6.0.3",
40
47
  "vite": "6.4.3",
41
- "@velora-cms/plugin-sdk": "0.9.0"
48
+ "@velora-cms/plugin-sdk": "0.9.1"
42
49
  },
43
50
  "devDependencies": {
44
51
  "@types/node": "20.19.43",
45
52
  "@types/react": "19.2.17",
46
53
  "react": "19.2.7",
47
54
  "react-dom": "19.2.7",
48
- "create-velora-plugin": "0.9.0"
55
+ "create-velora-plugin": "0.9.1"
49
56
  },
50
57
  "scripts": {
51
58
  "build": "tsc -p .",