UNPKG

@commercetools/sdk-middleware-correlation-id

Version:

Middleware for adding a correlation id to requests being executed, to use with @commercetools/sdk-client

38 lines (37 loc) 1.18 kB
{ "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "name": "@commercetools/sdk-middleware-correlation-id", "version": "4.0.0", "description": "Middleware for adding a correlation id to requests being executed, to use with @commercetools/sdk-client", "keywords": [ "commercetools", "sdk", "middleware", "correlation-id", "request tracing" ], "homepage": "https://commercetools.github.io/nodejs/", "bugs": "https://github.com/commercetools/nodejs/issues", "license": "MIT", "author": "Tobias Deekens <tobias.deekens@commercetools.com> (https://github.com/tdeekens)", "main": "dist/sdk-middleware-correlation-id.cjs.js", "module": "dist/sdk-middleware-correlation-id.es.js", "browser": "dist/sdk-middleware-correlation-id.umd.js", "repository": { "type": "git", "url": "https://github.com/commercetools/nodejs.git" }, "files": [ "dist" ], "scripts": { "prebuild": "rimraf dist/**", "build": "yarn build:bundles", "build:bundles": "cross-env NODE_ENV=production rollup -c ../../rollup.config.js -n CommercetoolsSdkMiddlewareCorrelationId -i ./src/index.js" } }