@opentelemetry/instrumentation-cassandra-driver 0.47.0 → 0.48.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.
@@ -1,3 +1,3 @@
1
- export * from './instrumentation';
2
- export * from './types';
1
+ export { CassandraDriverInstrumentation } from './instrumentation';
2
+ export type { CassandraDriverInstrumentationConfig, CassandraDriverResponseCustomAttributeFunction, ResponseHookInfo, ResultSet, Row, } from './types';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -14,21 +14,8 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
- if (k2 === undefined) k2 = k;
19
- var desc = Object.getOwnPropertyDescriptor(m, k);
20
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
21
- desc = { enumerable: true, get: function() { return m[k]; } };
22
- }
23
- Object.defineProperty(o, k2, desc);
24
- }) : (function(o, m, k, k2) {
25
- if (k2 === undefined) k2 = k;
26
- o[k2] = m[k];
27
- }));
28
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
29
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
30
- };
31
17
  Object.defineProperty(exports, "__esModule", { value: true });
32
- __exportStar(require("./instrumentation"), exports);
33
- __exportStar(require("./types"), exports);
18
+ exports.CassandraDriverInstrumentation = void 0;
19
+ var instrumentation_1 = require("./instrumentation");
20
+ Object.defineProperty(exports, "CassandraDriverInstrumentation", { enumerable: true, get: function () { return instrumentation_1.CassandraDriverInstrumentation; } });
34
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;AAEH,oDAAkC;AAClC,0CAAwB","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\nexport * from './instrumentation';\nexport * from './types';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,qDAAmE;AAA1D,iIAAA,8BAA8B,OAAA","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\nexport { CassandraDriverInstrumentation } from './instrumentation';\nexport type {\n CassandraDriverInstrumentationConfig,\n CassandraDriverResponseCustomAttributeFunction,\n ResponseHookInfo,\n ResultSet,\n Row,\n} from './types';\n"]}
@@ -1,3 +1,3 @@
1
- export declare const PACKAGE_VERSION = "0.47.0";
1
+ export declare const PACKAGE_VERSION = "0.48.0";
2
2
  export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-cassandra-driver";
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.47.0';
20
+ exports.PACKAGE_VERSION = '0.48.0';
21
21
  exports.PACKAGE_NAME = '@opentelemetry/instrumentation-cassandra-driver';
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,iDAAiD,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.47.0';\nexport const PACKAGE_NAME = '@opentelemetry/instrumentation-cassandra-driver';\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,iDAAiD,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.48.0';\nexport const PACKAGE_NAME = '@opentelemetry/instrumentation-cassandra-driver';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentelemetry/instrumentation-cassandra-driver",
3
- "version": "0.47.0",
3
+ "version": "0.48.0",
4
4
  "description": "OpenTelemetry instrumentation for `cassandra-driver` database client library for Apache Cassandra",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",
@@ -12,9 +12,9 @@
12
12
  "lint": "eslint . --ext .ts",
13
13
  "lint:fix": "eslint . --ext .ts --fix",
14
14
  "lint:readme": "node ../../../scripts/lint-readme.js",
15
- "prewatch": "npm run precompile",
16
15
  "prepublishOnly": "npm run compile",
17
16
  "version:update": "node ../../../scripts/version-update.js",
17
+ "setup:dev": "nx run-many -t compile -p @opentelemetry/instrumentation-cassandra-driver",
18
18
  "compile": "tsc -p ."
19
19
  },
20
20
  "keywords": [
@@ -45,7 +45,7 @@
45
45
  "devDependencies": {
46
46
  "@opentelemetry/api": "^1.3.0",
47
47
  "@opentelemetry/context-async-hooks": "^2.0.0",
48
- "@opentelemetry/contrib-test-utils": "^0.47.0",
48
+ "@opentelemetry/contrib-test-utils": "^0.48.0",
49
49
  "@opentelemetry/sdk-trace-base": "^2.0.0",
50
50
  "@opentelemetry/sdk-trace-node": "^2.0.0",
51
51
  "@types/mocha": "10.0.10",
@@ -59,9 +59,9 @@
59
59
  "typescript": "5.0.4"
60
60
  },
61
61
  "dependencies": {
62
- "@opentelemetry/instrumentation": "^0.201.0",
62
+ "@opentelemetry/instrumentation": "^0.202.0",
63
63
  "@opentelemetry/semantic-conventions": "^1.27.0"
64
64
  },
65
65
  "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-cassandra#readme",
66
- "gitHead": "393b51596dc869983a03ce8857658029ca122a15"
66
+ "gitHead": "7481f71d615acf161b5c86dd4abce1434a860a3d"
67
67
  }