SDK catalog / Profit Ledger

Profit Ledger

alpha 0.1.0-alpha.5

Published release candidate for @wf/profit-ledger@0.1.0-alpha.5. Follow the registry guide and review compatibility before installing.

Join the alpha Sign in with Google, then add your name. We review alpha access requests.

{
  "schemaVersion": 1,
  "id": "profit-ledger",
  "package": "@wf/profit-ledger",
  "version": "0.1.0-alpha.5",
  "releaseState": "preview",
  "exports": [
    ".",
    "./cordis",
    "./mcp",
    "./package.json"
  ],
  "yamlSchemaVersions": [
    1
  ],
  "runtime": {
    "node": ">=22"
  },
  "mcp": {
    "supportedVersions": [
      "2026-07-28"
    ],
    "legacy": [],
    "breaking": true,
    "upgradeGuide": "./MCP-UPGRADE.md",
    "implementation": "@wf/core@0.3.0-alpha.6"
  },
  "verifiedCombinations": [
    {
      "platform": "Windows x64",
      "node": "24.3.0",
      "packageVersion": "0.1.0-alpha.5",
      "package": "@wf/profit-ledger",
      "client": "public package API with isolated GHL transport",
      "proof": "tests/ledger.test.mjs and tests/inputs.test.mjs"
    }
  ],
  "support": {
    "firstStableRelease": null,
    "currentStableMajor": null,
    "supersededMajors": [],
    "deprecations": [],
    "minimumSupersededMajorMonths": 12,
    "minimumDeprecationMonths": 6,
    "minimumLegacyMonthsAfterFirstStable": 12
  },
  "legacy": [],
  "migrations": [
    {
      "id": "profit-ledger-wf-scope",
      "from": {
        "package": "@workforce-sdk/profit-ledger",
        "version": "0.1.0-alpha.1"
      },
      "to": {
        "package": "@wf/profit-ledger",
        "version": "0.1.0-alpha.5"
      },
      "yaml": "For live reads, add ghlConfigurationFile pointing to a separate BrightOps GHL YAML file. Keep allowedLocations or explicitly provide host authorization.",
      "storage": "Preserve host cost snapshots; new descriptive invoice fields and provisional display fields are additive.",
      "rollback": "Restore the previous exact package archives and dependency lockfile together; preserve application data.",
      "automation": "manual",
      "guide": "README.md"
    }
  ],
  "dependencies": {
    "core": {
      "version": "0.3.0-alpha.6",
      "source": "canonical WF workspace",
      "state": "bundled dependency"
    },
    "ghl": {
      "version": "0.1.0-alpha.1",
      "source": "canonical WF workspace",
      "state": "bundled public adapter"
    }
  }
}