node-api-dotnet-generator 0.4.4 → 0.4.17

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
@@ -272,7 +272,7 @@ For details, see [Using .NET Generics in JavaScript](./docs/generics.md).
272
272
  ## Getting Started
273
273
  #### Requirements
274
274
  - .NET 6 or later
275
- - .NET 7 or later is required for AOT support.
275
+ - .NET 8 or later is required for AOT support.
276
276
  - .NET Framework 4.7.2 or later is supported at runtime,
277
277
  but .NET 6 SDK is still required for building.
278
278
  - Node.js v16 or later
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "node-api-dotnet-generator",
3
- "version": "0.4.4",
3
+ "version": "0.4.17",
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.4"
10
+ "node-api-dotnet": "0.4.17"
11
11
  },
12
12
  "keywords": [
13
13
  "Node-API",