@opentelemetry/instrumentation-amqplib 0.68.0 → 0.69.0

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.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  This module provides automatic instrumentation for the [`amqplib`](https://www.npmjs.com/package/amqplib) (RabbitMQ) module.
7
7
 
8
- If total installation size is not constrained, it is recommended to use the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle with [@opentelemetry/sdk-node](`https://www.npmjs.com/package/@opentelemetry/sdk-node`) for the most seamless instrumentation experience.
8
+ If total installation size is not constrained, it is recommended to use the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle with [@opentelemetry/sdk-node](https://www.npmjs.com/package/@opentelemetry/sdk-node) for the most seamless instrumentation experience.
9
9
 
10
10
  Compatible with OpenTelemetry JS API and SDK `1.0+`.
11
11
 
@@ -1,3 +1,3 @@
1
- export declare const PACKAGE_VERSION = "0.68.0";
1
+ export declare const PACKAGE_VERSION = "0.69.0";
2
2
  export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-amqplib";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -6,6 +6,6 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0;
8
8
  // this is autogenerated file, see scripts/version-update.js
9
- exports.PACKAGE_VERSION = '0.68.0';
9
+ exports.PACKAGE_VERSION = '0.69.0';
10
10
  exports.PACKAGE_NAME = '@opentelemetry/instrumentation-amqplib';
11
11
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,4DAA4D;AAC/C,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,YAAY,GAAG,wCAAwC,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const PACKAGE_VERSION = '0.68.0';\nexport const PACKAGE_NAME = '@opentelemetry/instrumentation-amqplib';\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,4DAA4D;AAC/C,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,YAAY,GAAG,wCAAwC,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const PACKAGE_VERSION = '0.69.0';\nexport const PACKAGE_NAME = '@opentelemetry/instrumentation-amqplib';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/instrumentation-amqplib",
3
- "version": "0.68.0",
3
+ "version": "0.69.0",
4
4
  "description": "OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ",
5
5
  "keywords": [
6
6
  "amqplib",
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@opentelemetry/core": "^2.0.0",
54
- "@opentelemetry/instrumentation": "^0.221.0",
54
+ "@opentelemetry/instrumentation": "^0.222.0",
55
55
  "@opentelemetry/semantic-conventions": "^1.33.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@opentelemetry/api": "^1.3.0",
59
- "@opentelemetry/contrib-test-utils": "^0.68.0",
59
+ "@opentelemetry/contrib-test-utils": "^0.69.0",
60
60
  "@types/amqplib": "^0.10.7",
61
61
  "@types/lodash": "4.17.24",
62
62
  "amqplib": "^2.0.1",
@@ -65,5 +65,5 @@
65
65
  "engines": {
66
66
  "node": "^18.19.0 || >=20.6.0"
67
67
  },
68
- "gitHead": "27e172a9e0d549559056ccd58f27d13467454156"
68
+ "gitHead": "932fc967b142a8eb47d306fe92107b62962099f0"
69
69
  }