node-opcua-guid
Advanced tools
Comparing version 2.88.0 to 2.98.1
@@ -13,2 +13,2 @@ /** | ||
export declare function normalizeGuid(guid: Guid | null | undefined): Guid; | ||
export declare type Guid = string; | ||
export type Guid = string; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -5,4 +5,4 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "2.88.0", | ||
"description": "pure nodejs OPCUA SDK - module -guid", | ||
"version": "2.98.1", | ||
"description": "pure nodejs OPCUA SDK - module guid", | ||
"scripts": { | ||
@@ -32,3 +32,7 @@ "build": "tsc -b", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "0c20078b474f36855b799557f8fe931dbe20c2ca" | ||
"gitHead": "e4d73afdfcccb3491423149d9b9785888f4ebb3c", | ||
"files": [ | ||
"dist", | ||
"source" | ||
] | ||
} |
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
5996