node-opcua-generator
Advanced tools
Comparing version 2.132.0 to 2.133.0
@@ -361,3 +361,2 @@ "use strict"; | ||
write(" * verify that all object attributes values are valid according to schema"); | ||
write(" * @method isValid"); | ||
write(" * @return {Boolean}"); | ||
@@ -379,3 +378,2 @@ write(" */"); | ||
write(" * encode the object into a binary stream"); | ||
write(" * @method encode"); | ||
write(" *"); | ||
@@ -456,3 +454,2 @@ write(" * @param stream {BinaryStream}"); | ||
write(" * decode the object from a binary stream"); | ||
write(" * @method decode"); | ||
write(" *"); | ||
@@ -476,3 +473,2 @@ write(" * @param stream {BinaryStream}"); | ||
write(" * decode the object from a binary stream"); | ||
write(" * @method decode"); | ||
write(" *"); | ||
@@ -479,0 +475,0 @@ write(" * @param stream {BinaryStream}"); |
@@ -52,4 +52,2 @@ "use strict"; | ||
* @module opcua.miscellaneous | ||
* @class Factory | ||
* @static | ||
*/ | ||
@@ -56,0 +54,0 @@ function compileTScriptCode(typescriptFilename) { |
/** | ||
* @method normalize_require_file | ||
* @param baseFolder | ||
@@ -4,0 +4,0 @@ * @param fullPathToFile |
@@ -10,3 +10,3 @@ "use strict"; | ||
/** | ||
* @method normalize_require_file | ||
* @param baseFolder | ||
@@ -13,0 +13,0 @@ * @param fullPathToFile |
{ | ||
"name": "node-opcua-generator", | ||
"version": "2.132.0", | ||
"version": "2.133.0", | ||
"description": "pure nodejs OPCUA SDK - module generator", | ||
@@ -18,14 +18,14 @@ "main": "./dist/index.js", | ||
"node-opcua-constants": "2.125.0", | ||
"node-opcua-debug": "2.128.0", | ||
"node-opcua-factory": "2.132.0", | ||
"node-opcua-nodeid": "2.128.0", | ||
"node-opcua-schemas": "2.132.0", | ||
"node-opcua-utils": "2.128.0" | ||
"node-opcua-debug": "2.133.0", | ||
"node-opcua-factory": "2.133.0", | ||
"node-opcua-nodeid": "2.133.0", | ||
"node-opcua-schemas": "2.133.0", | ||
"node-opcua-utils": "2.133.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-basic-types": "2.132.0", | ||
"node-opcua-binary-stream": "2.128.0", | ||
"node-opcua-extension-object": "2.132.0", | ||
"node-opcua-packet-analyzer": "2.132.0", | ||
"node-opcua-status-code": "2.128.0", | ||
"node-opcua-basic-types": "2.133.0", | ||
"node-opcua-binary-stream": "2.133.0", | ||
"node-opcua-extension-object": "2.133.0", | ||
"node-opcua-packet-analyzer": "2.133.0", | ||
"node-opcua-status-code": "2.133.0", | ||
"underscore": "^1.13.7" | ||
@@ -48,3 +48,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456", | ||
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344", | ||
"files": [ | ||
@@ -51,0 +51,0 @@ "dist", |
@@ -391,3 +391,3 @@ /* istanbul ignore file */ | ||
write(" * verify that all object attributes values are valid according to schema"); | ||
write(" * @method isValid"); | ||
write(" * @return {Boolean}"); | ||
@@ -409,3 +409,3 @@ write(" */"); | ||
write(" * encode the object into a binary stream"); | ||
write(" * @method encode"); | ||
write(" *"); | ||
@@ -483,3 +483,3 @@ write(" * @param stream {BinaryStream}"); | ||
write(" * decode the object from a binary stream"); | ||
write(" * @method decode"); | ||
write(" *"); | ||
@@ -503,3 +503,3 @@ write(" * @param stream {BinaryStream}"); | ||
write(" * decode the object from a binary stream"); | ||
write(" * @method decode"); | ||
write(" *"); | ||
@@ -506,0 +506,0 @@ write(" * @param stream {BinaryStream}"); |
@@ -25,4 +25,2 @@ /* istanbul ignore file */ | ||
* @module opcua.miscellaneous | ||
* @class Factory | ||
* @static | ||
*/ | ||
@@ -29,0 +27,0 @@ |
import path from "path"; | ||
// --------------------------------------------------------------------------------------------------------------------- | ||
/** | ||
* @method normalize_require_file | ||
* @param baseFolder | ||
@@ -6,0 +6,0 @@ * @param fullPathToFile |
Sorry, the diff of this file is not supported yet
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
168695
2809
+ Addedlong@5.2.3(transitive)
+ Addednode-opcua-basic-types@2.133.0(transitive)
+ Addednode-opcua-binary-stream@2.133.0(transitive)
+ Addednode-opcua-buffer-utils@2.133.0(transitive)
+ Addednode-opcua-data-model@2.133.0(transitive)
+ Addednode-opcua-date-time@2.133.0(transitive)
+ Addednode-opcua-debug@2.133.0(transitive)
+ Addednode-opcua-enum@2.133.0(transitive)
+ Addednode-opcua-extension-object@2.133.0(transitive)
+ Addednode-opcua-factory@2.133.0(transitive)
+ Addednode-opcua-guid@2.133.0(transitive)
+ Addednode-opcua-nodeid@2.133.0(transitive)
+ Addednode-opcua-schemas@2.133.0(transitive)
+ Addednode-opcua-status-code@2.133.0(transitive)
+ Addednode-opcua-utils@2.133.0(transitive)
+ Addednode-opcua-variant@2.133.0(transitive)
+ Addednode-opcua-xml2json@2.133.0(transitive)
- Removedlong@4.0.0(transitive)
- Removednode-opcua-basic-types@2.132.0(transitive)
- Removednode-opcua-binary-stream@2.128.0(transitive)
- Removednode-opcua-buffer-utils@2.128.0(transitive)
- Removednode-opcua-data-model@2.132.0(transitive)
- Removednode-opcua-date-time@2.132.0(transitive)
- Removednode-opcua-debug@2.128.0(transitive)
- Removednode-opcua-enum@2.128.0(transitive)
- Removednode-opcua-extension-object@2.132.0(transitive)
- Removednode-opcua-factory@2.132.0(transitive)
- Removednode-opcua-guid@2.128.0(transitive)
- Removednode-opcua-nodeid@2.128.0(transitive)
- Removednode-opcua-schemas@2.132.0(transitive)
- Removednode-opcua-status-code@2.128.0(transitive)
- Removednode-opcua-utils@2.128.0(transitive)
- Removednode-opcua-variant@2.132.0(transitive)
- Removednode-opcua-xml2json@2.128.0(transitive)
Updatednode-opcua-debug@2.133.0
Updatednode-opcua-factory@2.133.0
Updatednode-opcua-nodeid@2.133.0
Updatednode-opcua-schemas@2.133.0
Updatednode-opcua-utils@2.133.0