node-api-dotnet 0.9.18 → 0.9.24-g9c8dd0444e
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/index.d.ts +1 -1
- package/linux-arm64/Microsoft.JavaScript.NodeApi.node +0 -0
- package/linux-x64/Microsoft.JavaScript.NodeApi.node +0 -0
- package/net10.0/Microsoft.JavaScript.NodeApi.DotNetHost.dll +0 -0
- package/net10.0/Microsoft.JavaScript.NodeApi.dll +0 -0
- package/net10.0/Microsoft.JavaScript.NodeApi.runtimeconfig.json +14 -0
- package/net10.0.d.ts +2 -0
- package/net10.0.js +2 -0
- package/net472/Microsoft.JavaScript.NodeApi.DotNetHost.dll +0 -0
- package/net472/Microsoft.JavaScript.NodeApi.dll +0 -0
- package/net8.0/Microsoft.JavaScript.NodeApi.DotNetHost.dll +0 -0
- package/net8.0/Microsoft.JavaScript.NodeApi.dll +0 -0
- package/net9.0/Microsoft.JavaScript.NodeApi.DotNetHost.dll +0 -0
- package/net9.0/Microsoft.JavaScript.NodeApi.dll +0 -0
- package/osx-arm64/Microsoft.JavaScript.NodeApi.node +0 -0
- package/osx-x64/Microsoft.JavaScript.NodeApi.node +0 -0
- package/package.json +2 -1
- package/win-arm64/Microsoft.JavaScript.NodeApi.node +0 -0
- package/win-x64/Microsoft.JavaScript.NodeApi.node +0 -0
package/index.d.ts
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
* const dotnet = require('node-api-dotnet/net8.0');
|
|
28
28
|
* ```
|
|
29
29
|
* :::
|
|
30
|
-
* Currently the supported target frameworks are `net472`, `net8.0`, and `
|
|
30
|
+
* Currently the supported target frameworks are `net472`, `net8.0`, `net9.0`, and `net10.0`.
|
|
31
31
|
* @module node-api-dotnet
|
|
32
32
|
*/
|
|
33
33
|
declare module 'node-api-dotnet' {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"runtimeOptions": {
|
|
3
|
+
"tfm": "net10.0",
|
|
4
|
+
"framework": {
|
|
5
|
+
"name": "Microsoft.NETCore.App",
|
|
6
|
+
"version": "10.0.0"
|
|
7
|
+
},
|
|
8
|
+
"configProperties": {
|
|
9
|
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
|
10
|
+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
|
11
|
+
"System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
package/net10.0.d.ts
ADDED
package/net10.0.js
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-api-dotnet",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.24-g9c8dd0444e",
|
|
4
4
|
"description": "Node-API bindings for .Net",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Microsoft",
|
|
7
7
|
"type": "commonjs",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": "./index.js",
|
|
10
|
+
"./net10.0": "./net10.0.js",
|
|
10
11
|
"./net9.0": "./net9.0.js",
|
|
11
12
|
"./net8.0": "./net8.0.js",
|
|
12
13
|
"./net472": "./net472.js"
|
|
Binary file
|
|
Binary file
|