node-opcua-service-subscription 2.67.1 → 2.69.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/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +22 -21
package/dist/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,qDA+B0B;AA9BtB,oHAAA,gBAAgB,OAAA;AAChB,kHAAA,cAAc,OAAA;AACd,qHAAA,iBAAiB,OAAA;AACjB,6HAAA,yBAAyB,OAAA;AAAE,8HAAA,0BAA0B,OAAA;AACrD,6HAAA,yBAAyB,OAAA;AAAE,8HAAA,0BAA0B,OAAA;AACrD,wHAAA,oBAAoB,OAAA;AACpB,8HAAA,0BAA0B,OAAA;AAAE,6HAAA,yBAAyB,OAAA;AACrD,+HAAA,2BAA2B,OAAA;AAAE,gIAAA,4BAA4B,OAAA;AACzD,+HAAA,2BAA2B,OAAA;AAC3B,kHAAA,cAAc,OAAA;AACd,uHAAA,mBAAmB,OAAA;AACnB,0HAAA,sBAAsB,OAAA;AACtB,4HAAA,wBAAwB,OAAA;AACxB,yHAAA,qBAAqB,OAAA;AACrB,mHAAA,eAAe,OAAA;AACf,oHAAA,gBAAgB,OAAA;AAChB,qHAAA,iBAAiB,OAAA;AACjB,+HAAA,2BAA2B,OAAA;AAAE,gIAAA,4BAA4B,OAAA;AACzD,4HAAA,wBAAwB,OAAA;AAAE,6HAAA,yBAAyB,OAAA;AACnD,8HAAA,0BAA0B,OAAA;AAAE,+HAAA,2BAA2B,OAAA;AACvD,6HAAA,yBAAyB,OAAA;AAAE,8HAAA,0BAA0B,OAAA;AACrD,6HAAA,yBAAyB,OAAA;AAAE,+HAAA,2BAA2B,OAAA;AACtD,gIAAA,4BAA4B,OAAA;AAAE,4HAAA,wBAAwB,OAAA;AACtD,6HAAA,yBAAyB,OAAA;AAAE,qHAAA,iBAAiB,OAAA;AAC5C,uHAAA,mBAAmB,OAAA;AAAE,8HAAA,0BAA0B,OAAA;AAC/C,kHAAA,cAAc,OAAA;AAAE,oHAAA,gBAAgB,OAAA;AAAE,mHAAA,eAAe,OAAA;AACjD,wHAAA,oBAAoB,OAAA;AAAE,yHAAA,qBAAqB,OAAA;AAC3C,kHAAA,cAAc,OAAA;AAAE,gIAAA,4BAA4B,OAAA;AAC5C,iIAAA,6BAA6B,OAAA;AAIjC,qDAAmC;AACnC,yDAA2C;AAC3C,uDAAyE;AAEzE,IAAA,0BAAM,EAAC,kCAAe,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,gBAAgB,CAAC,CAAC;AACnE,kCAAe,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,YAAY,GAAG,UAAU,CAAC;AAE3D,IAAA,0BAAM,EAAC,uCAAoB,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,cAAc,CAAC,CAAC;AACtE,uCAAoB,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,YAAY,GAAG,UAAU,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-service-subscription",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.69.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module -service-subscription",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -12,27 +12,28 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"node-opcua-assert": "2.66.0",
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-binary-stream": "2.
|
|
17
|
-
"node-opcua-data-value": "2.
|
|
18
|
-
"node-opcua-extension-object": "2.
|
|
19
|
-
"node-opcua-factory": "2.
|
|
20
|
-
"node-opcua-nodeid": "2.
|
|
21
|
-
"node-opcua-service-filter": "2.
|
|
22
|
-
"node-opcua-service-read": "2.
|
|
23
|
-
"node-opcua-service-secure-channel": "2.
|
|
24
|
-
"node-opcua-types": "2.
|
|
25
|
-
"node-opcua-variant": "2.
|
|
15
|
+
"node-opcua-basic-types": "2.69.0",
|
|
16
|
+
"node-opcua-binary-stream": "2.69.0",
|
|
17
|
+
"node-opcua-data-value": "2.69.0",
|
|
18
|
+
"node-opcua-extension-object": "2.69.0",
|
|
19
|
+
"node-opcua-factory": "2.69.0",
|
|
20
|
+
"node-opcua-nodeid": "2.69.0",
|
|
21
|
+
"node-opcua-service-filter": "2.69.0",
|
|
22
|
+
"node-opcua-service-read": "2.69.0",
|
|
23
|
+
"node-opcua-service-secure-channel": "2.69.0",
|
|
24
|
+
"node-opcua-types": "2.69.0",
|
|
25
|
+
"node-opcua-variant": "2.69.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"node-opcua-buffer-utils": "2.
|
|
29
|
-
"node-opcua-data-model": "2.
|
|
30
|
-
"node-opcua-
|
|
31
|
-
"node-opcua-
|
|
32
|
-
"node-opcua-
|
|
33
|
-
"node-opcua-
|
|
34
|
-
"node-opcua-service-
|
|
35
|
-
"node-opcua-
|
|
28
|
+
"node-opcua-buffer-utils": "2.69.0",
|
|
29
|
+
"node-opcua-data-model": "2.69.0",
|
|
30
|
+
"node-opcua-debug": "2.69.0",
|
|
31
|
+
"node-opcua-numeric-range": "2.69.0",
|
|
32
|
+
"node-opcua-packet-analyzer": "2.69.0",
|
|
33
|
+
"node-opcua-secure-channel": "2.69.0",
|
|
34
|
+
"node-opcua-service-history": "2.69.0",
|
|
35
|
+
"node-opcua-service-translate-browse-path": "2.69.0",
|
|
36
|
+
"node-opcua-status-code": "2.69.0",
|
|
36
37
|
"should": "^13.2.3"
|
|
37
38
|
},
|
|
38
39
|
"author": "Etienne Rossignon",
|
|
@@ -50,5 +51,5 @@
|
|
|
50
51
|
"internet of things"
|
|
51
52
|
],
|
|
52
53
|
"homepage": "http://node-opcua.github.io/",
|
|
53
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "6c88d05e8c82ce4bc9c8af9f0a8eb6136f31d2ce"
|
|
54
55
|
}
|