@renovatebot/pgp 0.0.0-semantic-release
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 +201 -0
- package/README.md +3 -0
- package/dist/dotnet/.stamp +0 -0
- 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/blazor.boot.json +32 -0
- package/dist/dotnet/_framework/dotnet.js +4 -0
- package/dist/dotnet/_framework/dotnet.native.js +17 -0
- package/dist/dotnet/_framework/dotnet.native.wasm +0 -0
- package/dist/dotnet/_framework/dotnet.runtime.js +4 -0
- package/dist/dotnet/_framework/lib.wasm +0 -0
- package/dist/dotnet/_framework/supportFiles/0_runtimeconfig.bin +1 -0
- package/dist/dotnet/lib.runtimeconfig.json +45 -0
- package/dist/dotnet/main.mjs +20 -0
- package/dist/dotnet/package.json +1 -0
- package/dist/teavm/lib.js +2963 -0
- package/dist/teavm/lib.wasm +0 -0
- package/dist/teavm/lib.wasm-runtime.js +793 -0
- package/index.d.ts +11 -0
- package/package.json +44 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
MMicrosoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmabilitytruefSystem.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerializationfalse'System.Diagnostics.Debugger.IsSupportedfalse,System.Diagnostics.Metrics.Meter.IsSupportedfalse2System.Diagnostics.Tracing.EventSource.IsSupportedtrueSystem.Globalization.Invarianttrue+System.Globalization.PredefinedCulturesOnlytrue)System.Net.Http.EnableActivityPropagationfalse6System.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
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"runtimeOptions": {
|
|
3
|
+
"tfm": "net8.0",
|
|
4
|
+
"includedFrameworks": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Microsoft.NETCore.App",
|
|
7
|
+
"version": "8.0.21"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"wasmHostProperties": {
|
|
11
|
+
"perHostConfig": [
|
|
12
|
+
{
|
|
13
|
+
"name": "node",
|
|
14
|
+
"js-path": "main.mjs",
|
|
15
|
+
"host": "nodejs"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"runtimeArgs": [],
|
|
19
|
+
"mainAssembly": "lib.dll"
|
|
20
|
+
},
|
|
21
|
+
"configProperties": {
|
|
22
|
+
"Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true,
|
|
23
|
+
"System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false,
|
|
24
|
+
"System.Diagnostics.Debugger.IsSupported": false,
|
|
25
|
+
"System.Diagnostics.Metrics.Meter.IsSupported": false,
|
|
26
|
+
"System.Diagnostics.Tracing.EventSource.IsSupported": true,
|
|
27
|
+
"System.Globalization.Invariant": true,
|
|
28
|
+
"System.Globalization.PredefinedCulturesOnly": true,
|
|
29
|
+
"System.Net.Http.EnableActivityPropagation": false,
|
|
30
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
|
31
|
+
"System.Resources.ResourceManager.AllowCustomResourceTypes": false,
|
|
32
|
+
"System.Resources.UseSystemResourceKeys": true,
|
|
33
|
+
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false,
|
|
34
|
+
"System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false,
|
|
35
|
+
"System.Runtime.InteropServices.EnableCppCLIHostActivation": false,
|
|
36
|
+
"System.Runtime.InteropServices.Marshalling.EnableGeneratedComInterfaceComImportInterop": false,
|
|
37
|
+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
|
38
|
+
"System.StartupHookProvider.IsSupported": false,
|
|
39
|
+
"System.Text.Encoding.EnableUnsafeUTF7Encoding": false,
|
|
40
|
+
"System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault": false,
|
|
41
|
+
"System.Threading.Thread.EnableAutoreleasePool": false,
|
|
42
|
+
"System.Xml.XmlResolver.IsNetworkingEnabledByDefault": false
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { dotnet } from './_framework/dotnet.js';
|
|
2
|
+
|
|
3
|
+
const { setModuleImports, getAssemblyExports, getConfig } = await dotnet
|
|
4
|
+
.withDiagnosticTracing(false)
|
|
5
|
+
.create();
|
|
6
|
+
|
|
7
|
+
// setModuleImports('main.mjs', {
|
|
8
|
+
// node: {
|
|
9
|
+
// process: {
|
|
10
|
+
// version: () => globalThis.process.version
|
|
11
|
+
// }
|
|
12
|
+
// }
|
|
13
|
+
// });
|
|
14
|
+
|
|
15
|
+
const config = getConfig();
|
|
16
|
+
const exports = await getAssemblyExports(config.mainAssemblyName);
|
|
17
|
+
|
|
18
|
+
export function decrypt(key, data) {
|
|
19
|
+
return exports.Program.Decrypt(key, data);
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "type":"module" }
|