node-opcua-service-filter 2.87.0 → 2.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
3
+ Copyright (c) 2022-2023 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
4
4
 
5
5
  Copyright (c) 2014-2022 Etienne Rossignon
6
6
 
@@ -9,7 +9,7 @@ export declare function ofType(nodeId: NodeIdLike): ContentFilterElement;
9
9
  export declare function l(dataType: DataType, value: any): LiteralOperand;
10
10
  export declare function n(n: NodeIdLike): LiteralOperand;
11
11
  export declare function s(attributeId: AttributeIds, path: string): SimpleAttributeOperand;
12
- declare type A = LiteralOperand | SimpleAttributeOperand | AttributeOperand | ContentFilterElement;
12
+ type A = LiteralOperand | SimpleAttributeOperand | AttributeOperand | ContentFilterElement;
13
13
  export declare function or(a: A, b: A): ContentFilterElement;
14
14
  export declare function and(a: A, b: A): ContentFilterElement;
15
15
  export declare function lessThan(a: A, b: A): ContentFilterElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-service-filter",
3
- "version": "2.87.0",
3
+ "version": "2.89.0",
4
4
  "description": "pure nodejs OPCUA SDK - module -service-filter",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -10,23 +10,23 @@
10
10
  "build": "tsc -b"
11
11
  },
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.87.0",
14
- "node-opcua-assert": "2.77.0",
15
- "node-opcua-basic-types": "2.86.1",
16
- "node-opcua-constants": "2.77.0",
17
- "node-opcua-data-model": "2.86.1",
18
- "node-opcua-data-value": "2.87.0",
19
- "node-opcua-debug": "2.86.0",
20
- "node-opcua-extension-object": "2.86.1",
21
- "node-opcua-nodeid": "2.86.0",
22
- "node-opcua-service-translate-browse-path": "2.87.0",
23
- "node-opcua-status-code": "2.86.1",
24
- "node-opcua-types": "2.87.0",
25
- "node-opcua-variant": "2.87.0"
13
+ "node-opcua-address-space-base": "2.89.0",
14
+ "node-opcua-assert": "2.88.0",
15
+ "node-opcua-basic-types": "2.89.0",
16
+ "node-opcua-constants": "2.88.0",
17
+ "node-opcua-data-model": "2.89.0",
18
+ "node-opcua-data-value": "2.89.0",
19
+ "node-opcua-debug": "2.88.0",
20
+ "node-opcua-extension-object": "2.89.0",
21
+ "node-opcua-nodeid": "2.88.0",
22
+ "node-opcua-service-translate-browse-path": "2.89.0",
23
+ "node-opcua-status-code": "2.89.0",
24
+ "node-opcua-types": "2.89.0",
25
+ "node-opcua-variant": "2.89.0"
26
26
  },
27
27
  "devDependencies": {
28
- "node-opcua-numeric-range": "2.86.1",
29
- "node-opcua-packet-analyzer": "2.86.1",
28
+ "node-opcua-numeric-range": "2.89.0",
29
+ "node-opcua-packet-analyzer": "2.89.0",
30
30
  "should": "^13.2.3"
31
31
  },
32
32
  "author": "Etienne Rossignon",
@@ -44,5 +44,5 @@
44
44
  "internet of things"
45
45
  ],
46
46
  "homepage": "http://node-opcua.github.io/",
47
- "gitHead": "cf789b56916b6c0974c17337352ef9581d50ddb0"
47
+ "gitHead": "93d5502a1b71afbb5e5fa56846615c412b63cc1b"
48
48
  }