@tsonic/microsoft-extensions 10.0.25 → 10.0.27

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.
@@ -15,7 +15,7 @@ import type { ReadOnlyCollection_1 } from "@tsonic/dotnet/System.Collections.Obj
15
15
  import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
16
16
  import type { ICollection, IEnumerable, IEnumerator } from "@tsonic/dotnet/System.Collections/internal/index.js";
17
17
  import type { X509Certificate2, X509Certificate2Collection, X509ExtensionCollection, X509IncludeOption } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
18
- import * as System_Security_Cryptography_Lib from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
18
+ import * as System_Security_Cryptography_Lib_tsonic_dotnet from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
19
19
  import type { AsnEncodedData, AsymmetricAlgorithm, CompositeMLDsa, CspParameters, HashAlgorithmName, MLDsa, Oid, PbeParameters, RSA, RSAEncryptionPadding, RSASignaturePadding, SlhDsa } from "@tsonic/dotnet/System.Security.Cryptography/internal/index.js";
20
20
  import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
21
21
  import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Enum, IComparable, IConvertible, IFormattable, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/microsoft-extensions",
3
- "version": "10.0.25",
3
+ "version": "10.0.27",
4
4
  "description": "TypeScript type definitions for Microsoft.Extensions.* (Hosting/DI/Logging/Configuration/Options) for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/tsoniclang/microsoft-extensions.git"
23
23
  },
24
24
  "peerDependencies": {
25
- "@tsonic/core": "10.0.25",
26
- "@tsonic/dotnet": "10.0.25"
25
+ "@tsonic/core": "10.0.27",
26
+ "@tsonic/dotnet": "10.0.27"
27
27
  }
28
28
  }