@opentelemetry/instrumentation-aws-sdk 0.9.2 → 0.9.3

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
@@ -3,7 +3,7 @@
3
3
  [![NPM Published Version][npm-img]][npm-url]
4
4
  [![Apache License][license-image]][license-image]
5
5
 
6
- [component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @willarmiros @NathanielRN @blumamir
6
+ [component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @willarmiros @blumamir
7
7
 
8
8
  This module provides automatic instrumentation for the [`aws-sdk` v2](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) and [`@aws-sdk` v3](https://github.com/aws/aws-sdk-js-v3) modules, which may be loaded using the [`@opentelemetry/sdk-trace-node`](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node) package and is included in the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle.
9
9
 
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.9.2";
1
+ export declare const VERSION = "0.9.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -17,5 +17,5 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.VERSION = void 0;
19
19
  // this is autogenerated file, see scripts/version-update.js
20
- exports.VERSION = '0.9.2';
20
+ exports.VERSION = '0.9.3';
21
21
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/instrumentation-aws-sdk",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "OpenTelemetry automatic instrumentation for the `aws-sdk` package",
5
5
  "keywords": [
6
6
  "aws",
@@ -62,7 +62,7 @@
62
62
  "@opentelemetry/contrib-test-utils": "^0.32.0",
63
63
  "@opentelemetry/sdk-trace-base": "^1.3.1",
64
64
  "@types/mocha": "8.2.3",
65
- "@types/node": "16.11.21",
65
+ "@types/node": "18.11.7",
66
66
  "@types/sinon": "10.0.6",
67
67
  "aws-sdk": "2.1008.0",
68
68
  "eslint": "8.7.0",
@@ -80,5 +80,5 @@
80
80
  "engines": {
81
81
  "node": ">=14"
82
82
  },
83
- "gitHead": "35226602b92a7587f16a1eb959e4f3b3948f6e9d"
83
+ "gitHead": "bd79bd04cba3f16658caf37d9a5c65e5bd5980f6"
84
84
  }