@tsonic/dotnet 0.8.3 → 0.8.4

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 (40) hide show
  1. package/System.Buffers.d.ts +3 -0
  2. package/System.Collections.Frozen.d.ts +3 -0
  3. package/System.Collections.Generic.d.ts +3 -0
  4. package/System.Collections.Immutable.d.ts +3 -0
  5. package/System.Data.Common.d.ts +3 -0
  6. package/System.Data.d.ts +3 -0
  7. package/System.Diagnostics.Metrics.d.ts +3 -0
  8. package/System.Diagnostics.d.ts +3 -0
  9. package/System.Globalization.d.ts +3 -0
  10. package/System.IO.Compression.d.ts +3 -0
  11. package/System.IO.Pipelines.d.ts +3 -0
  12. package/System.IO.Pipes.d.ts +3 -0
  13. package/System.IO.d.ts +3 -0
  14. package/System.Linq.d.ts +3 -0
  15. package/System.Net.Http.Json.d.ts +3 -0
  16. package/System.Net.Sockets.d.ts +3 -0
  17. package/System.Numerics.d.ts +3 -0
  18. package/System.Reflection.Metadata.Ecma335.d.ts +3 -0
  19. package/System.Reflection.Metadata.d.ts +3 -0
  20. package/System.Reflection.d.ts +3 -0
  21. package/System.Runtime.InteropServices.d.ts +3 -0
  22. package/System.Runtime.Intrinsics.d.ts +3 -0
  23. package/System.Runtime.Serialization.Json.d.ts +3 -0
  24. package/System.Runtime.Serialization.d.ts +3 -0
  25. package/System.Security.Cryptography/bindings.json +4212 -4212
  26. package/System.Security.Cryptography.X509Certificates/bindings.json +768 -768
  27. package/System.Security.Cryptography.X509Certificates.d.ts +3 -0
  28. package/System.Text.Json.Schema.d.ts +3 -0
  29. package/System.Text.Json.Serialization.Metadata.d.ts +3 -0
  30. package/System.Text.Json.d.ts +3 -0
  31. package/System.Text.d.ts +3 -0
  32. package/System.Threading.Tasks.Dataflow.d.ts +3 -0
  33. package/System.Threading.Tasks.d.ts +3 -0
  34. package/System.Threading.d.ts +3 -0
  35. package/System.Xml.Linq.d.ts +3 -0
  36. package/System.Xml.Schema.d.ts +3 -0
  37. package/System.Xml.XPath.d.ts +3 -0
  38. package/System.d.ts +3 -0
  39. package/__internal/extensions/index.d.ts +2516 -2196
  40. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/dotnet",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "TypeScript type definitions for .NET 10 BCL (Base Class Library)",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -18,6 +18,6 @@
18
18
  "url": "https://github.com/tsoniclang/dotnet.git"
19
19
  },
20
20
  "peerDependencies": {
21
- "@tsonic/core": "*"
21
+ "@tsonic/core": "^0.6.0"
22
22
  }
23
23
  }