node-api-dotnet-generator 0.4.19 → 0.4.21
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/README.md
CHANGED
|
@@ -10,8 +10,8 @@ Interop is high-performance and supports TypeScript type-definitions generation,
|
|
|
10
10
|
it is compatible with any Node.js version (without recompiling) or other JavaScript runtime that
|
|
11
11
|
supports Node API.
|
|
12
12
|
|
|
13
|
-
:warning: _**Status:
|
|
14
|
-
|
|
13
|
+
:warning: _**Status: Public Preview** - Most functionality works well, though there are some known
|
|
14
|
+
limitations around the edges, and there may still be minor breaking API changes._
|
|
15
15
|
|
|
16
16
|
[Instructions for getting started are below.](#getting-started)
|
|
17
17
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-api-dotnet-generator",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.21",
|
|
4
4
|
"description": "Node-API for .Net code generator",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": "index.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "Microsoft",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"node-api-dotnet": "0.4.
|
|
10
|
+
"node-api-dotnet": "0.4.21"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
13
|
"Node-API",
|