@opentelemetry/instrumentation-tedious 0.24.2 → 0.24.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
@@ -70,4 +70,4 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
70
70
  [license-url]: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/LICENSE
71
71
  [license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
72
72
  [npm-url]: https://www.npmjs.com/package/@opentelemetry/instrumentation-tedious
73
- [npm-img]: https://img.shields.io/npm/v/%40opentelemetry%2Finstrumentation-tedious.svg
73
+ [npm-img]: https://badge.fury.io/js/%40opentelemetry%2Finstrumentation-tedious.svg
@@ -1,3 +1,3 @@
1
- export declare const PACKAGE_VERSION = "0.24.2";
1
+ export declare const PACKAGE_VERSION = "0.24.3";
2
2
  export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-tedious";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -17,6 +17,6 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0;
19
19
  // this is autogenerated file, see scripts/version-update.js
20
- exports.PACKAGE_VERSION = '0.24.2';
20
+ exports.PACKAGE_VERSION = '0.24.3';
21
21
  exports.PACKAGE_NAME = '@opentelemetry/instrumentation-tedious';
22
22
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,YAAY,GAAG,wCAAwC,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const PACKAGE_VERSION = '0.24.2';\nexport const PACKAGE_NAME = '@opentelemetry/instrumentation-tedious';\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,YAAY,GAAG,wCAAwC,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const PACKAGE_VERSION = '0.24.3';\nexport const PACKAGE_NAME = '@opentelemetry/instrumentation-tedious';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/instrumentation-tedious",
3
- "version": "0.24.2",
3
+ "version": "0.24.3",
4
4
  "description": "OpenTelemetry instrumentation for `tedious` database client for Microsoft SQL Server",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -56,7 +56,7 @@
56
56
  "devDependencies": {
57
57
  "@opentelemetry/api": "^1.3.0",
58
58
  "@opentelemetry/context-async-hooks": "^2.0.0",
59
- "@opentelemetry/contrib-test-utils": "^0.52.1",
59
+ "@opentelemetry/contrib-test-utils": "^0.52.2",
60
60
  "@opentelemetry/sdk-trace-base": "^2.0.0",
61
61
  "@types/mocha": "10.0.10",
62
62
  "@types/node": "18.18.14",
@@ -73,5 +73,5 @@
73
73
  "@types/tedious": "^4.0.14"
74
74
  },
75
75
  "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-tedious#readme",
76
- "gitHead": "931c7b34f53ea625da900726b1f57c5c934b5b28"
76
+ "gitHead": "5a5918fd4f9f16b14c9ef4d3de08ab98c20e5b46"
77
77
  }