@opentelemetry/instrumentation-tedious 0.4.0 → 0.4.1
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/build/src/index.d.ts +1 -1
- package/build/src/index.js +1 -0
- package/build/src/index.js.map +1 -1
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +1 -1
- package/package.json +4 -4
- package/CHANGELOG.md +0 -66
package/build/src/index.d.ts
CHANGED
package/build/src/index.js
CHANGED
|
@@ -28,4 +28,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
28
28
|
const instrumentation_1 = require("./instrumentation");
|
|
29
29
|
__exportStar(require("./instrumentation"), exports);
|
|
30
30
|
exports.default = instrumentation_1.TediousInstrumentation;
|
|
31
|
+
__exportStar(require("./types"), exports);
|
|
31
32
|
//# sourceMappingURL=index.js.map
|
package/build/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;AAEH,uDAA2D;AAE3D,oDAAkC;AAClC,kBAAe,wCAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;AAEH,uDAA2D;AAE3D,oDAAkC;AAClC,kBAAe,wCAAsB,CAAC;AAEtC,0CAAwB"}
|
package/build/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.4.
|
|
1
|
+
export declare const VERSION = "0.4.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/build/src/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentelemetry/instrumentation-tedious",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "OpenTelemetry instrumentation for `tedious`",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"types": "build/src/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"author": "OpenTelemetry Authors",
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"engines": {
|
|
36
|
-
"node": ">=
|
|
36
|
+
"node": ">=14"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"build/src/**/*.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@opentelemetry/contrib-test-utils": "^0.32.0",
|
|
53
53
|
"@opentelemetry/sdk-trace-base": "^1.3.1",
|
|
54
54
|
"@types/mocha": "7.0.2",
|
|
55
|
-
"@types/node": "
|
|
55
|
+
"@types/node": "18.11.7",
|
|
56
56
|
"gts": "3.1.0",
|
|
57
57
|
"mocha": "7.2.0",
|
|
58
58
|
"nyc": "15.1.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"@types/tedious": "^4.0.6"
|
|
69
69
|
},
|
|
70
70
|
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-tedious#readme",
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "bd79bd04cba3f16658caf37d9a5c65e5bd5980f6"
|
|
72
72
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.4.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-tedious-v0.3.0...instrumentation-tedious-v0.4.0) (2022-09-02)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Features
|
|
7
|
-
|
|
8
|
-
* update experimental Otel deps to ^0.31.0 ([#1096](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1096)) ([4c8843b](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/4c8843be14896d1159a622c07eb3a049401ccba1))
|
|
9
|
-
* update experimental Otel deps to ^0.32.0 ([#1143](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1143)) ([6fb1911](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/6fb191139aed2ca763300dcf9adb51121a88f97e))
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
### Dependencies
|
|
13
|
-
|
|
14
|
-
* The following workspace dependencies were updated
|
|
15
|
-
* devDependencies
|
|
16
|
-
* @opentelemetry/contrib-test-utils bumped from ^0.31.0 to ^0.32.0
|
|
17
|
-
|
|
18
|
-
## [0.3.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-tedious-v0.2.0...instrumentation-tedious-v0.3.0) (2022-06-08)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Features
|
|
22
|
-
|
|
23
|
-
* update core dependencies stable ^1.3.1 experimental ^0.29.2 ([141b155](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/141b155e344980b51264e26b26c117b2113bcef6))
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Dependencies
|
|
27
|
-
|
|
28
|
-
* The following workspace dependencies were updated
|
|
29
|
-
* devDependencies
|
|
30
|
-
* @opentelemetry/contrib-test-utils bumped from ^0.30.0 to ^0.31.0
|
|
31
|
-
|
|
32
|
-
## [0.2.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-tedious-v0.1.0...instrumentation-tedious-v0.2.0) (2022-05-14)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### Features
|
|
36
|
-
|
|
37
|
-
* add supported node versions for all packages ([#973](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/973)) ([baaacbd](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/baaacbdd35ca4baab0afae64647aa8c0380ee4b7))
|
|
38
|
-
* use Otel SDK 1.2/0.28 ([#984](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/984)) ([098c2ed](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/098c2ed6f9c5ab7bd865685018c0777245aab3b7))
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Bug Fixes
|
|
42
|
-
|
|
43
|
-
* remove forcing RUN_MSSQL_TESTS to be true in tests ([#965](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/965)) ([bcbdeb7](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bcbdeb7231e2ad208421c8c61085cec881dc0867))
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### Dependencies
|
|
47
|
-
|
|
48
|
-
* The following workspace dependencies were updated
|
|
49
|
-
* devDependencies
|
|
50
|
-
* @opentelemetry/contrib-test-utils bumped from 0.29.0 to ^0.30.0
|
|
51
|
-
|
|
52
|
-
## 0.1.0 (2022-01-24)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### Features
|
|
56
|
-
|
|
57
|
-
* implement instrumentation for `tedious` ([#799](https://www.github.com/open-telemetry/opentelemetry-js-contrib/issues/799)) ([9326c99](https://www.github.com/open-telemetry/opentelemetry-js-contrib/commit/9326c99f3cdf3e0166f74093a8093066be78bd0a))
|
|
58
|
-
* re-enable TAV ([#823](https://www.github.com/open-telemetry/opentelemetry-js-contrib/issues/823)) ([2e14f46](https://www.github.com/open-telemetry/opentelemetry-js-contrib/commit/2e14f46b3f7221ae51ffa12313997f007c300e21))
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Dependencies
|
|
63
|
-
|
|
64
|
-
* The following workspace dependencies were updated
|
|
65
|
-
* devDependencies
|
|
66
|
-
* @opentelemetry/contrib-test-utils bumped from ^0.28.0 to ^0.29.0
|