nodalis-compiler 1.0.31 → 1.0.32
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/CHANGELOG.md +3 -0
- package/package.json +4 -1
- package/src/compilers/JSCompiler.js +15 -0
- package/src/compilers/support/generic/modbus.cpp +57 -18
- package/src/compilers/support/jint/nodalis/NodalisEngine/NodalisEngine.csproj +2 -2
- package/src/compilers/support/jint/nodalis/NodalisEngine/OPCClient.cs +63 -10
- package/src/compilers/support/jint/nodalis/NodalisEngine/OPCServer.cs +69 -9
- package/src/compilers/support/jint/nodalis/NodalisEngine/README.md +5 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Debug/net8.0/NodalisEngine.deps.json +263 -162
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Debug/net8.0/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Debug/net8.0/NodalisEngine.pdb +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Debug/net8.0/NodalisEngine.xml +2 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Release/NodalisEngine.1.0.10.nupkg +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Release/NodalisEngine.1.0.11.nupkg +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Release/NodalisEngine.1.0.12.nupkg +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Release/net8.0/NodalisEngine.deps.json +263 -162
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Release/net8.0/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Release/net8.0/NodalisEngine.pdb +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Release/net8.0/NodalisEngine.xml +2 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.AssemblyInfo.cs +3 -3
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.AssemblyInfoInputs.cache +1 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.assets.cache +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.csproj.AssemblyReference.cache +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.csproj.CoreCompileInputs.cache +1 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.pdb +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.sourcelink.json +1 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/NodalisEngine.xml +2 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/ref/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Debug/net8.0/refint/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/NodalisEngine.csproj.nuget.dgspec.json +2 -2
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/NodalisEngine.csproj.nuget.g.targets +3 -2
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/NodalisEngine.1.0.10.nuspec +2 -2
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/NodalisEngine.1.0.11.nuspec +31 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/NodalisEngine.1.0.12.nuspec +31 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.AssemblyInfo.cs +3 -3
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.AssemblyInfoInputs.cache +1 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.assets.cache +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.csproj.AssemblyReference.cache +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.csproj.CoreCompileInputs.cache +1 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.pdb +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.sourcelink.json +1 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/NodalisEngine.xml +2 -1
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/ref/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/Release/net8.0/refint/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/project.assets.json +495 -224
- package/src/compilers/support/jint/nodalis/NodalisEngine/obj/project.nuget.cache +24 -19
- package/src/compilers/support/jint/nodalis/NodalisPLC/Program.cs +14 -5
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/BouncyCastle.Cryptography.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Esprima.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Jint.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Newtonsoft.Json.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/NodalisEngine.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/NodalisEngine.pdb +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/NodalisEngine.xml +0 -693
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/NodalisPLC +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/NodalisPLC.deps.json +0 -358
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/NodalisPLC.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/NodalisPLC.pdb +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/NodalisPLC.runtimeconfig.json +0 -12
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Opc.Ua.Client.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Opc.Ua.Configuration.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Opc.Ua.Core.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Opc.Ua.Gds.Client.Common.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Opc.Ua.Gds.Server.Common.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Opc.Ua.Security.Certificates.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/Opc.Ua.Server.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/System.IO.Pipelines.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/System.Text.Encodings.Web.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/System.Text.Json.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/bin/Debug/net8.0/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.AssemblyInfo.cs +0 -22
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.AssemblyInfoInputs.cache +0 -1
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.GeneratedMSBuildEditorConfig.editorconfig +0 -15
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.GlobalUsings.g.cs +0 -8
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.assets.cache +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.csproj.AssemblyReference.cache +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.csproj.CoreCompileInputs.cache +0 -1
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.csproj.FileListAbsolute.txt +0 -37
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.csproj.Up2Date +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.genruntimeconfig.cache +0 -1
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.pdb +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/NodalisPLC.sourcelink.json +0 -1
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/apphost +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/ref/NodalisPLC.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/Debug/net8.0/refint/NodalisPLC.dll +0 -0
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/NodalisPLC.csproj.nuget.dgspec.json +0 -282
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/NodalisPLC.csproj.nuget.g.props +0 -15
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/NodalisPLC.csproj.nuget.g.targets +0 -7
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/project.assets.json +0 -3181
- package/src/compilers/support/jint/nodalis/NodalisPLC/obj/project.nuget.cache +0 -51
package/src/compilers/support/jint/nodalis/NodalisEngine/bin/Debug/net8.0/NodalisEngine.deps.json
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
|
9
|
-
"NodalisEngine/1.0.
|
|
9
|
+
"NodalisEngine/1.0.11": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"BACnet": "3.0.2",
|
|
12
12
|
"Jint": "4.4.2",
|
|
13
|
-
"OPCFoundation.NetStandard.Opc.Ua": "1.5.
|
|
13
|
+
"OPCFoundation.NetStandard.Opc.Ua": "1.5.378.134",
|
|
14
14
|
"System.Runtime.InteropServices": "4.3.0",
|
|
15
|
-
"System.Text.Json": "10.0.
|
|
15
|
+
"System.Text.Json": "10.0.7"
|
|
16
16
|
},
|
|
17
17
|
"runtime": {
|
|
18
18
|
"NodalisEngine.dll": {}
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"
|
|
43
|
+
"BitFaster.Caching/2.5.4": {
|
|
44
44
|
"runtime": {
|
|
45
|
-
"lib/net6.0/
|
|
46
|
-
"assemblyVersion": "2.
|
|
47
|
-
"fileVersion": "2.4.0
|
|
45
|
+
"lib/net6.0/BitFaster.Caching.dll": {
|
|
46
|
+
"assemblyVersion": "2.5.4.0",
|
|
47
|
+
"fileVersion": "2.5.4.0"
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
},
|
|
@@ -144,22 +144,67 @@
|
|
|
144
144
|
"System.Threading": "4.0.11"
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
|
-
"Microsoft.Extensions.DependencyInjection
|
|
147
|
+
"Microsoft.Extensions.DependencyInjection/10.0.2": {
|
|
148
|
+
"dependencies": {
|
|
149
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2"
|
|
150
|
+
},
|
|
151
|
+
"runtime": {
|
|
152
|
+
"lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
|
|
153
|
+
"assemblyVersion": "10.0.0.0",
|
|
154
|
+
"fileVersion": "10.0.225.61305"
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.2": {
|
|
148
159
|
"runtime": {
|
|
149
160
|
"lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
|
150
|
-
"assemblyVersion": "
|
|
151
|
-
"fileVersion": "
|
|
161
|
+
"assemblyVersion": "10.0.0.0",
|
|
162
|
+
"fileVersion": "10.0.225.61305"
|
|
152
163
|
}
|
|
153
164
|
}
|
|
154
165
|
},
|
|
155
|
-
"Microsoft.Extensions.Logging
|
|
166
|
+
"Microsoft.Extensions.Logging/10.0.2": {
|
|
156
167
|
"dependencies": {
|
|
157
|
-
"Microsoft.Extensions.DependencyInjection
|
|
168
|
+
"Microsoft.Extensions.DependencyInjection": "10.0.2",
|
|
169
|
+
"Microsoft.Extensions.Logging.Abstractions": "10.0.2",
|
|
170
|
+
"Microsoft.Extensions.Options": "10.0.2"
|
|
171
|
+
},
|
|
172
|
+
"runtime": {
|
|
173
|
+
"lib/net8.0/Microsoft.Extensions.Logging.dll": {
|
|
174
|
+
"assemblyVersion": "10.0.0.0",
|
|
175
|
+
"fileVersion": "10.0.225.61305"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"Microsoft.Extensions.Logging.Abstractions/10.0.2": {
|
|
180
|
+
"dependencies": {
|
|
181
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
|
|
182
|
+
"System.Diagnostics.DiagnosticSource": "10.0.2"
|
|
158
183
|
},
|
|
159
184
|
"runtime": {
|
|
160
185
|
"lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
|
|
161
|
-
"assemblyVersion": "
|
|
162
|
-
"fileVersion": "
|
|
186
|
+
"assemblyVersion": "10.0.0.0",
|
|
187
|
+
"fileVersion": "10.0.225.61305"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"Microsoft.Extensions.Options/10.0.2": {
|
|
192
|
+
"dependencies": {
|
|
193
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.2",
|
|
194
|
+
"Microsoft.Extensions.Primitives": "10.0.2"
|
|
195
|
+
},
|
|
196
|
+
"runtime": {
|
|
197
|
+
"lib/net8.0/Microsoft.Extensions.Options.dll": {
|
|
198
|
+
"assemblyVersion": "10.0.0.0",
|
|
199
|
+
"fileVersion": "10.0.225.61305"
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"Microsoft.Extensions.Primitives/10.0.2": {
|
|
204
|
+
"runtime": {
|
|
205
|
+
"lib/net8.0/Microsoft.Extensions.Primitives.dll": {
|
|
206
|
+
"assemblyVersion": "10.0.0.0",
|
|
207
|
+
"fileVersion": "10.0.225.61305"
|
|
163
208
|
}
|
|
164
209
|
}
|
|
165
210
|
},
|
|
@@ -178,106 +223,125 @@
|
|
|
178
223
|
"System.Security.Principal.Windows": "5.0.0"
|
|
179
224
|
}
|
|
180
225
|
},
|
|
181
|
-
"Newtonsoft.Json/13.0.
|
|
226
|
+
"Newtonsoft.Json/13.0.4": {
|
|
182
227
|
"runtime": {
|
|
183
228
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
|
184
229
|
"assemblyVersion": "13.0.0.0",
|
|
185
|
-
"fileVersion": "13.0.
|
|
230
|
+
"fileVersion": "13.0.4.30916"
|
|
186
231
|
}
|
|
187
232
|
}
|
|
188
233
|
},
|
|
189
|
-
"OPCFoundation.NetStandard.Opc.Ua/1.5.
|
|
234
|
+
"OPCFoundation.NetStandard.Opc.Ua/1.5.378.134": {
|
|
190
235
|
"dependencies": {
|
|
191
|
-
"OPCFoundation.NetStandard.Opc.Ua.Client": "1.5.
|
|
192
|
-
"OPCFoundation.NetStandard.Opc.Ua.Configuration": "1.5.
|
|
193
|
-
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.
|
|
194
|
-
"OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common": "1.5.
|
|
195
|
-
"OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common": "1.5.
|
|
196
|
-
"OPCFoundation.NetStandard.Opc.Ua.Security.Certificates": "1.5.
|
|
197
|
-
"OPCFoundation.NetStandard.Opc.Ua.Server": "1.5.
|
|
236
|
+
"OPCFoundation.NetStandard.Opc.Ua.Client": "1.5.378.134",
|
|
237
|
+
"OPCFoundation.NetStandard.Opc.Ua.Configuration": "1.5.378.134",
|
|
238
|
+
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.378.134",
|
|
239
|
+
"OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common": "1.5.378.134",
|
|
240
|
+
"OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common": "1.5.378.134",
|
|
241
|
+
"OPCFoundation.NetStandard.Opc.Ua.Security.Certificates": "1.5.378.134",
|
|
242
|
+
"OPCFoundation.NetStandard.Opc.Ua.Server": "1.5.378.134",
|
|
243
|
+
"OPCFoundation.NetStandard.Opc.Ua.Types": "1.5.378.134"
|
|
198
244
|
}
|
|
199
245
|
},
|
|
200
|
-
"OPCFoundation.NetStandard.Opc.Ua.Client/1.5.
|
|
246
|
+
"OPCFoundation.NetStandard.Opc.Ua.Client/1.5.378.134": {
|
|
201
247
|
"dependencies": {
|
|
202
|
-
"
|
|
203
|
-
"OPCFoundation.NetStandard.Opc.Ua.
|
|
248
|
+
"BitFaster.Caching": "2.5.4",
|
|
249
|
+
"OPCFoundation.NetStandard.Opc.Ua.Configuration": "1.5.378.134",
|
|
250
|
+
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.378.134"
|
|
204
251
|
},
|
|
205
252
|
"runtime": {
|
|
206
253
|
"lib/net8.0/Opc.Ua.Client.dll": {
|
|
207
|
-
"assemblyVersion": "1.5.
|
|
208
|
-
"fileVersion": "1.5.
|
|
254
|
+
"assemblyVersion": "1.5.378.0",
|
|
255
|
+
"fileVersion": "1.5.378.134"
|
|
209
256
|
}
|
|
210
257
|
}
|
|
211
258
|
},
|
|
212
|
-
"OPCFoundation.NetStandard.Opc.Ua.Configuration/1.5.
|
|
259
|
+
"OPCFoundation.NetStandard.Opc.Ua.Configuration/1.5.378.134": {
|
|
213
260
|
"dependencies": {
|
|
214
|
-
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.
|
|
261
|
+
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.378.134"
|
|
215
262
|
},
|
|
216
263
|
"runtime": {
|
|
217
264
|
"lib/net8.0/Opc.Ua.Configuration.dll": {
|
|
218
|
-
"assemblyVersion": "1.5.
|
|
219
|
-
"fileVersion": "1.5.
|
|
265
|
+
"assemblyVersion": "1.5.378.0",
|
|
266
|
+
"fileVersion": "1.5.378.134"
|
|
220
267
|
}
|
|
221
268
|
}
|
|
222
269
|
},
|
|
223
|
-
"OPCFoundation.NetStandard.Opc.Ua.Core/1.5.
|
|
270
|
+
"OPCFoundation.NetStandard.Opc.Ua.Core/1.5.378.134": {
|
|
224
271
|
"dependencies": {
|
|
225
|
-
"Microsoft.Extensions.Logging
|
|
226
|
-
"Newtonsoft.Json": "13.0.
|
|
227
|
-
"OPCFoundation.NetStandard.Opc.Ua.Security.Certificates": "1.5.
|
|
272
|
+
"Microsoft.Extensions.Logging": "10.0.2",
|
|
273
|
+
"Newtonsoft.Json": "13.0.4",
|
|
274
|
+
"OPCFoundation.NetStandard.Opc.Ua.Security.Certificates": "1.5.378.134",
|
|
275
|
+
"OPCFoundation.NetStandard.Opc.Ua.Types": "1.5.378.134"
|
|
228
276
|
},
|
|
229
277
|
"runtime": {
|
|
230
278
|
"lib/net8.0/Opc.Ua.Core.dll": {
|
|
231
|
-
"assemblyVersion": "1.5.
|
|
232
|
-
"fileVersion": "1.5.
|
|
279
|
+
"assemblyVersion": "1.5.378.0",
|
|
280
|
+
"fileVersion": "1.5.378.134"
|
|
233
281
|
}
|
|
234
282
|
}
|
|
235
283
|
},
|
|
236
|
-
"OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common/1.5.
|
|
284
|
+
"OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common/1.5.378.134": {
|
|
237
285
|
"dependencies": {
|
|
238
|
-
"OPCFoundation.NetStandard.Opc.Ua.Client": "1.5.
|
|
239
|
-
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.
|
|
286
|
+
"OPCFoundation.NetStandard.Opc.Ua.Client": "1.5.378.134",
|
|
287
|
+
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.378.134"
|
|
240
288
|
},
|
|
241
289
|
"runtime": {
|
|
242
290
|
"lib/net8.0/Opc.Ua.Gds.Client.Common.dll": {
|
|
243
|
-
"assemblyVersion": "1.5.
|
|
244
|
-
"fileVersion": "1.5.
|
|
291
|
+
"assemblyVersion": "1.5.378.0",
|
|
292
|
+
"fileVersion": "1.5.378.134"
|
|
245
293
|
}
|
|
246
294
|
}
|
|
247
295
|
},
|
|
248
|
-
"OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common/1.5.
|
|
296
|
+
"OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common/1.5.378.134": {
|
|
249
297
|
"dependencies": {
|
|
250
|
-
"
|
|
251
|
-
"OPCFoundation.NetStandard.Opc.Ua.
|
|
252
|
-
"OPCFoundation.NetStandard.Opc.Ua.Server": "1.5.
|
|
298
|
+
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.378.134",
|
|
299
|
+
"OPCFoundation.NetStandard.Opc.Ua.Security.Certificates": "1.5.378.134",
|
|
300
|
+
"OPCFoundation.NetStandard.Opc.Ua.Server": "1.5.378.134"
|
|
253
301
|
},
|
|
254
302
|
"runtime": {
|
|
255
303
|
"lib/net8.0/Opc.Ua.Gds.Server.Common.dll": {
|
|
256
|
-
"assemblyVersion": "1.5.
|
|
257
|
-
"fileVersion": "1.5.
|
|
304
|
+
"assemblyVersion": "1.5.378.0",
|
|
305
|
+
"fileVersion": "1.5.378.134"
|
|
258
306
|
}
|
|
259
307
|
}
|
|
260
308
|
},
|
|
261
|
-
"OPCFoundation.NetStandard.Opc.Ua.Security.Certificates/1.5.
|
|
309
|
+
"OPCFoundation.NetStandard.Opc.Ua.Security.Certificates/1.5.378.134": {
|
|
262
310
|
"dependencies": {
|
|
263
|
-
"
|
|
311
|
+
"OPCFoundation.NetStandard.Opc.Ua.Types": "1.5.378.134",
|
|
312
|
+
"System.Collections.Immutable": "10.0.2",
|
|
313
|
+
"System.Diagnostics.DiagnosticSource": "10.0.2",
|
|
314
|
+
"System.Formats.Asn1": "10.0.2",
|
|
315
|
+
"System.Text.Json": "10.0.7"
|
|
264
316
|
},
|
|
265
317
|
"runtime": {
|
|
266
318
|
"lib/net8.0/Opc.Ua.Security.Certificates.dll": {
|
|
267
|
-
"assemblyVersion": "1.5.
|
|
268
|
-
"fileVersion": "1.5.
|
|
319
|
+
"assemblyVersion": "1.5.378.0",
|
|
320
|
+
"fileVersion": "1.5.378.134"
|
|
269
321
|
}
|
|
270
322
|
}
|
|
271
323
|
},
|
|
272
|
-
"OPCFoundation.NetStandard.Opc.Ua.Server/1.5.
|
|
324
|
+
"OPCFoundation.NetStandard.Opc.Ua.Server/1.5.378.134": {
|
|
273
325
|
"dependencies": {
|
|
274
|
-
"OPCFoundation.NetStandard.Opc.Ua.Configuration": "1.5.
|
|
275
|
-
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.
|
|
326
|
+
"OPCFoundation.NetStandard.Opc.Ua.Configuration": "1.5.378.134",
|
|
327
|
+
"OPCFoundation.NetStandard.Opc.Ua.Core": "1.5.378.134"
|
|
276
328
|
},
|
|
277
329
|
"runtime": {
|
|
278
330
|
"lib/net8.0/Opc.Ua.Server.dll": {
|
|
279
|
-
"assemblyVersion": "1.5.
|
|
280
|
-
"fileVersion": "1.5.
|
|
331
|
+
"assemblyVersion": "1.5.378.0",
|
|
332
|
+
"fileVersion": "1.5.378.134"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
"OPCFoundation.NetStandard.Opc.Ua.Types/1.5.378.134": {
|
|
337
|
+
"dependencies": {
|
|
338
|
+
"Microsoft.Extensions.Logging.Abstractions": "10.0.2",
|
|
339
|
+
"System.Collections.Immutable": "10.0.2"
|
|
340
|
+
},
|
|
341
|
+
"runtime": {
|
|
342
|
+
"lib/net8.0/Opc.Ua.Types.dll": {
|
|
343
|
+
"assemblyVersion": "1.5.378.0",
|
|
344
|
+
"fileVersion": "1.5.378.134"
|
|
281
345
|
}
|
|
282
346
|
}
|
|
283
347
|
},
|
|
@@ -391,16 +455,12 @@
|
|
|
391
455
|
"System.Threading.Tasks": "4.3.0"
|
|
392
456
|
}
|
|
393
457
|
},
|
|
394
|
-
"System.Collections.Immutable/
|
|
395
|
-
"
|
|
396
|
-
"System.Collections":
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
"System.Resources.ResourceManager": "4.3.0",
|
|
401
|
-
"System.Runtime": "4.3.0",
|
|
402
|
-
"System.Runtime.Extensions": "4.1.0",
|
|
403
|
-
"System.Threading": "4.0.11"
|
|
458
|
+
"System.Collections.Immutable/10.0.2": {
|
|
459
|
+
"runtime": {
|
|
460
|
+
"lib/net8.0/System.Collections.Immutable.dll": {
|
|
461
|
+
"assemblyVersion": "10.0.0.0",
|
|
462
|
+
"fileVersion": "10.0.225.61305"
|
|
463
|
+
}
|
|
404
464
|
}
|
|
405
465
|
},
|
|
406
466
|
"System.Collections.NonGeneric/4.0.1": {
|
|
@@ -429,13 +489,12 @@
|
|
|
429
489
|
"System.Runtime": "4.3.0"
|
|
430
490
|
}
|
|
431
491
|
},
|
|
432
|
-
"System.Diagnostics.DiagnosticSource/
|
|
433
|
-
"
|
|
434
|
-
"System.
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
"System.Threading": "4.0.11"
|
|
492
|
+
"System.Diagnostics.DiagnosticSource/10.0.2": {
|
|
493
|
+
"runtime": {
|
|
494
|
+
"lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
|
|
495
|
+
"assemblyVersion": "10.0.0.0",
|
|
496
|
+
"fileVersion": "10.0.225.61305"
|
|
497
|
+
}
|
|
439
498
|
}
|
|
440
499
|
},
|
|
441
500
|
"System.Diagnostics.Process/4.1.0": {
|
|
@@ -465,7 +524,7 @@
|
|
|
465
524
|
},
|
|
466
525
|
"System.Diagnostics.StackTrace/4.0.1": {
|
|
467
526
|
"dependencies": {
|
|
468
|
-
"System.Collections.Immutable": "
|
|
527
|
+
"System.Collections.Immutable": "10.0.2",
|
|
469
528
|
"System.IO.FileSystem": "4.0.1",
|
|
470
529
|
"System.Reflection": "4.3.0",
|
|
471
530
|
"System.Reflection.Metadata": "1.3.0",
|
|
@@ -512,7 +571,14 @@
|
|
|
512
571
|
"System.Threading": "4.0.11"
|
|
513
572
|
}
|
|
514
573
|
},
|
|
515
|
-
"System.Formats.Asn1/
|
|
574
|
+
"System.Formats.Asn1/10.0.2": {
|
|
575
|
+
"runtime": {
|
|
576
|
+
"lib/net8.0/System.Formats.Asn1.dll": {
|
|
577
|
+
"assemblyVersion": "10.0.0.0",
|
|
578
|
+
"fileVersion": "10.0.225.61305"
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
516
582
|
"System.Globalization/4.3.0": {
|
|
517
583
|
"dependencies": {
|
|
518
584
|
"Microsoft.NETCore.Platforms": "5.0.0",
|
|
@@ -584,11 +650,11 @@
|
|
|
584
650
|
"runtime.native.System": "4.0.0"
|
|
585
651
|
}
|
|
586
652
|
},
|
|
587
|
-
"System.IO.Pipelines/10.0.
|
|
653
|
+
"System.IO.Pipelines/10.0.7": {
|
|
588
654
|
"runtime": {
|
|
589
655
|
"lib/net8.0/System.IO.Pipelines.dll": {
|
|
590
656
|
"assemblyVersion": "10.0.0.0",
|
|
591
|
-
"fileVersion": "10.0.
|
|
657
|
+
"fileVersion": "10.0.726.21808"
|
|
592
658
|
}
|
|
593
659
|
}
|
|
594
660
|
},
|
|
@@ -659,7 +725,7 @@
|
|
|
659
725
|
"Microsoft.NETCore.Platforms": "5.0.0",
|
|
660
726
|
"System.Collections": "4.3.0",
|
|
661
727
|
"System.Diagnostics.Debug": "4.0.11",
|
|
662
|
-
"System.Diagnostics.DiagnosticSource": "
|
|
728
|
+
"System.Diagnostics.DiagnosticSource": "10.0.2",
|
|
663
729
|
"System.Diagnostics.Tracing": "4.1.0",
|
|
664
730
|
"System.Globalization": "4.3.0",
|
|
665
731
|
"System.Globalization.Extensions": "4.0.1",
|
|
@@ -798,7 +864,7 @@
|
|
|
798
864
|
"System.Reflection.Metadata/1.3.0": {
|
|
799
865
|
"dependencies": {
|
|
800
866
|
"System.Collections": "4.3.0",
|
|
801
|
-
"System.Collections.Immutable": "
|
|
867
|
+
"System.Collections.Immutable": "10.0.2",
|
|
802
868
|
"System.Diagnostics.Debug": "4.0.11",
|
|
803
869
|
"System.IO": "4.3.0",
|
|
804
870
|
"System.Linq": "4.1.0",
|
|
@@ -1044,11 +1110,11 @@
|
|
|
1044
1110
|
"System.Text.Encoding": "4.3.0"
|
|
1045
1111
|
}
|
|
1046
1112
|
},
|
|
1047
|
-
"System.Text.Encodings.Web/10.0.
|
|
1113
|
+
"System.Text.Encodings.Web/10.0.7": {
|
|
1048
1114
|
"runtime": {
|
|
1049
1115
|
"lib/net8.0/System.Text.Encodings.Web.dll": {
|
|
1050
1116
|
"assemblyVersion": "10.0.0.0",
|
|
1051
|
-
"fileVersion": "10.0.
|
|
1117
|
+
"fileVersion": "10.0.726.21808"
|
|
1052
1118
|
}
|
|
1053
1119
|
},
|
|
1054
1120
|
"runtimeTargets": {
|
|
@@ -1056,19 +1122,19 @@
|
|
|
1056
1122
|
"rid": "browser",
|
|
1057
1123
|
"assetType": "runtime",
|
|
1058
1124
|
"assemblyVersion": "10.0.0.0",
|
|
1059
|
-
"fileVersion": "10.0.
|
|
1125
|
+
"fileVersion": "10.0.726.21808"
|
|
1060
1126
|
}
|
|
1061
1127
|
}
|
|
1062
1128
|
},
|
|
1063
|
-
"System.Text.Json/10.0.
|
|
1129
|
+
"System.Text.Json/10.0.7": {
|
|
1064
1130
|
"dependencies": {
|
|
1065
|
-
"System.IO.Pipelines": "10.0.
|
|
1066
|
-
"System.Text.Encodings.Web": "10.0.
|
|
1131
|
+
"System.IO.Pipelines": "10.0.7",
|
|
1132
|
+
"System.Text.Encodings.Web": "10.0.7"
|
|
1067
1133
|
},
|
|
1068
1134
|
"runtime": {
|
|
1069
1135
|
"lib/net8.0/System.Text.Json.dll": {
|
|
1070
1136
|
"assemblyVersion": "10.0.0.0",
|
|
1071
|
-
"fileVersion": "10.0.
|
|
1137
|
+
"fileVersion": "10.0.726.21808"
|
|
1072
1138
|
}
|
|
1073
1139
|
}
|
|
1074
1140
|
},
|
|
@@ -1164,7 +1230,7 @@
|
|
|
1164
1230
|
}
|
|
1165
1231
|
},
|
|
1166
1232
|
"libraries": {
|
|
1167
|
-
"NodalisEngine/1.0.
|
|
1233
|
+
"NodalisEngine/1.0.11": {
|
|
1168
1234
|
"type": "project",
|
|
1169
1235
|
"serviceable": false,
|
|
1170
1236
|
"sha512": ""
|
|
@@ -1183,12 +1249,12 @@
|
|
|
1183
1249
|
"path": "bacnet/3.0.2",
|
|
1184
1250
|
"hashPath": "bacnet.3.0.2.nupkg.sha512"
|
|
1185
1251
|
},
|
|
1186
|
-
"
|
|
1252
|
+
"BitFaster.Caching/2.5.4": {
|
|
1187
1253
|
"type": "package",
|
|
1188
1254
|
"serviceable": true,
|
|
1189
|
-
"sha512": "sha512-
|
|
1190
|
-
"path": "
|
|
1191
|
-
"hashPath": "
|
|
1255
|
+
"sha512": "sha512-1QroTY1PVCZOSG9FnkkCrmCKk/+bZCgI/YXq376HnYwUDJ4Ho0EaV4YaA/5v5WYLnwIwIO7RZkdWbg9pxIpueQ==",
|
|
1256
|
+
"path": "bitfaster.caching/2.5.4",
|
|
1257
|
+
"hashPath": "bitfaster.caching.2.5.4.nupkg.sha512"
|
|
1192
1258
|
},
|
|
1193
1259
|
"Common.Logging/3.4.1": {
|
|
1194
1260
|
"type": "package",
|
|
@@ -1225,19 +1291,47 @@
|
|
|
1225
1291
|
"path": "microsoft.csharp/4.0.1",
|
|
1226
1292
|
"hashPath": "microsoft.csharp.4.0.1.nupkg.sha512"
|
|
1227
1293
|
},
|
|
1228
|
-
"Microsoft.Extensions.DependencyInjection
|
|
1294
|
+
"Microsoft.Extensions.DependencyInjection/10.0.2": {
|
|
1295
|
+
"type": "package",
|
|
1296
|
+
"serviceable": true,
|
|
1297
|
+
"sha512": "sha512-J/Zmp6fY93JbaiZ11ckWvcyxMPjD6XVwIHQXBjryTBgn7O6O20HYg9uVLFcZlNfgH78MnreE/7EH+hjfzn7VyA==",
|
|
1298
|
+
"path": "microsoft.extensions.dependencyinjection/10.0.2",
|
|
1299
|
+
"hashPath": "microsoft.extensions.dependencyinjection.10.0.2.nupkg.sha512"
|
|
1300
|
+
},
|
|
1301
|
+
"Microsoft.Extensions.DependencyInjection.Abstractions/10.0.2": {
|
|
1302
|
+
"type": "package",
|
|
1303
|
+
"serviceable": true,
|
|
1304
|
+
"sha512": "sha512-zOIurr59+kUf9vNcsUkCvKWZv+fPosUZXURZesYkJCvl0EzTc9F7maAO4Cd2WEV7ZJJ0AZrFQvuH6Npph9wdBw==",
|
|
1305
|
+
"path": "microsoft.extensions.dependencyinjection.abstractions/10.0.2",
|
|
1306
|
+
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.2.nupkg.sha512"
|
|
1307
|
+
},
|
|
1308
|
+
"Microsoft.Extensions.Logging/10.0.2": {
|
|
1229
1309
|
"type": "package",
|
|
1230
1310
|
"serviceable": true,
|
|
1231
|
-
"sha512": "sha512-
|
|
1232
|
-
"path": "microsoft.extensions.
|
|
1233
|
-
"hashPath": "microsoft.extensions.
|
|
1311
|
+
"sha512": "sha512-a0EWuBs6D3d7XMGroDXm+WsAi5CVVfjOJvyxurzWnuhBN9CO+1qHKcrKV1JK7H/T4ZtHIoVCOX/YyWM8K87qtw==",
|
|
1312
|
+
"path": "microsoft.extensions.logging/10.0.2",
|
|
1313
|
+
"hashPath": "microsoft.extensions.logging.10.0.2.nupkg.sha512"
|
|
1234
1314
|
},
|
|
1235
|
-
"Microsoft.Extensions.Logging.Abstractions/
|
|
1315
|
+
"Microsoft.Extensions.Logging.Abstractions/10.0.2": {
|
|
1236
1316
|
"type": "package",
|
|
1237
1317
|
"serviceable": true,
|
|
1238
|
-
"sha512": "sha512-
|
|
1239
|
-
"path": "microsoft.extensions.logging.abstractions/
|
|
1240
|
-
"hashPath": "microsoft.extensions.logging.abstractions.
|
|
1318
|
+
"sha512": "sha512-RZkez/JjpnO+MZ6efKkSynN6ZztLpw3WbxNzjLCPBd97wWj1S9ZYPWi0nmT4kWBRa6atHsdM1ydGkUr8GudyDQ==",
|
|
1319
|
+
"path": "microsoft.extensions.logging.abstractions/10.0.2",
|
|
1320
|
+
"hashPath": "microsoft.extensions.logging.abstractions.10.0.2.nupkg.sha512"
|
|
1321
|
+
},
|
|
1322
|
+
"Microsoft.Extensions.Options/10.0.2": {
|
|
1323
|
+
"type": "package",
|
|
1324
|
+
"serviceable": true,
|
|
1325
|
+
"sha512": "sha512-1De2LJjmxdqopI5AYC5dIhoZQ79AR5ayywxNF1rXrXFtKQfbQOV9+n/IsZBa7qWlr0MqoGpW8+OY2v/57udZOA==",
|
|
1326
|
+
"path": "microsoft.extensions.options/10.0.2",
|
|
1327
|
+
"hashPath": "microsoft.extensions.options.10.0.2.nupkg.sha512"
|
|
1328
|
+
},
|
|
1329
|
+
"Microsoft.Extensions.Primitives/10.0.2": {
|
|
1330
|
+
"type": "package",
|
|
1331
|
+
"serviceable": true,
|
|
1332
|
+
"sha512": "sha512-QmSiO+oLBEooGgB3i0GRXyeYRDHjllqt3k365jwfZlYWhvSHA3UL2NEVV5m8aZa041eIlblo6KMI5txvTMpTwA==",
|
|
1333
|
+
"path": "microsoft.extensions.primitives/10.0.2",
|
|
1334
|
+
"hashPath": "microsoft.extensions.primitives.10.0.2.nupkg.sha512"
|
|
1241
1335
|
},
|
|
1242
1336
|
"Microsoft.NETCore.Platforms/5.0.0": {
|
|
1243
1337
|
"type": "package",
|
|
@@ -1267,68 +1361,75 @@
|
|
|
1267
1361
|
"path": "microsoft.win32.registry/5.0.0",
|
|
1268
1362
|
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
|
|
1269
1363
|
},
|
|
1270
|
-
"Newtonsoft.Json/13.0.
|
|
1364
|
+
"Newtonsoft.Json/13.0.4": {
|
|
1365
|
+
"type": "package",
|
|
1366
|
+
"serviceable": true,
|
|
1367
|
+
"sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
|
|
1368
|
+
"path": "newtonsoft.json/13.0.4",
|
|
1369
|
+
"hashPath": "newtonsoft.json.13.0.4.nupkg.sha512"
|
|
1370
|
+
},
|
|
1371
|
+
"OPCFoundation.NetStandard.Opc.Ua/1.5.378.134": {
|
|
1271
1372
|
"type": "package",
|
|
1272
1373
|
"serviceable": true,
|
|
1273
|
-
"sha512": "sha512-
|
|
1274
|
-
"path": "
|
|
1275
|
-
"hashPath": "
|
|
1374
|
+
"sha512": "sha512-s71WafZcLHAkiD2QcFmWqzor8inUwPq0Gg4kD8BXQfSWqAKaNcbXzLGZzHo8th838CmUajaAfKRabVJxsfGVPw==",
|
|
1375
|
+
"path": "opcfoundation.netstandard.opc.ua/1.5.378.134",
|
|
1376
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.1.5.378.134.nupkg.sha512"
|
|
1276
1377
|
},
|
|
1277
|
-
"OPCFoundation.NetStandard.Opc.Ua/1.5.
|
|
1378
|
+
"OPCFoundation.NetStandard.Opc.Ua.Client/1.5.378.134": {
|
|
1278
1379
|
"type": "package",
|
|
1279
1380
|
"serviceable": true,
|
|
1280
|
-
"sha512": "sha512-
|
|
1281
|
-
"path": "opcfoundation.netstandard.opc.ua/1.5.
|
|
1282
|
-
"hashPath": "opcfoundation.netstandard.opc.ua.1.5.
|
|
1381
|
+
"sha512": "sha512-8kuk6B3dbPpi1GgeUGxDa13cSYd6i53t2sq3Da32ACeJzLSlsQbFi8x1G32f51qJDb6PwSMuB4QZN/AnTQOzxQ==",
|
|
1382
|
+
"path": "opcfoundation.netstandard.opc.ua.client/1.5.378.134",
|
|
1383
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.client.1.5.378.134.nupkg.sha512"
|
|
1283
1384
|
},
|
|
1284
|
-
"OPCFoundation.NetStandard.Opc.Ua.
|
|
1385
|
+
"OPCFoundation.NetStandard.Opc.Ua.Configuration/1.5.378.134": {
|
|
1285
1386
|
"type": "package",
|
|
1286
1387
|
"serviceable": true,
|
|
1287
|
-
"sha512": "sha512-
|
|
1288
|
-
"path": "opcfoundation.netstandard.opc.ua.
|
|
1289
|
-
"hashPath": "opcfoundation.netstandard.opc.ua.
|
|
1388
|
+
"sha512": "sha512-OODpaduemEywEY6dLQPgnebQspDVzd2wLT6xvWsXG9aGCGH5cO5qjG3Csn5WPGWGkEKaMsHBjaGifceM3X91yg==",
|
|
1389
|
+
"path": "opcfoundation.netstandard.opc.ua.configuration/1.5.378.134",
|
|
1390
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.configuration.1.5.378.134.nupkg.sha512"
|
|
1290
1391
|
},
|
|
1291
|
-
"OPCFoundation.NetStandard.Opc.Ua.
|
|
1392
|
+
"OPCFoundation.NetStandard.Opc.Ua.Core/1.5.378.134": {
|
|
1292
1393
|
"type": "package",
|
|
1293
1394
|
"serviceable": true,
|
|
1294
|
-
"sha512": "sha512-
|
|
1295
|
-
"path": "opcfoundation.netstandard.opc.ua.
|
|
1296
|
-
"hashPath": "opcfoundation.netstandard.opc.ua.
|
|
1395
|
+
"sha512": "sha512-oKn5HEmJHmCK2dOvYcrd3c13vMP4eGG3fYzISfHljMeubeNleOlgrKa7Izt3Z0Ku1PdKmLZQ1jICX56IAmLi0w==",
|
|
1396
|
+
"path": "opcfoundation.netstandard.opc.ua.core/1.5.378.134",
|
|
1397
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.core.1.5.378.134.nupkg.sha512"
|
|
1297
1398
|
},
|
|
1298
|
-
"OPCFoundation.NetStandard.Opc.Ua.
|
|
1399
|
+
"OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common/1.5.378.134": {
|
|
1299
1400
|
"type": "package",
|
|
1300
1401
|
"serviceable": true,
|
|
1301
|
-
"sha512": "sha512-
|
|
1302
|
-
"path": "opcfoundation.netstandard.opc.ua.
|
|
1303
|
-
"hashPath": "opcfoundation.netstandard.opc.ua.
|
|
1402
|
+
"sha512": "sha512-WSxSyCpNS6BzkaInsCgsJ7GFwkLEraiVw3/w9SAHEMYG7NPJ7IOqSDPF7l3TEo5JlM+HrqVqbSGnIbrl6AHH2w==",
|
|
1403
|
+
"path": "opcfoundation.netstandard.opc.ua.gds.client.common/1.5.378.134",
|
|
1404
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.gds.client.common.1.5.378.134.nupkg.sha512"
|
|
1304
1405
|
},
|
|
1305
|
-
"OPCFoundation.NetStandard.Opc.Ua.Gds.
|
|
1406
|
+
"OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common/1.5.378.134": {
|
|
1306
1407
|
"type": "package",
|
|
1307
1408
|
"serviceable": true,
|
|
1308
|
-
"sha512": "sha512-
|
|
1309
|
-
"path": "opcfoundation.netstandard.opc.ua.gds.
|
|
1310
|
-
"hashPath": "opcfoundation.netstandard.opc.ua.gds.
|
|
1409
|
+
"sha512": "sha512-u0ZJ5Jt5Dt7h11YokfgeFCWx5SP2LPTb1HDcj4F53pLqblzzagYUi7UiMkXSXHpNPeA645z4THFvUxuup/ONuA==",
|
|
1410
|
+
"path": "opcfoundation.netstandard.opc.ua.gds.server.common/1.5.378.134",
|
|
1411
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.gds.server.common.1.5.378.134.nupkg.sha512"
|
|
1311
1412
|
},
|
|
1312
|
-
"OPCFoundation.NetStandard.Opc.Ua.
|
|
1413
|
+
"OPCFoundation.NetStandard.Opc.Ua.Security.Certificates/1.5.378.134": {
|
|
1313
1414
|
"type": "package",
|
|
1314
1415
|
"serviceable": true,
|
|
1315
|
-
"sha512": "sha512-
|
|
1316
|
-
"path": "opcfoundation.netstandard.opc.ua.
|
|
1317
|
-
"hashPath": "opcfoundation.netstandard.opc.ua.
|
|
1416
|
+
"sha512": "sha512-ch2BQIQIBQfL+ek3a3lKCXWfUq67AqCtzvmShcIjTI6Yix9I2z4lnissi87TPfQ/IgkPTBKJQIFXrFz0V2w1VQ==",
|
|
1417
|
+
"path": "opcfoundation.netstandard.opc.ua.security.certificates/1.5.378.134",
|
|
1418
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.security.certificates.1.5.378.134.nupkg.sha512"
|
|
1318
1419
|
},
|
|
1319
|
-
"OPCFoundation.NetStandard.Opc.Ua.
|
|
1420
|
+
"OPCFoundation.NetStandard.Opc.Ua.Server/1.5.378.134": {
|
|
1320
1421
|
"type": "package",
|
|
1321
1422
|
"serviceable": true,
|
|
1322
|
-
"sha512": "sha512-
|
|
1323
|
-
"path": "opcfoundation.netstandard.opc.ua.
|
|
1324
|
-
"hashPath": "opcfoundation.netstandard.opc.ua.
|
|
1423
|
+
"sha512": "sha512-qdM5DQwo42cBsW9V+5w4wHD/fDXwjBpbuFYEgXTm9zrB2Cy3dadIsmVDswV3oZWm45k6DwzMy1SB2+xzIK/ppQ==",
|
|
1424
|
+
"path": "opcfoundation.netstandard.opc.ua.server/1.5.378.134",
|
|
1425
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.server.1.5.378.134.nupkg.sha512"
|
|
1325
1426
|
},
|
|
1326
|
-
"OPCFoundation.NetStandard.Opc.Ua.
|
|
1427
|
+
"OPCFoundation.NetStandard.Opc.Ua.Types/1.5.378.134": {
|
|
1327
1428
|
"type": "package",
|
|
1328
1429
|
"serviceable": true,
|
|
1329
|
-
"sha512": "sha512-
|
|
1330
|
-
"path": "opcfoundation.netstandard.opc.ua.
|
|
1331
|
-
"hashPath": "opcfoundation.netstandard.opc.ua.
|
|
1430
|
+
"sha512": "sha512-UYwgU4bvh2/Fy+cbtCvbQqqNFElTvAolRX8faj9JhceMWPXvbwEIF9R1VQI2MKFPkrfXM/ZbGegEanVaj9NkLQ==",
|
|
1431
|
+
"path": "opcfoundation.netstandard.opc.ua.types/1.5.378.134",
|
|
1432
|
+
"hashPath": "opcfoundation.netstandard.opc.ua.types.1.5.378.134.nupkg.sha512"
|
|
1332
1433
|
},
|
|
1333
1434
|
"PacketDotNet/0.19.3": {
|
|
1334
1435
|
"type": "package",
|
|
@@ -1421,12 +1522,12 @@
|
|
|
1421
1522
|
"path": "system.collections.concurrent/4.0.12",
|
|
1422
1523
|
"hashPath": "system.collections.concurrent.4.0.12.nupkg.sha512"
|
|
1423
1524
|
},
|
|
1424
|
-
"System.Collections.Immutable/
|
|
1525
|
+
"System.Collections.Immutable/10.0.2": {
|
|
1425
1526
|
"type": "package",
|
|
1426
1527
|
"serviceable": true,
|
|
1427
|
-
"sha512": "sha512-
|
|
1428
|
-
"path": "system.collections.immutable/
|
|
1429
|
-
"hashPath": "system.collections.immutable.
|
|
1528
|
+
"sha512": "sha512-ty6kCaqyoh/M/jKV5yojgta+nf7T8zkkjpRI1beLQkrTC+9R6LS1eCEc+3ED2YUlRyA0g0PXExESnxnW3HcVVQ==",
|
|
1529
|
+
"path": "system.collections.immutable/10.0.2",
|
|
1530
|
+
"hashPath": "system.collections.immutable.10.0.2.nupkg.sha512"
|
|
1430
1531
|
},
|
|
1431
1532
|
"System.Collections.NonGeneric/4.0.1": {
|
|
1432
1533
|
"type": "package",
|
|
@@ -1449,12 +1550,12 @@
|
|
|
1449
1550
|
"path": "system.diagnostics.debug/4.0.11",
|
|
1450
1551
|
"hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512"
|
|
1451
1552
|
},
|
|
1452
|
-
"System.Diagnostics.DiagnosticSource/
|
|
1553
|
+
"System.Diagnostics.DiagnosticSource/10.0.2": {
|
|
1453
1554
|
"type": "package",
|
|
1454
1555
|
"serviceable": true,
|
|
1455
|
-
"sha512": "sha512-
|
|
1456
|
-
"path": "system.diagnostics.diagnosticsource/
|
|
1457
|
-
"hashPath": "system.diagnostics.diagnosticsource.
|
|
1556
|
+
"sha512": "sha512-lYWBy8fKkJHaRcOuw30d67PrtVjR5754sz5Wl76s8P+vJ9FSThh9b7LIcTSODx1LY7NB3Srvg+JMnzd67qNZOw==",
|
|
1557
|
+
"path": "system.diagnostics.diagnosticsource/10.0.2",
|
|
1558
|
+
"hashPath": "system.diagnostics.diagnosticsource.10.0.2.nupkg.sha512"
|
|
1458
1559
|
},
|
|
1459
1560
|
"System.Diagnostics.Process/4.1.0": {
|
|
1460
1561
|
"type": "package",
|
|
@@ -1491,12 +1592,12 @@
|
|
|
1491
1592
|
"path": "system.dynamic.runtime/4.0.11",
|
|
1492
1593
|
"hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
|
|
1493
1594
|
},
|
|
1494
|
-
"System.Formats.Asn1/
|
|
1595
|
+
"System.Formats.Asn1/10.0.2": {
|
|
1495
1596
|
"type": "package",
|
|
1496
1597
|
"serviceable": true,
|
|
1497
|
-
"sha512": "sha512-
|
|
1498
|
-
"path": "system.formats.asn1/
|
|
1499
|
-
"hashPath": "system.formats.asn1.
|
|
1598
|
+
"sha512": "sha512-9Hee6iQ74pDgdRNIL6lO8Vlx2onVWd5aDnqwk4Pvo0h5FklBd7QwcQDKgxeLuhiy0o3ibzUVO0KFQe0/hPXU+Q==",
|
|
1599
|
+
"path": "system.formats.asn1/10.0.2",
|
|
1600
|
+
"hashPath": "system.formats.asn1.10.0.2.nupkg.sha512"
|
|
1500
1601
|
},
|
|
1501
1602
|
"System.Globalization/4.3.0": {
|
|
1502
1603
|
"type": "package",
|
|
@@ -1547,12 +1648,12 @@
|
|
|
1547
1648
|
"path": "system.io.filesystem.watcher/4.0.0",
|
|
1548
1649
|
"hashPath": "system.io.filesystem.watcher.4.0.0.nupkg.sha512"
|
|
1549
1650
|
},
|
|
1550
|
-
"System.IO.Pipelines/10.0.
|
|
1651
|
+
"System.IO.Pipelines/10.0.7": {
|
|
1551
1652
|
"type": "package",
|
|
1552
1653
|
"serviceable": true,
|
|
1553
|
-
"sha512": "sha512-
|
|
1554
|
-
"path": "system.io.pipelines/10.0.
|
|
1555
|
-
"hashPath": "system.io.pipelines.10.0.
|
|
1654
|
+
"sha512": "sha512-LTxXYYKmRhPKWveYmfzuRTUnzsfY7CN+WOq6aTRgYE9vJ8BUvIWPCaSx4HxqBwXViTPSjR9cHDOVuVPuZGRR/Q==",
|
|
1655
|
+
"path": "system.io.pipelines/10.0.7",
|
|
1656
|
+
"hashPath": "system.io.pipelines.10.0.7.nupkg.sha512"
|
|
1556
1657
|
},
|
|
1557
1658
|
"System.IO.Ports/5.0.1": {
|
|
1558
1659
|
"type": "package",
|
|
@@ -1820,19 +1921,19 @@
|
|
|
1820
1921
|
"path": "system.text.encoding.extensions/4.0.11",
|
|
1821
1922
|
"hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
|
|
1822
1923
|
},
|
|
1823
|
-
"System.Text.Encodings.Web/10.0.
|
|
1924
|
+
"System.Text.Encodings.Web/10.0.7": {
|
|
1824
1925
|
"type": "package",
|
|
1825
1926
|
"serviceable": true,
|
|
1826
|
-
"sha512": "sha512-
|
|
1827
|
-
"path": "system.text.encodings.web/10.0.
|
|
1828
|
-
"hashPath": "system.text.encodings.web.10.0.
|
|
1927
|
+
"sha512": "sha512-WUH+viO8VDG8NpFKvOBwpeyKUiPOMz3kQpA6AKCD4b2NG1pBhyC4AwTb357iZmTxZDnkM4IsFnvzN8W8OKmsHg==",
|
|
1928
|
+
"path": "system.text.encodings.web/10.0.7",
|
|
1929
|
+
"hashPath": "system.text.encodings.web.10.0.7.nupkg.sha512"
|
|
1829
1930
|
},
|
|
1830
|
-
"System.Text.Json/10.0.
|
|
1931
|
+
"System.Text.Json/10.0.7": {
|
|
1831
1932
|
"type": "package",
|
|
1832
1933
|
"serviceable": true,
|
|
1833
|
-
"sha512": "sha512-
|
|
1834
|
-
"path": "system.text.json/10.0.
|
|
1835
|
-
"hashPath": "system.text.json.10.0.
|
|
1934
|
+
"sha512": "sha512-F8Pu2QLUMeniVbtiyk7n7LCfFYxlcJ8ASaSwglJyq6dxa34iCQrikQszsgJClIJWuSWjcyhKkV7daAzYJqeVwA==",
|
|
1935
|
+
"path": "system.text.json/10.0.7",
|
|
1936
|
+
"hashPath": "system.text.json.10.0.7.nupkg.sha512"
|
|
1836
1937
|
},
|
|
1837
1938
|
"System.Text.RegularExpressions/4.1.0": {
|
|
1838
1939
|
"type": "package",
|