@twsxtd/hapi-openclaw 0.1.2 → 0.1.3

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/dist/index.js CHANGED
@@ -72,7 +72,6 @@ var OPENCLAW_PLUGIN_VERSION = "0.1.0";
72
72
  var PLUGIN_CONFIG_JSON_SCHEMA = {
73
73
  type: "object",
74
74
  additionalProperties: false,
75
- required: ["hapiBaseUrl", "sharedSecret"],
76
75
  properties: {
77
76
  hapiBaseUrl: { type: "string", minLength: 1 },
78
77
  sharedSecret: { type: "string", minLength: 1 },
@@ -30,10 +30,6 @@
30
30
  "configSchema": {
31
31
  "type": "object",
32
32
  "additionalProperties": false,
33
- "required": [
34
- "hapiBaseUrl",
35
- "sharedSecret"
36
- ],
37
33
  "properties": {
38
34
  "hapiBaseUrl": {
39
35
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twsxtd/hapi-openclaw",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Native OpenClaw plugin that bridges HAPI to the OpenClaw Gateway route surface.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",