node-opcua-benchmarker
Advanced tools
Comparing version 2.86.0 to 2.88.0
@@ -22,5 +22,5 @@ /// <reference types="node" /> | ||
} | ||
export type TestFunctionSync = () => void; | ||
export type TestFunctionAsync = () => Promise<void>; | ||
export type TestFunction = TestFunctionSync | TestFunctionAsync; | ||
export declare type TestFunctionSync = () => void; | ||
export declare type TestFunctionAsync = () => Promise<void>; | ||
export declare type TestFunction = TestFunctionSync | TestFunctionAsync; | ||
export interface ITestRun { | ||
@@ -27,0 +27,0 @@ name: string; |
{ | ||
"name": "node-opcua-benchmarker", | ||
"version": "2.86.0", | ||
"version": "2.88.0", | ||
"description": "pure nodejs OPCUA SDK - module -benchmarker", | ||
@@ -13,3 +13,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"node-opcua-utils": "2.86.0" | ||
"node-opcua-utils": "2.88.0" | ||
}, | ||
@@ -31,3 +31,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3" | ||
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16927
+ Addednode-opcua-assert@2.88.0(transitive)
+ Addednode-opcua-utils@2.88.0(transitive)
- Removednode-opcua-assert@2.77.0(transitive)
- Removednode-opcua-utils@2.86.0(transitive)
Updatednode-opcua-utils@2.88.0