@renovatebot/pgp 1.2.5 → 1.3.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/dotnet/_framework/BouncyCastle.Cryptography.wasm +0 -0
- package/dist/dotnet/_framework/System.Collections.Concurrent.wasm +0 -0
- package/dist/dotnet/_framework/System.IO.Compression.wasm +0 -0
- package/dist/dotnet/_framework/System.Linq.wasm +0 -0
- package/dist/dotnet/_framework/System.Private.CoreLib.wasm +0 -0
- package/dist/dotnet/_framework/System.Runtime.InteropServices.JavaScript.wasm +0 -0
- package/dist/dotnet/_framework/System.Security.Cryptography.wasm +0 -0
- package/dist/dotnet/_framework/dotnet.boot.js +105 -0
- package/dist/dotnet/_framework/dotnet.js +2 -2
- package/dist/dotnet/_framework/dotnet.native.js +5355 -3
- package/dist/dotnet/_framework/dotnet.native.wasm +0 -0
- package/dist/dotnet/_framework/dotnet.runtime.js +1 -1
- package/dist/dotnet/_framework/lib.wasm +0 -0
- package/dist/dotnet/lib.runtimeconfig.json +7 -2
- package/package.json +1 -1
- package/dist/dotnet/_framework/blazor.boot.json +0 -32
- package/dist/dotnet/_framework/supportFiles/0_runtimeconfig.bin +0 -1
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"runtimeOptions": {
|
|
3
|
-
"tfm": "
|
|
3
|
+
"tfm": "net10.0",
|
|
4
4
|
"includedFrameworks": [
|
|
5
5
|
{
|
|
6
6
|
"name": "Microsoft.NETCore.App",
|
|
7
|
-
"version": "
|
|
7
|
+
"version": "10.0.2"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
10
|
"wasmHostProperties": {
|
|
@@ -20,7 +20,11 @@
|
|
|
20
20
|
},
|
|
21
21
|
"configProperties": {
|
|
22
22
|
"Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
|
|
23
|
+
"System.ComponentModel.DefaultValueAttribute.IsSupported": false,
|
|
24
|
+
"System.ComponentModel.Design.IDesignerHost.IsSupported": false,
|
|
23
25
|
"System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false,
|
|
26
|
+
"System.ComponentModel.TypeDescriptor.IsComObjectDescriptorSupported": false,
|
|
27
|
+
"System.Data.DataSet.XmlSerializationIsSupported": false,
|
|
24
28
|
"System.Diagnostics.Debugger.IsSupported": false,
|
|
25
29
|
"System.Diagnostics.Metrics.Meter.IsSupported": false,
|
|
26
30
|
"System.Diagnostics.StackTrace.IsSupported": false,
|
|
@@ -35,6 +39,7 @@
|
|
|
35
39
|
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
|
36
40
|
"System.Resources.ResourceManager.AllowCustomResourceTypes": false,
|
|
37
41
|
"System.Resources.UseSystemResourceKeys": true,
|
|
42
|
+
"System.Runtime.CompilerServices.RuntimeFeature.IsDynamicCodeSupported": true,
|
|
38
43
|
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false,
|
|
39
44
|
"System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false,
|
|
40
45
|
"System.Runtime.InteropServices.EnableCppCLIHostActivation": false,
|
package/package.json
CHANGED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mainAssemblyName": "lib.dll",
|
|
3
|
-
"resources": {
|
|
4
|
-
"hash": "sha256-u6qfq9dakQND0JLMdY6rdDbJ/L0QoJZJk+kiqFBmE4Y=",
|
|
5
|
-
"jsModuleNative": {
|
|
6
|
-
"dotnet.native.js": "sha256-6AYs+BMvfaJu21qRSGUE82K6ZtJgwoKhGvQ1VqmcPJo="
|
|
7
|
-
},
|
|
8
|
-
"jsModuleRuntime": {
|
|
9
|
-
"dotnet.runtime.js": "sha256-TGUqQm2/C+r+yZ5BCjd72qyLw9wv0KPFKzKXk/giiyY="
|
|
10
|
-
},
|
|
11
|
-
"wasmNative": {
|
|
12
|
-
"dotnet.native.wasm": "sha256-Db0eV2BJ1SCagGexTt9xgVEY25Qdd8Uwlc+z8dxaYuA="
|
|
13
|
-
},
|
|
14
|
-
"assembly": {
|
|
15
|
-
"BouncyCastle.Cryptography.wasm": "sha256-BfAvv+pbSzJ6A0hsuL07oXaShyUdcrOuRM8RxYNqhT8=",
|
|
16
|
-
"lib.wasm": "sha256-+wVxaRGtcJ387WY24wKfdv3+0JOutPaEBGlkoPWcrWo=",
|
|
17
|
-
"System.Collections.Concurrent.wasm": "sha256-dfktHJ3fJMRd2O/jbGeRmknQ7cuEw5cCklRKgygnFXU=",
|
|
18
|
-
"System.IO.Compression.wasm": "sha256-iitybIBq67dw20SwBvztIJkivVEYCJb9gO5ZMDUrcYM=",
|
|
19
|
-
"System.Linq.wasm": "sha256-N8081MOS2zZnePIHhZHGRPKt0Vuv1sy8vr0vQcc5s7c=",
|
|
20
|
-
"System.Private.CoreLib.wasm": "sha256-hPH8hc2nGB2abICQtjFA++rmCki5La3nh52z+KoNPH0=",
|
|
21
|
-
"System.Runtime.InteropServices.JavaScript.wasm": "sha256-knh9wD83/GTpX28IRzoUJy42zEAtXZdBUcckFTm6bzw=",
|
|
22
|
-
"System.Security.Cryptography.wasm": "sha256-0Pmhqjz4ZEo7zqdzWEprHLdhFHwmp08d3WizH+Qf6Nw="
|
|
23
|
-
},
|
|
24
|
-
"vfs": {
|
|
25
|
-
"runtimeconfig.bin": {
|
|
26
|
-
"supportFiles/0_runtimeconfig.bin": "sha256-ZaGMIKzz6VpbyW8vgmTNfZMSSQAMgRX8EGbjuV6xOHQ="
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"debugLevel": 0,
|
|
31
|
-
"globalizationMode": "invariant"
|
|
32
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
MMicrosoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmabilitytruefSystem.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerializationfalse'System.Diagnostics.Debugger.IsSupportedfalse,System.Diagnostics.Metrics.Meter.IsSupportedfalse)System.Diagnostics.StackTrace.IsSupportedfalse2System.Diagnostics.Tracing.EventSource.IsSupportedtrueSystem.Globalization.InvarianttrueSystem.TimeZoneInfo.Invarianttrue+System.Globalization.PredefinedCulturesOnlytrue&System.Linq.Enumerable.IsSizeOptimizedtrue)System.Net.Http.EnableActivityPropagationfalse+System.Net.Http.WasmEnableStreamingResponsetrue*System.Net.SocketsHttpHandler.Http3Supportfalse6System.Reflection.Metadata.MetadataUpdater.IsSupportedfalse9System.Resources.ResourceManager.AllowCustomResourceTypesfalse&System.Resources.UseSystemResourceKeystrue<System.Runtime.InteropServices.BuiltInComInterop.IsSupportedfalseJSystem.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHostingfalse9System.Runtime.InteropServices.EnableCppCLIHostActivationfalseVSystem.Runtime.InteropServices.Marshalling.EnableGeneratedComInterfaceComImportInteropfalseESystem.Runtime.Serialization.EnableUnsafeBinaryFormatterSerializationfalse&System.StartupHookProvider.IsSupportedfalse-System.Text.Encoding.EnableUnsafeUTF7Encodingfalse<System.Text.Json.JsonSerializer.IsReflectionEnabledByDefaultfalse-System.Threading.Thread.EnableAutoreleasePoolfalse3System.Xml.XmlResolver.IsNetworkingEnabledByDefaultfalse
|