node-opcua-service-endpoints
Advanced tools
Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module node-opcua-service-endpoints | ||
*/ | ||
export { ApplicationType, ApplicationDescription, ApplicationDescriptionOptions, UserTokenPolicy, EndpointDescription, UserIdentityToken, GetEndpointsRequest, GetEndpointsRequestOptions, GetEndpointsResponse, UserTokenType } from "node-opcua-types"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module node-opcua-service-endpoints | ||
*/ | ||
// tslint:disable:max-line-length | ||
var node_opcua_types_1 = require("node-opcua-types"); | ||
@@ -4,0 +8,0 @@ exports.ApplicationType = node_opcua_types_1.ApplicationType; |
{ | ||
"name": "node-opcua-service-endpoints", | ||
"version": "2.0.0-alpha.8", | ||
"version": "2.0.0-alpha.9", | ||
"description": "pure nodejs OPCUA SDK - module -service-endpoints", | ||
@@ -13,14 +13,14 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"node-opcua-assert": "^2.0.0-alpha.8", | ||
"node-opcua-basic-types": "^2.0.0-alpha.8", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.8", | ||
"node-opcua-data-model": "^2.0.0-alpha.8", | ||
"node-opcua-factory": "^2.0.0-alpha.8", | ||
"node-opcua-nodeid": "^2.0.0-alpha.8", | ||
"node-opcua-service-secure-channel": "^2.0.0-alpha.8", | ||
"node-opcua-types": "^2.0.0-alpha.8", | ||
"node-opcua-assert": "^2.0.0-alpha.9", | ||
"node-opcua-basic-types": "^2.0.0-alpha.9", | ||
"node-opcua-binary-stream": "^2.0.0-alpha.9", | ||
"node-opcua-data-model": "^2.0.0-alpha.9", | ||
"node-opcua-factory": "^2.0.0-alpha.9", | ||
"node-opcua-nodeid": "^2.0.0-alpha.9", | ||
"node-opcua-service-secure-channel": "^2.0.0-alpha.9", | ||
"node-opcua-types": "^2.0.0-alpha.9", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^2.0.0-alpha.8", | ||
"node-opcua-generator": "^2.0.0-alpha.9", | ||
"should": "13.2.3" | ||
@@ -43,3 +43,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "7bbf38d5a3cd29cb6aed6ca38078f4d89d3f956a" | ||
"gitHead": "cd7120d1840593757f0f3c9e53be4e85883dc0e6" | ||
} |
@@ -0,1 +1,5 @@ | ||
/** | ||
* @module node-opcua-service-endpoints | ||
*/ | ||
// tslint:disable:max-line-length | ||
export { | ||
@@ -27,3 +31,2 @@ ApplicationType, | ||
// OPC Unified Architecture, Part 4 page 121 | ||
@@ -45,3 +48,2 @@ // EndpointDescription", | ||
// OPC Unified Architecture, Part 4 page 16 | ||
@@ -90,3 +92,1 @@ // GetEndpointsRequest | ||
// | ||
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
16848
8
189