Socket
Socket
Sign inDemoInstall

@opentelemetry/semantic-conventions

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/semantic-conventions - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

12

build/esm/resource/SemanticResourceAttributes.d.ts

@@ -390,3 +390,3 @@ export declare const SemanticResourceAttributes: {

};
export declare type CloudProviderValues = typeof CloudProviderValues[keyof typeof CloudProviderValues];
export declare type CloudProviderValues = (typeof CloudProviderValues)[keyof typeof CloudProviderValues];
export declare const CloudPlatformValues: {

@@ -428,3 +428,3 @@ /** Alibaba Cloud Elastic Compute Service. */

};
export declare type CloudPlatformValues = typeof CloudPlatformValues[keyof typeof CloudPlatformValues];
export declare type CloudPlatformValues = (typeof CloudPlatformValues)[keyof typeof CloudPlatformValues];
export declare const AwsEcsLaunchtypeValues: {

@@ -436,3 +436,3 @@ /** ec2. */

};
export declare type AwsEcsLaunchtypeValues = typeof AwsEcsLaunchtypeValues[keyof typeof AwsEcsLaunchtypeValues];
export declare type AwsEcsLaunchtypeValues = (typeof AwsEcsLaunchtypeValues)[keyof typeof AwsEcsLaunchtypeValues];
export declare const HostArchValues: {

@@ -454,3 +454,3 @@ /** AMD64. */

};
export declare type HostArchValues = typeof HostArchValues[keyof typeof HostArchValues];
export declare type HostArchValues = (typeof HostArchValues)[keyof typeof HostArchValues];
export declare const OsTypeValues: {

@@ -480,3 +480,3 @@ /** Microsoft Windows. */

};
export declare type OsTypeValues = typeof OsTypeValues[keyof typeof OsTypeValues];
export declare type OsTypeValues = (typeof OsTypeValues)[keyof typeof OsTypeValues];
export declare const TelemetrySdkLanguageValues: {

@@ -504,3 +504,3 @@ /** cpp. */

};
export declare type TelemetrySdkLanguageValues = typeof TelemetrySdkLanguageValues[keyof typeof TelemetrySdkLanguageValues];
export declare type TelemetrySdkLanguageValues = (typeof TelemetrySdkLanguageValues)[keyof typeof TelemetrySdkLanguageValues];
//# sourceMappingURL=SemanticResourceAttributes.d.ts.map

@@ -676,3 +676,3 @@ export declare const SemanticAttributes: {

};
export declare type DbSystemValues = typeof DbSystemValues[keyof typeof DbSystemValues];
export declare type DbSystemValues = (typeof DbSystemValues)[keyof typeof DbSystemValues];
export declare const DbCassandraConsistencyLevelValues: {

@@ -702,3 +702,3 @@ /** all. */

};
export declare type DbCassandraConsistencyLevelValues = typeof DbCassandraConsistencyLevelValues[keyof typeof DbCassandraConsistencyLevelValues];
export declare type DbCassandraConsistencyLevelValues = (typeof DbCassandraConsistencyLevelValues)[keyof typeof DbCassandraConsistencyLevelValues];
export declare const FaasTriggerValues: {

@@ -716,3 +716,3 @@ /** A response to some data source operation such as a database or filesystem read/write. */

};
export declare type FaasTriggerValues = typeof FaasTriggerValues[keyof typeof FaasTriggerValues];
export declare type FaasTriggerValues = (typeof FaasTriggerValues)[keyof typeof FaasTriggerValues];
export declare const FaasDocumentOperationValues: {

@@ -726,3 +726,3 @@ /** When a new object is created. */

};
export declare type FaasDocumentOperationValues = typeof FaasDocumentOperationValues[keyof typeof FaasDocumentOperationValues];
export declare type FaasDocumentOperationValues = (typeof FaasDocumentOperationValues)[keyof typeof FaasDocumentOperationValues];
export declare const FaasInvokedProviderValues: {

@@ -738,3 +738,3 @@ /** Alibaba Cloud. */

};
export declare type FaasInvokedProviderValues = typeof FaasInvokedProviderValues[keyof typeof FaasInvokedProviderValues];
export declare type FaasInvokedProviderValues = (typeof FaasInvokedProviderValues)[keyof typeof FaasInvokedProviderValues];
export declare const NetTransportValues: {

@@ -756,3 +756,3 @@ /** ip_tcp. */

};
export declare type NetTransportValues = typeof NetTransportValues[keyof typeof NetTransportValues];
export declare type NetTransportValues = (typeof NetTransportValues)[keyof typeof NetTransportValues];
export declare const NetHostConnectionTypeValues: {

@@ -770,3 +770,3 @@ /** wifi. */

};
export declare type NetHostConnectionTypeValues = typeof NetHostConnectionTypeValues[keyof typeof NetHostConnectionTypeValues];
export declare type NetHostConnectionTypeValues = (typeof NetHostConnectionTypeValues)[keyof typeof NetHostConnectionTypeValues];
export declare const NetHostConnectionSubtypeValues: {

@@ -816,3 +816,3 @@ /** GPRS. */

};
export declare type NetHostConnectionSubtypeValues = typeof NetHostConnectionSubtypeValues[keyof typeof NetHostConnectionSubtypeValues];
export declare type NetHostConnectionSubtypeValues = (typeof NetHostConnectionSubtypeValues)[keyof typeof NetHostConnectionSubtypeValues];
export declare const HttpFlavorValues: {

@@ -830,3 +830,3 @@ /** HTTP 1.0. */

};
export declare type HttpFlavorValues = typeof HttpFlavorValues[keyof typeof HttpFlavorValues];
export declare type HttpFlavorValues = (typeof HttpFlavorValues)[keyof typeof HttpFlavorValues];
export declare const MessagingDestinationKindValues: {

@@ -838,3 +838,3 @@ /** A message sent to a queue. */

};
export declare type MessagingDestinationKindValues = typeof MessagingDestinationKindValues[keyof typeof MessagingDestinationKindValues];
export declare type MessagingDestinationKindValues = (typeof MessagingDestinationKindValues)[keyof typeof MessagingDestinationKindValues];
export declare const MessagingOperationValues: {

@@ -846,3 +846,3 @@ /** receive. */

};
export declare type MessagingOperationValues = typeof MessagingOperationValues[keyof typeof MessagingOperationValues];
export declare type MessagingOperationValues = (typeof MessagingOperationValues)[keyof typeof MessagingOperationValues];
export declare const RpcGrpcStatusCodeValues: {

@@ -884,3 +884,3 @@ /** OK. */

};
export declare type RpcGrpcStatusCodeValues = typeof RpcGrpcStatusCodeValues[keyof typeof RpcGrpcStatusCodeValues];
export declare type RpcGrpcStatusCodeValues = (typeof RpcGrpcStatusCodeValues)[keyof typeof RpcGrpcStatusCodeValues];
export declare const MessageTypeValues: {

@@ -892,3 +892,3 @@ /** sent. */

};
export declare type MessageTypeValues = typeof MessageTypeValues[keyof typeof MessageTypeValues];
export declare type MessageTypeValues = (typeof MessageTypeValues)[keyof typeof MessageTypeValues];
//# sourceMappingURL=SemanticAttributes.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "1.14.0";
export declare const VERSION = "1.15.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '1.14.0';
export var VERSION = '1.15.0';
//# sourceMappingURL=version.js.map

@@ -390,3 +390,3 @@ export declare const SemanticResourceAttributes: {

};
export declare type CloudProviderValues = typeof CloudProviderValues[keyof typeof CloudProviderValues];
export declare type CloudProviderValues = (typeof CloudProviderValues)[keyof typeof CloudProviderValues];
export declare const CloudPlatformValues: {

@@ -428,3 +428,3 @@ /** Alibaba Cloud Elastic Compute Service. */

};
export declare type CloudPlatformValues = typeof CloudPlatformValues[keyof typeof CloudPlatformValues];
export declare type CloudPlatformValues = (typeof CloudPlatformValues)[keyof typeof CloudPlatformValues];
export declare const AwsEcsLaunchtypeValues: {

@@ -436,3 +436,3 @@ /** ec2. */

};
export declare type AwsEcsLaunchtypeValues = typeof AwsEcsLaunchtypeValues[keyof typeof AwsEcsLaunchtypeValues];
export declare type AwsEcsLaunchtypeValues = (typeof AwsEcsLaunchtypeValues)[keyof typeof AwsEcsLaunchtypeValues];
export declare const HostArchValues: {

@@ -454,3 +454,3 @@ /** AMD64. */

};
export declare type HostArchValues = typeof HostArchValues[keyof typeof HostArchValues];
export declare type HostArchValues = (typeof HostArchValues)[keyof typeof HostArchValues];
export declare const OsTypeValues: {

@@ -480,3 +480,3 @@ /** Microsoft Windows. */

};
export declare type OsTypeValues = typeof OsTypeValues[keyof typeof OsTypeValues];
export declare type OsTypeValues = (typeof OsTypeValues)[keyof typeof OsTypeValues];
export declare const TelemetrySdkLanguageValues: {

@@ -504,3 +504,3 @@ /** cpp. */

};
export declare type TelemetrySdkLanguageValues = typeof TelemetrySdkLanguageValues[keyof typeof TelemetrySdkLanguageValues];
export declare type TelemetrySdkLanguageValues = (typeof TelemetrySdkLanguageValues)[keyof typeof TelemetrySdkLanguageValues];
//# sourceMappingURL=SemanticResourceAttributes.d.ts.map

@@ -676,3 +676,3 @@ export declare const SemanticAttributes: {

};
export declare type DbSystemValues = typeof DbSystemValues[keyof typeof DbSystemValues];
export declare type DbSystemValues = (typeof DbSystemValues)[keyof typeof DbSystemValues];
export declare const DbCassandraConsistencyLevelValues: {

@@ -702,3 +702,3 @@ /** all. */

};
export declare type DbCassandraConsistencyLevelValues = typeof DbCassandraConsistencyLevelValues[keyof typeof DbCassandraConsistencyLevelValues];
export declare type DbCassandraConsistencyLevelValues = (typeof DbCassandraConsistencyLevelValues)[keyof typeof DbCassandraConsistencyLevelValues];
export declare const FaasTriggerValues: {

@@ -716,3 +716,3 @@ /** A response to some data source operation such as a database or filesystem read/write. */

};
export declare type FaasTriggerValues = typeof FaasTriggerValues[keyof typeof FaasTriggerValues];
export declare type FaasTriggerValues = (typeof FaasTriggerValues)[keyof typeof FaasTriggerValues];
export declare const FaasDocumentOperationValues: {

@@ -726,3 +726,3 @@ /** When a new object is created. */

};
export declare type FaasDocumentOperationValues = typeof FaasDocumentOperationValues[keyof typeof FaasDocumentOperationValues];
export declare type FaasDocumentOperationValues = (typeof FaasDocumentOperationValues)[keyof typeof FaasDocumentOperationValues];
export declare const FaasInvokedProviderValues: {

@@ -738,3 +738,3 @@ /** Alibaba Cloud. */

};
export declare type FaasInvokedProviderValues = typeof FaasInvokedProviderValues[keyof typeof FaasInvokedProviderValues];
export declare type FaasInvokedProviderValues = (typeof FaasInvokedProviderValues)[keyof typeof FaasInvokedProviderValues];
export declare const NetTransportValues: {

@@ -756,3 +756,3 @@ /** ip_tcp. */

};
export declare type NetTransportValues = typeof NetTransportValues[keyof typeof NetTransportValues];
export declare type NetTransportValues = (typeof NetTransportValues)[keyof typeof NetTransportValues];
export declare const NetHostConnectionTypeValues: {

@@ -770,3 +770,3 @@ /** wifi. */

};
export declare type NetHostConnectionTypeValues = typeof NetHostConnectionTypeValues[keyof typeof NetHostConnectionTypeValues];
export declare type NetHostConnectionTypeValues = (typeof NetHostConnectionTypeValues)[keyof typeof NetHostConnectionTypeValues];
export declare const NetHostConnectionSubtypeValues: {

@@ -816,3 +816,3 @@ /** GPRS. */

};
export declare type NetHostConnectionSubtypeValues = typeof NetHostConnectionSubtypeValues[keyof typeof NetHostConnectionSubtypeValues];
export declare type NetHostConnectionSubtypeValues = (typeof NetHostConnectionSubtypeValues)[keyof typeof NetHostConnectionSubtypeValues];
export declare const HttpFlavorValues: {

@@ -830,3 +830,3 @@ /** HTTP 1.0. */

};
export declare type HttpFlavorValues = typeof HttpFlavorValues[keyof typeof HttpFlavorValues];
export declare type HttpFlavorValues = (typeof HttpFlavorValues)[keyof typeof HttpFlavorValues];
export declare const MessagingDestinationKindValues: {

@@ -838,3 +838,3 @@ /** A message sent to a queue. */

};
export declare type MessagingDestinationKindValues = typeof MessagingDestinationKindValues[keyof typeof MessagingDestinationKindValues];
export declare type MessagingDestinationKindValues = (typeof MessagingDestinationKindValues)[keyof typeof MessagingDestinationKindValues];
export declare const MessagingOperationValues: {

@@ -846,3 +846,3 @@ /** receive. */

};
export declare type MessagingOperationValues = typeof MessagingOperationValues[keyof typeof MessagingOperationValues];
export declare type MessagingOperationValues = (typeof MessagingOperationValues)[keyof typeof MessagingOperationValues];
export declare const RpcGrpcStatusCodeValues: {

@@ -884,3 +884,3 @@ /** OK. */

};
export declare type RpcGrpcStatusCodeValues = typeof RpcGrpcStatusCodeValues[keyof typeof RpcGrpcStatusCodeValues];
export declare type RpcGrpcStatusCodeValues = (typeof RpcGrpcStatusCodeValues)[keyof typeof RpcGrpcStatusCodeValues];
export declare const MessageTypeValues: {

@@ -892,3 +892,3 @@ /** sent. */

};
export declare type MessageTypeValues = typeof MessageTypeValues[keyof typeof MessageTypeValues];
export declare type MessageTypeValues = (typeof MessageTypeValues)[keyof typeof MessageTypeValues];
//# sourceMappingURL=SemanticAttributes.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "1.14.0";
export declare const VERSION = "1.15.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '1.14.0';
export const VERSION = '1.15.0';
//# sourceMappingURL=version.js.map

@@ -17,15 +17,6 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./trace"), exports);
__exportStar(require("./resource"), exports);
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./trace"), exports);
(0, tslib_1.__exportStar)(require("./resource"), exports);
//# sourceMappingURL=index.js.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/*

@@ -28,3 +19,3 @@ * Copyright The OpenTelemetry Authors

*/
__exportStar(require("./SemanticResourceAttributes"), exports);
(0, tslib_1.__exportStar)(require("./SemanticResourceAttributes"), exports);
//# sourceMappingURL=index.js.map

@@ -390,3 +390,3 @@ export declare const SemanticResourceAttributes: {

};
export declare type CloudProviderValues = typeof CloudProviderValues[keyof typeof CloudProviderValues];
export declare type CloudProviderValues = (typeof CloudProviderValues)[keyof typeof CloudProviderValues];
export declare const CloudPlatformValues: {

@@ -428,3 +428,3 @@ /** Alibaba Cloud Elastic Compute Service. */

};
export declare type CloudPlatformValues = typeof CloudPlatformValues[keyof typeof CloudPlatformValues];
export declare type CloudPlatformValues = (typeof CloudPlatformValues)[keyof typeof CloudPlatformValues];
export declare const AwsEcsLaunchtypeValues: {

@@ -436,3 +436,3 @@ /** ec2. */

};
export declare type AwsEcsLaunchtypeValues = typeof AwsEcsLaunchtypeValues[keyof typeof AwsEcsLaunchtypeValues];
export declare type AwsEcsLaunchtypeValues = (typeof AwsEcsLaunchtypeValues)[keyof typeof AwsEcsLaunchtypeValues];
export declare const HostArchValues: {

@@ -454,3 +454,3 @@ /** AMD64. */

};
export declare type HostArchValues = typeof HostArchValues[keyof typeof HostArchValues];
export declare type HostArchValues = (typeof HostArchValues)[keyof typeof HostArchValues];
export declare const OsTypeValues: {

@@ -480,3 +480,3 @@ /** Microsoft Windows. */

};
export declare type OsTypeValues = typeof OsTypeValues[keyof typeof OsTypeValues];
export declare type OsTypeValues = (typeof OsTypeValues)[keyof typeof OsTypeValues];
export declare const TelemetrySdkLanguageValues: {

@@ -504,3 +504,3 @@ /** cpp. */

};
export declare type TelemetrySdkLanguageValues = typeof TelemetrySdkLanguageValues[keyof typeof TelemetrySdkLanguageValues];
export declare type TelemetrySdkLanguageValues = (typeof TelemetrySdkLanguageValues)[keyof typeof TelemetrySdkLanguageValues];
//# sourceMappingURL=SemanticResourceAttributes.d.ts.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/*

@@ -28,3 +19,3 @@ * Copyright The OpenTelemetry Authors

*/
__exportStar(require("./SemanticAttributes"), exports);
(0, tslib_1.__exportStar)(require("./SemanticAttributes"), exports);
//# sourceMappingURL=index.js.map

@@ -676,3 +676,3 @@ export declare const SemanticAttributes: {

};
export declare type DbSystemValues = typeof DbSystemValues[keyof typeof DbSystemValues];
export declare type DbSystemValues = (typeof DbSystemValues)[keyof typeof DbSystemValues];
export declare const DbCassandraConsistencyLevelValues: {

@@ -702,3 +702,3 @@ /** all. */

};
export declare type DbCassandraConsistencyLevelValues = typeof DbCassandraConsistencyLevelValues[keyof typeof DbCassandraConsistencyLevelValues];
export declare type DbCassandraConsistencyLevelValues = (typeof DbCassandraConsistencyLevelValues)[keyof typeof DbCassandraConsistencyLevelValues];
export declare const FaasTriggerValues: {

@@ -716,3 +716,3 @@ /** A response to some data source operation such as a database or filesystem read/write. */

};
export declare type FaasTriggerValues = typeof FaasTriggerValues[keyof typeof FaasTriggerValues];
export declare type FaasTriggerValues = (typeof FaasTriggerValues)[keyof typeof FaasTriggerValues];
export declare const FaasDocumentOperationValues: {

@@ -726,3 +726,3 @@ /** When a new object is created. */

};
export declare type FaasDocumentOperationValues = typeof FaasDocumentOperationValues[keyof typeof FaasDocumentOperationValues];
export declare type FaasDocumentOperationValues = (typeof FaasDocumentOperationValues)[keyof typeof FaasDocumentOperationValues];
export declare const FaasInvokedProviderValues: {

@@ -738,3 +738,3 @@ /** Alibaba Cloud. */

};
export declare type FaasInvokedProviderValues = typeof FaasInvokedProviderValues[keyof typeof FaasInvokedProviderValues];
export declare type FaasInvokedProviderValues = (typeof FaasInvokedProviderValues)[keyof typeof FaasInvokedProviderValues];
export declare const NetTransportValues: {

@@ -756,3 +756,3 @@ /** ip_tcp. */

};
export declare type NetTransportValues = typeof NetTransportValues[keyof typeof NetTransportValues];
export declare type NetTransportValues = (typeof NetTransportValues)[keyof typeof NetTransportValues];
export declare const NetHostConnectionTypeValues: {

@@ -770,3 +770,3 @@ /** wifi. */

};
export declare type NetHostConnectionTypeValues = typeof NetHostConnectionTypeValues[keyof typeof NetHostConnectionTypeValues];
export declare type NetHostConnectionTypeValues = (typeof NetHostConnectionTypeValues)[keyof typeof NetHostConnectionTypeValues];
export declare const NetHostConnectionSubtypeValues: {

@@ -816,3 +816,3 @@ /** GPRS. */

};
export declare type NetHostConnectionSubtypeValues = typeof NetHostConnectionSubtypeValues[keyof typeof NetHostConnectionSubtypeValues];
export declare type NetHostConnectionSubtypeValues = (typeof NetHostConnectionSubtypeValues)[keyof typeof NetHostConnectionSubtypeValues];
export declare const HttpFlavorValues: {

@@ -830,3 +830,3 @@ /** HTTP 1.0. */

};
export declare type HttpFlavorValues = typeof HttpFlavorValues[keyof typeof HttpFlavorValues];
export declare type HttpFlavorValues = (typeof HttpFlavorValues)[keyof typeof HttpFlavorValues];
export declare const MessagingDestinationKindValues: {

@@ -838,3 +838,3 @@ /** A message sent to a queue. */

};
export declare type MessagingDestinationKindValues = typeof MessagingDestinationKindValues[keyof typeof MessagingDestinationKindValues];
export declare type MessagingDestinationKindValues = (typeof MessagingDestinationKindValues)[keyof typeof MessagingDestinationKindValues];
export declare const MessagingOperationValues: {

@@ -846,3 +846,3 @@ /** receive. */

};
export declare type MessagingOperationValues = typeof MessagingOperationValues[keyof typeof MessagingOperationValues];
export declare type MessagingOperationValues = (typeof MessagingOperationValues)[keyof typeof MessagingOperationValues];
export declare const RpcGrpcStatusCodeValues: {

@@ -884,3 +884,3 @@ /** OK. */

};
export declare type RpcGrpcStatusCodeValues = typeof RpcGrpcStatusCodeValues[keyof typeof RpcGrpcStatusCodeValues];
export declare type RpcGrpcStatusCodeValues = (typeof RpcGrpcStatusCodeValues)[keyof typeof RpcGrpcStatusCodeValues];
export declare const MessageTypeValues: {

@@ -892,3 +892,3 @@ /** sent. */

};
export declare type MessageTypeValues = typeof MessageTypeValues[keyof typeof MessageTypeValues];
export declare type MessageTypeValues = (typeof MessageTypeValues)[keyof typeof MessageTypeValues];
//# sourceMappingURL=SemanticAttributes.d.ts.map

@@ -1,2 +0,2 @@

export declare const VERSION = "1.14.0";
export declare const VERSION = "1.15.0";
//# sourceMappingURL=version.d.ts.map

@@ -20,3 +20,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.14.0';
exports.VERSION = '1.15.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/semantic-conventions",
"version": "1.14.0",
"version": "1.15.0",
"description": "OpenTelemetry semantic conventions",

@@ -18,3 +18,3 @@ "main": "build/src/index.js",

"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"precompile": "lerna run version --scope $(npm pkg get name) --include-dependencies",
"precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies",
"prewatch": "npm run precompile",

@@ -53,16 +53,21 @@ "peer-api-check": "node ../../scripts/peer-api-check.js"

"devDependencies": {
"@types/mocha": "10.0.0",
"@types/mocha": "10.0.1",
"@types/node": "18.6.5",
"@types/sinon": "10.0.13",
"@types/sinon": "10.0.15",
"codecov": "3.8.3",
"mocha": "10.0.0",
"nock": "13.0.11",
"cross-var": "1.1.0",
"lerna": "7.1.1",
"mocha": "10.2.0",
"nock": "13.3.1",
"nyc": "15.1.0",
"sinon": "15.0.0",
"sinon": "15.1.2",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
"dependencies": {
"tslib": "^2.3.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-semantic-conventions",
"sideEffects": false,
"gitHead": "edebbcc757535bc88f01340409dbbecc0bb6ccf8"
"gitHead": "06e919d6c909e8cc8e28b6624d9843f401d9b059"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc