tsbindgen 0.7.17 → 0.7.19

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ npx tsbindgen generate -a MyAssembly.dll -o out/
18
18
 
19
19
  ## Requirements
20
20
 
21
- - .NET 8.0+ runtime
21
+ - .NET 10 runtime
22
22
 
23
23
  ## Documentation
24
24
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "tsbindgen",
3
- "version": "0.7.17",
3
+ "version": "0.7.19",
4
4
  "description": "Generate TypeScript declarations from .NET assemblies",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "tsbindgen": "./bin.js"
8
8
  },
9
9
  "dependencies": {
10
- "@tsonic/tsbindgen": "0.7.17"
10
+ "@tsonic/tsbindgen": "0.7.19"
11
11
  },
12
12
  "keywords": [
13
13
  "tsonic",