zyket 1.1.6 → 1.1.7

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.
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "zyket-plugins",
3
+ "owner": {
4
+ "name": "OnchainTech"
5
+ },
6
+ "metadata": {
7
+ "description": "Official Claude Code plugins for the Zyket framework"
8
+ },
9
+ "plugins": [
10
+ {
11
+ "name": "zyket",
12
+ "source": "./plugin",
13
+ "description": "Generate Zyket framework components — handlers, guards, routes, middlewares, services, events, schedulers, workers, and extensions.",
14
+ "version": "1.0.0"
15
+ }
16
+ ]
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zyket",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"