api-bones 6.7.1

Opinionated REST API types: errors (RFC 9457), pagination, health checks, and more
Documentation
{
  "name": "@brefwiz/api-bones-axios",
  "version": "4.5.0",
  "description": "Axios interceptor for transparent ApiResponse envelope stripping in Brefwiz SDKs",
  "author": "Brefwiz Team",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": ["dist"],
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  },
  "peerDependencies": {
    "@opentelemetry/api": "^1.7.0"
  },
  "peerDependenciesMeta": {
    "@opentelemetry/api": {
      "optional": true
    }
  },
  "devDependencies": {
    "@opentelemetry/api": "^1.7.0",
    "@opentelemetry/core": "^1.17.0",
    "@opentelemetry/sdk-trace-base": "^1.17.0",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "vitest": "^4.1.0"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com",
    "access": "public"
  }
}