upregistry 1.0.34 → 1.0.38

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.
Binary file
Binary file
@@ -9,6 +9,9 @@
9
9
  "upai/1.0.0": {
10
10
  "dependencies": {
11
11
  "Microsoft.Extensions.DependencyInjection": "10.0.0",
12
+ "NetEscapades.EnumGenerators": "1.0.0-beta20",
13
+ "OpenTelemetry": "1.12.0",
14
+ "OpenTelemetry.Exporter.OpenTelemetryProtocol": "1.12.0",
12
15
  "Spectre.Console.Cli": "0.53.1",
13
16
  "YamlDotNet": "16.3.0"
14
17
  },
@@ -16,6 +19,40 @@
16
19
  "upai.dll": {}
17
20
  }
18
21
  },
22
+ "Microsoft.Extensions.Configuration/9.0.0": {
23
+ "dependencies": {
24
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
25
+ "Microsoft.Extensions.Primitives": "9.0.0"
26
+ },
27
+ "runtime": {
28
+ "lib/net9.0/Microsoft.Extensions.Configuration.dll": {
29
+ "assemblyVersion": "9.0.0.0",
30
+ "fileVersion": "9.0.24.52809"
31
+ }
32
+ }
33
+ },
34
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
35
+ "dependencies": {
36
+ "Microsoft.Extensions.Primitives": "9.0.0"
37
+ },
38
+ "runtime": {
39
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
40
+ "assemblyVersion": "9.0.0.0",
41
+ "fileVersion": "9.0.24.52809"
42
+ }
43
+ }
44
+ },
45
+ "Microsoft.Extensions.Configuration.Binder/9.0.0": {
46
+ "dependencies": {
47
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.0"
48
+ },
49
+ "runtime": {
50
+ "lib/net9.0/Microsoft.Extensions.Configuration.Binder.dll": {
51
+ "assemblyVersion": "9.0.0.0",
52
+ "fileVersion": "9.0.24.52809"
53
+ }
54
+ }
55
+ },
19
56
  "Microsoft.Extensions.DependencyInjection/10.0.0": {
20
57
  "dependencies": {
21
58
  "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0"
@@ -35,6 +72,161 @@
35
72
  }
36
73
  }
37
74
  },
75
+ "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": {
76
+ "dependencies": {
77
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
78
+ "Microsoft.Extensions.Options": "9.0.0"
79
+ },
80
+ "runtime": {
81
+ "lib/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll": {
82
+ "assemblyVersion": "9.0.0.0",
83
+ "fileVersion": "9.0.24.52809"
84
+ }
85
+ }
86
+ },
87
+ "Microsoft.Extensions.Logging/9.0.0": {
88
+ "dependencies": {
89
+ "Microsoft.Extensions.DependencyInjection": "10.0.0",
90
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
91
+ "Microsoft.Extensions.Options": "9.0.0"
92
+ },
93
+ "runtime": {
94
+ "lib/net9.0/Microsoft.Extensions.Logging.dll": {
95
+ "assemblyVersion": "9.0.0.0",
96
+ "fileVersion": "9.0.24.52809"
97
+ }
98
+ }
99
+ },
100
+ "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
101
+ "dependencies": {
102
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0"
103
+ },
104
+ "runtime": {
105
+ "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll": {
106
+ "assemblyVersion": "9.0.0.0",
107
+ "fileVersion": "9.0.24.52809"
108
+ }
109
+ }
110
+ },
111
+ "Microsoft.Extensions.Logging.Configuration/9.0.0": {
112
+ "dependencies": {
113
+ "Microsoft.Extensions.Configuration": "9.0.0",
114
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
115
+ "Microsoft.Extensions.Configuration.Binder": "9.0.0",
116
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
117
+ "Microsoft.Extensions.Logging": "9.0.0",
118
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
119
+ "Microsoft.Extensions.Options": "9.0.0",
120
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.0"
121
+ },
122
+ "runtime": {
123
+ "lib/net9.0/Microsoft.Extensions.Logging.Configuration.dll": {
124
+ "assemblyVersion": "9.0.0.0",
125
+ "fileVersion": "9.0.24.52809"
126
+ }
127
+ }
128
+ },
129
+ "Microsoft.Extensions.Options/9.0.0": {
130
+ "dependencies": {
131
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
132
+ "Microsoft.Extensions.Primitives": "9.0.0"
133
+ },
134
+ "runtime": {
135
+ "lib/net9.0/Microsoft.Extensions.Options.dll": {
136
+ "assemblyVersion": "9.0.0.0",
137
+ "fileVersion": "9.0.24.52809"
138
+ }
139
+ }
140
+ },
141
+ "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": {
142
+ "dependencies": {
143
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
144
+ "Microsoft.Extensions.Configuration.Binder": "9.0.0",
145
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
146
+ "Microsoft.Extensions.Options": "9.0.0",
147
+ "Microsoft.Extensions.Primitives": "9.0.0"
148
+ },
149
+ "runtime": {
150
+ "lib/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": {
151
+ "assemblyVersion": "9.0.0.0",
152
+ "fileVersion": "9.0.24.52809"
153
+ }
154
+ }
155
+ },
156
+ "Microsoft.Extensions.Primitives/9.0.0": {
157
+ "runtime": {
158
+ "lib/net9.0/Microsoft.Extensions.Primitives.dll": {
159
+ "assemblyVersion": "9.0.0.0",
160
+ "fileVersion": "9.0.24.52809"
161
+ }
162
+ }
163
+ },
164
+ "NetEscapades.EnumGenerators/1.0.0-beta20": {
165
+ "dependencies": {
166
+ "NetEscapades.EnumGenerators.Generators": "1.0.0-beta20",
167
+ "NetEscapades.EnumGenerators.RuntimeDependencies": "1.0.0-beta20"
168
+ }
169
+ },
170
+ "NetEscapades.EnumGenerators.Generators/1.0.0-beta20": {
171
+ "runtime": {
172
+ "lib/netstandard2.0/NetEscapades.EnumGenerators.Attributes.dll": {
173
+ "assemblyVersion": "1.0.0.0",
174
+ "fileVersion": "1.0.0.0"
175
+ }
176
+ }
177
+ },
178
+ "NetEscapades.EnumGenerators.RuntimeDependencies/1.0.0-beta20": {
179
+ "runtime": {
180
+ "lib/netstandard2.0/NetEscapades.EnumGenerators.RuntimeDependencies.dll": {
181
+ "assemblyVersion": "1.0.0.0",
182
+ "fileVersion": "1.0.0.0"
183
+ }
184
+ }
185
+ },
186
+ "OpenTelemetry/1.12.0": {
187
+ "dependencies": {
188
+ "Microsoft.Extensions.Diagnostics.Abstractions": "9.0.0",
189
+ "Microsoft.Extensions.Logging.Configuration": "9.0.0",
190
+ "OpenTelemetry.Api.ProviderBuilderExtensions": "1.12.0"
191
+ },
192
+ "runtime": {
193
+ "lib/net9.0/OpenTelemetry.dll": {
194
+ "assemblyVersion": "1.0.0.0",
195
+ "fileVersion": "1.12.0.1644"
196
+ }
197
+ }
198
+ },
199
+ "OpenTelemetry.Api/1.12.0": {
200
+ "runtime": {
201
+ "lib/net9.0/OpenTelemetry.Api.dll": {
202
+ "assemblyVersion": "1.0.0.0",
203
+ "fileVersion": "1.12.0.1644"
204
+ }
205
+ }
206
+ },
207
+ "OpenTelemetry.Api.ProviderBuilderExtensions/1.12.0": {
208
+ "dependencies": {
209
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0",
210
+ "OpenTelemetry.Api": "1.12.0"
211
+ },
212
+ "runtime": {
213
+ "lib/net9.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll": {
214
+ "assemblyVersion": "1.0.0.0",
215
+ "fileVersion": "1.12.0.1644"
216
+ }
217
+ }
218
+ },
219
+ "OpenTelemetry.Exporter.OpenTelemetryProtocol/1.12.0": {
220
+ "dependencies": {
221
+ "OpenTelemetry": "1.12.0"
222
+ },
223
+ "runtime": {
224
+ "lib/net9.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll": {
225
+ "assemblyVersion": "1.0.0.0",
226
+ "fileVersion": "1.12.0.1644"
227
+ }
228
+ }
229
+ },
38
230
  "Spectre.Console/0.53.1": {
39
231
  "runtime": {
40
232
  "lib/net9.0/Spectre.Console.dll": {
@@ -102,6 +294,27 @@
102
294
  "serviceable": false,
103
295
  "sha512": ""
104
296
  },
297
+ "Microsoft.Extensions.Configuration/9.0.0": {
298
+ "type": "package",
299
+ "serviceable": true,
300
+ "sha512": "sha512-YIMO9T3JL8MeEXgVozKt2v79hquo/EFtnY0vgxmLnUvk1Rei/halI7kOWZL2RBeV9FMGzgM9LZA8CVaNwFMaNA==",
301
+ "path": "microsoft.extensions.configuration/9.0.0",
302
+ "hashPath": "microsoft.extensions.configuration.9.0.0.nupkg.sha512"
303
+ },
304
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
305
+ "type": "package",
306
+ "serviceable": true,
307
+ "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==",
308
+ "path": "microsoft.extensions.configuration.abstractions/9.0.0",
309
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512"
310
+ },
311
+ "Microsoft.Extensions.Configuration.Binder/9.0.0": {
312
+ "type": "package",
313
+ "serviceable": true,
314
+ "sha512": "sha512-RiScL99DcyngY9zJA2ROrri7Br8tn5N4hP4YNvGdTN/bvg1A3dwvDOxHnNZ3Im7x2SJ5i4LkX1uPiR/MfSFBLQ==",
315
+ "path": "microsoft.extensions.configuration.binder/9.0.0",
316
+ "hashPath": "microsoft.extensions.configuration.binder.9.0.0.nupkg.sha512"
317
+ },
105
318
  "Microsoft.Extensions.DependencyInjection/10.0.0": {
106
319
  "type": "package",
107
320
  "serviceable": true,
@@ -116,6 +329,104 @@
116
329
  "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0",
117
330
  "hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512"
118
331
  },
332
+ "Microsoft.Extensions.Diagnostics.Abstractions/9.0.0": {
333
+ "type": "package",
334
+ "serviceable": true,
335
+ "sha512": "sha512-1K8P7XzuzX8W8pmXcZjcrqS6x5eSSdvhQohmcpgiQNY/HlDAlnrhR9dvlURfFz428A+RTCJpUyB+aKTA6AgVcQ==",
336
+ "path": "microsoft.extensions.diagnostics.abstractions/9.0.0",
337
+ "hashPath": "microsoft.extensions.diagnostics.abstractions.9.0.0.nupkg.sha512"
338
+ },
339
+ "Microsoft.Extensions.Logging/9.0.0": {
340
+ "type": "package",
341
+ "serviceable": true,
342
+ "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
343
+ "path": "microsoft.extensions.logging/9.0.0",
344
+ "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512"
345
+ },
346
+ "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
347
+ "type": "package",
348
+ "serviceable": true,
349
+ "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
350
+ "path": "microsoft.extensions.logging.abstractions/9.0.0",
351
+ "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512"
352
+ },
353
+ "Microsoft.Extensions.Logging.Configuration/9.0.0": {
354
+ "type": "package",
355
+ "serviceable": true,
356
+ "sha512": "sha512-H05HiqaNmg6GjH34ocYE9Wm1twm3Oz2aXZko8GTwGBzM7op2brpAA8pJ5yyD1OpS1mXUtModBYOlcZ/wXeWsSg==",
357
+ "path": "microsoft.extensions.logging.configuration/9.0.0",
358
+ "hashPath": "microsoft.extensions.logging.configuration.9.0.0.nupkg.sha512"
359
+ },
360
+ "Microsoft.Extensions.Options/9.0.0": {
361
+ "type": "package",
362
+ "serviceable": true,
363
+ "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
364
+ "path": "microsoft.extensions.options/9.0.0",
365
+ "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512"
366
+ },
367
+ "Microsoft.Extensions.Options.ConfigurationExtensions/9.0.0": {
368
+ "type": "package",
369
+ "serviceable": true,
370
+ "sha512": "sha512-Ob3FXsXkcSMQmGZi7qP07EQ39kZpSBlTcAZLbJLdI4FIf0Jug8biv2HTavWmnTirchctPlq9bl/26CXtQRguzA==",
371
+ "path": "microsoft.extensions.options.configurationextensions/9.0.0",
372
+ "hashPath": "microsoft.extensions.options.configurationextensions.9.0.0.nupkg.sha512"
373
+ },
374
+ "Microsoft.Extensions.Primitives/9.0.0": {
375
+ "type": "package",
376
+ "serviceable": true,
377
+ "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
378
+ "path": "microsoft.extensions.primitives/9.0.0",
379
+ "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512"
380
+ },
381
+ "NetEscapades.EnumGenerators/1.0.0-beta20": {
382
+ "type": "package",
383
+ "serviceable": true,
384
+ "sha512": "sha512-SqC6LF0OFYgmP7xGaZvt65rDgS1RTNfK4gvtvzLOOt5NWinNW+jO06BxBabQMW9ZfVwj6hyBTJ6k2KogwxuD9w==",
385
+ "path": "netescapades.enumgenerators/1.0.0-beta20",
386
+ "hashPath": "netescapades.enumgenerators.1.0.0-beta20.nupkg.sha512"
387
+ },
388
+ "NetEscapades.EnumGenerators.Generators/1.0.0-beta20": {
389
+ "type": "package",
390
+ "serviceable": true,
391
+ "sha512": "sha512-dFymnD/KaXYilD9bSeU7J2hUidHAXfTesqVmZZhUolFwAzaJLpmbFcGCpMjgb2YFEhRIQjasYdQfpmV5O/K07w==",
392
+ "path": "netescapades.enumgenerators.generators/1.0.0-beta20",
393
+ "hashPath": "netescapades.enumgenerators.generators.1.0.0-beta20.nupkg.sha512"
394
+ },
395
+ "NetEscapades.EnumGenerators.RuntimeDependencies/1.0.0-beta20": {
396
+ "type": "package",
397
+ "serviceable": true,
398
+ "sha512": "sha512-edFHKoJD3iVbmsv/tBgqJ0LTEGwUDXLfWkdf+MFrMAiTk+vvR+feR/7YCgV0lVMzi//rtGCmze3uidYCj7TjaQ==",
399
+ "path": "netescapades.enumgenerators.runtimedependencies/1.0.0-beta20",
400
+ "hashPath": "netescapades.enumgenerators.runtimedependencies.1.0.0-beta20.nupkg.sha512"
401
+ },
402
+ "OpenTelemetry/1.12.0": {
403
+ "type": "package",
404
+ "serviceable": true,
405
+ "sha512": "sha512-aIEu2O3xFOdwIVH0AJsIHPIMH1YuX18nzu7BHyaDNQ6NWSk4Zyrs9Pp6y8SATuSbvdtmvue4mj/QZ3838srbwA==",
406
+ "path": "opentelemetry/1.12.0",
407
+ "hashPath": "opentelemetry.1.12.0.nupkg.sha512"
408
+ },
409
+ "OpenTelemetry.Api/1.12.0": {
410
+ "type": "package",
411
+ "serviceable": true,
412
+ "sha512": "sha512-Xt0qldi+iE2szGrM3jAqzEMEJd48YBtqI6mge0+ArXTZg3aTpRmyhL6CKKl3bLioaFSSVbBpEbPin8u6Z46Yrw==",
413
+ "path": "opentelemetry.api/1.12.0",
414
+ "hashPath": "opentelemetry.api.1.12.0.nupkg.sha512"
415
+ },
416
+ "OpenTelemetry.Api.ProviderBuilderExtensions/1.12.0": {
417
+ "type": "package",
418
+ "serviceable": true,
419
+ "sha512": "sha512-t6Vk1143BfiisCWYbRcyzkAuN6Aq5RkYtfOSMoqCIRMvtN9p1e1xzc0nWQ+fccNGOVgHn3aMK5xFn2+iWMcr8A==",
420
+ "path": "opentelemetry.api.providerbuilderextensions/1.12.0",
421
+ "hashPath": "opentelemetry.api.providerbuilderextensions.1.12.0.nupkg.sha512"
422
+ },
423
+ "OpenTelemetry.Exporter.OpenTelemetryProtocol/1.12.0": {
424
+ "type": "package",
425
+ "serviceable": true,
426
+ "sha512": "sha512-7LzQSPhz5pNaL4xZgT3wkZODA1NLrEq3bet8KDHgtaJ9q+VNP7wmiZky8gQfMkB4FXuI/pevT8ZurL4p5997WA==",
427
+ "path": "opentelemetry.exporter.opentelemetryprotocol/1.12.0",
428
+ "hashPath": "opentelemetry.exporter.opentelemetryprotocol.1.12.0.nupkg.sha512"
429
+ },
119
430
  "Spectre.Console/0.53.1": {
120
431
  "type": "package",
121
432
  "serviceable": true,
package/dist/upai.dll CHANGED
Binary file
package/dist/upai.exe CHANGED
Binary file
package/dist/upai.pdb CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "upregistry",
3
- "version": "1.0.34",
3
+ "version": "1.0.38",
4
4
  "description": "Up AI CLI npm wrapper",
5
5
  "license": "MIT",
6
6
  "scripts": {