@signetai/connector-forge 0.226.1 → 0.226.4

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -18415,7 +18415,7 @@ ${content}`);
18415
18415
  async inspectHealth() {
18416
18416
  try {
18417
18417
  if (this.isInstalled()) {
18418
- return { status: "degraded", message: "Integration detected; runtime health has not been verified." };
18418
+ return { status: "unknown", message: "Integration detected; runtime health has not been verified." };
18419
18419
  }
18420
18420
  if (this.isDetected()) {
18421
18421
  return { status: "degraded", message: "Harness detected; Signet integration is not configured." };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/connector-forge",
3
- "version": "0.226.1",
3
+ "version": "0.226.4",
4
4
  "description": "Signet connector for ForgeCode - installs MCP, identity, and skills integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "typecheck": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@signetai/connector-base": "0.226.1",
28
- "@signetai/core": "0.226.1"
27
+ "@signetai/connector-base": "0.226.4",
28
+ "@signetai/core": "0.226.4"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.0.0",