node-opcua-address-space-base
Advanced tools
Comparing version 2.64.1 to 2.65.0
@@ -0,0 +0,0 @@ import { ExtensionObject } from "node-opcua-extension-object"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=address_space.js.map |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Variant, VariantLike } from "node-opcua-variant"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=bind_variable.js.map |
@@ -0,0 +0,0 @@ import { NodeId, NodeIdLike } from "node-opcua-nodeid"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { ByteString } from "node-opcua-basic-types"; | ||
export declare type ContinuationPoint = ByteString; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=continuation_point.js.map |
@@ -0,0 +0,0 @@ export * from "./address_space"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { QualifiedNameLike, LocalizedTextLike } from "node-opcua-data-model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=instantiate_options.js.map |
export declare type ModellingRuleType = "Mandatory" | "Optional" | "MandatoryPlaceholder" | "OptionalPlaceholder" | "ExposesItsArray" | null; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=modelling_rule_type.js.map |
@@ -210,3 +210,3 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model"; | ||
export declare interface INamespace { | ||
version: number; | ||
version: string; | ||
publicationDate: Date; | ||
@@ -213,0 +213,0 @@ namespaceUri: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=namespace.js.map |
@@ -0,0 +0,0 @@ import { Certificate } from "node-opcua-crypto"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=session_context.js.map |
@@ -0,0 +0,0 @@ import { NodeClass } from "node-opcua-data-model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_data_type.js.map |
@@ -0,0 +0,0 @@ import { QualifiedName } from "node-opcua-data-model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_dynamic_variable_array.js.map |
@@ -0,0 +0,0 @@ import { NodeId } from "node-opcua-nodeid"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_event_type.js.map |
@@ -0,0 +0,0 @@ import { NodeClass } from "node-opcua-data-model"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { QualifiedNameLike, QualifiedNameOptions } from "node-opcua-data-model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_object_type.js.map |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_object.js.map |
@@ -0,0 +0,0 @@ import { DataType } from "node-opcua-variant"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_property.js.map |
@@ -0,0 +0,0 @@ import { LocalizedText, NodeClass } from "node-opcua-data-model"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { NodeId } from "node-opcua-nodeid"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_reference.js.map |
@@ -0,0 +0,0 @@ import { QualifiedNameLike } from "node-opcua-data-model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_variable_t.js.map |
@@ -0,0 +0,0 @@ import { NodeClass } from "node-opcua-data-model"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AttributeIds, CallbackT, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_variable.js.map |
@@ -0,0 +0,0 @@ import { NodeClass } from "node-opcua-data-model"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=ua_view.js.map |
{ | ||
"name": "node-opcua-address-space-base", | ||
"version": "2.64.1", | ||
"version": "2.65.0", | ||
"description": "pure nodejs OPCUA SDK - module -address-space", | ||
@@ -26,5 +26,5 @@ "main": "./dist/index.js", | ||
"node-opcua-basic-types": "2.64.1", | ||
"node-opcua-client-dynamic-extension-object": "2.64.1", | ||
"node-opcua-client-dynamic-extension-object": "2.65.0", | ||
"node-opcua-constants": "2.64.1", | ||
"node-opcua-data-access": "2.64.1", | ||
"node-opcua-data-access": "2.65.0", | ||
"node-opcua-data-model": "2.64.1", | ||
@@ -39,12 +39,12 @@ "node-opcua-data-value": "2.64.1", | ||
"node-opcua-object-registry": "2.64.1", | ||
"node-opcua-pseudo-session": "2.64.1", | ||
"node-opcua-pseudo-session": "2.65.0", | ||
"node-opcua-schemas": "2.64.1", | ||
"node-opcua-service-browse": "2.64.1", | ||
"node-opcua-service-call": "2.64.1", | ||
"node-opcua-service-filter": "2.64.1", | ||
"node-opcua-service-history": "2.64.1", | ||
"node-opcua-service-translate-browse-path": "2.64.1", | ||
"node-opcua-service-write": "2.64.1", | ||
"node-opcua-service-browse": "2.65.0", | ||
"node-opcua-service-call": "2.65.0", | ||
"node-opcua-service-filter": "2.65.0", | ||
"node-opcua-service-history": "2.65.0", | ||
"node-opcua-service-translate-browse-path": "2.65.0", | ||
"node-opcua-service-write": "2.65.0", | ||
"node-opcua-status-code": "2.64.1", | ||
"node-opcua-types": "2.64.1", | ||
"node-opcua-types": "2.65.0", | ||
"node-opcua-utils": "2.64.1", | ||
@@ -64,3 +64,3 @@ "node-opcua-variant": "2.64.1", | ||
"node-opcua-packet-analyzer": "2.64.1", | ||
"node-opcua-test-fixtures": "2.64.1", | ||
"node-opcua-test-fixtures": "2.65.0", | ||
"should": "^13.2.3", | ||
@@ -85,3 +85,3 @@ "sinon": "^13.0.1", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c" | ||
"gitHead": "59b9cae30fb45633ad501f9cf3b74fb9d05e8960" | ||
} |
@@ -254,3 +254,3 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model"; | ||
export declare interface INamespace { | ||
version: number; | ||
version: string; | ||
publicationDate: Date; | ||
@@ -260,3 +260,3 @@ namespaceUri: string; | ||
index: number; | ||
constructNodeId(options: ConstructNodeIdOptions): NodeId; | ||
@@ -263,0 +263,0 @@ |
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
153030
+ Addednode-opcua-client-dynamic-extension-object@2.65.0(transitive)
+ Addednode-opcua-data-access@2.65.0(transitive)
+ Addednode-opcua-generator@2.65.0(transitive)
+ Addednode-opcua-pseudo-session@2.65.0(transitive)
+ Addednode-opcua-service-browse@2.65.0(transitive)
+ Addednode-opcua-service-call@2.65.0(transitive)
+ Addednode-opcua-service-filter@2.65.0(transitive)
+ Addednode-opcua-service-history@2.65.0(transitive)
+ Addednode-opcua-service-read@2.65.0(transitive)
+ Addednode-opcua-service-secure-channel@2.65.0(transitive)
+ Addednode-opcua-service-subscription@2.65.0(transitive)
+ Addednode-opcua-service-translate-browse-path@2.65.0(transitive)
+ Addednode-opcua-service-write@2.65.0(transitive)
+ Addednode-opcua-types@2.65.0(transitive)
- Removednode-opcua-client-dynamic-extension-object@2.64.1(transitive)
- Removednode-opcua-data-access@2.64.1(transitive)
- Removednode-opcua-generator@2.64.1(transitive)
- Removednode-opcua-pseudo-session@2.64.1(transitive)
- Removednode-opcua-service-browse@2.64.1(transitive)
- Removednode-opcua-service-call@2.64.1(transitive)
- Removednode-opcua-service-filter@2.64.1(transitive)
- Removednode-opcua-service-history@2.64.1(transitive)
- Removednode-opcua-service-read@2.64.1(transitive)
- Removednode-opcua-service-secure-channel@2.64.1(transitive)
- Removednode-opcua-service-subscription@2.64.1(transitive)
- Removednode-opcua-service-translate-browse-path@2.64.1(transitive)
- Removednode-opcua-service-write@2.64.1(transitive)
- Removednode-opcua-types@2.64.1(transitive)
Updatednode-opcua-types@2.65.0