Skip to content

Commit 66a9fce

Browse files
committed
feat: updated deps
1 parent 70f1ce5 commit 66a9fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import path from 'path';
3535

3636
let packageJson: { name: string; version: string };
3737
let instrumentationName = '@imqueue/opentelemetry-instrumentation-imqueue';
38-
let instrumentationVersion = '1.1.0';
38+
let instrumentationVersion = '2.0.1';
3939
const packageName = '@imqueue/rpc';
4040
const versions = ['>=1.10'];
4141
const componentName = 'imq';

test/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { IMQClient, IMQRPCRequest } from '../../src/imq/types';
55

66
const mockPackageJson = {
77
name: '@imqueue/opentelemetry-instrumentation-imqueue',
8-
version: '1.1.0'
8+
version: '2.0.2'
99
};
1010

1111
const originalRequire = require;

0 commit comments

Comments
 (0)