Files
klz-cables.com/.pnpm-store/v10/files/45/b653e9f20291a1b331be4d4388f7d92819de6cbcb6ee4f76a6ef1670465f2da14436dc60cf38ef329aceb7dcb40263c2e08838184083b400cd4964cfcc260c
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

58 lines
1.5 KiB
Plaintext

{
"name": "@opentelemetry/sql-common",
"version": "0.41.2",
"description": "Utilities for SQL instrumentations",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/sql-common",
"compile": "tsc --build tsconfig.json",
"lint": "eslint . --ext=ts,js,mjs",
"lint:fix": "eslint . --ext=ts,js,mjs --fix",
"prepublishOnly": "npm run compile",
"test": "nyc mocha 'test/**/*.test.ts'",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "https://github.com/open-telemetry/opentelemetry-js-contrib.git",
"directory": "packages/sql-common"
},
"keywords": [
"opentelemetry",
"contrib",
"sql"
],
"files": [
"build/**/*.js",
"build/**/*.js.map",
"build/**/*.d.ts"
],
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"engines": {
"node": "^18.19.0 || >=20.6.0"
},
"bugs": {
"url": "https://github.com/open-telemetry/opentelemetry-js-contrib/issues"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/sql-common#readme",
"peerDependencies": {
"@opentelemetry/api": "^1.1.0"
},
"dependencies": {
"@opentelemetry/core": "^2.0.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.1.0",
"@types/mocha": "^10.0.0",
"@types/node": "18.18.14",
"nyc": "17.1.0",
"typescript": "5.0.4"
},
"gitHead": "5a5918fd4f9f16b14c9ef4d3de08ab98c20e5b46"
}