@tsonic/aspnetcore 10.0.32 → 10.0.34

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.
@@ -1768,7 +1768,7 @@ export type ExtensionMethods_Microsoft_AspNetCore_Connections<TShape> =
1768
1768
  // Generic helper type for extension methods in namespace: Microsoft.AspNetCore.DataProtection
1769
1769
  type __TsonicExtSurface_Microsoft_AspNetCore_DataProtection<TShape> =
1770
1770
  (
1771
- (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionBuilder : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionProvider : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtector ? (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? {} : __Ext_Microsoft_AspNetCore_DataProtection_IDataProtector) : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? __Ext_Microsoft_AspNetCore_DataProtection_ITimeLimitedDataProtector : {}) & (TShape extends System.IServiceProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IServiceProvider : {})
1771
+ (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionBuilder : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionProvider : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtector ? (TShape extends (Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector) ? {} : __Ext_Microsoft_AspNetCore_DataProtection_IDataProtector) : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? __Ext_Microsoft_AspNetCore_DataProtection_ITimeLimitedDataProtector : {}) & (TShape extends System.IServiceProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IServiceProvider : {})
1772
1772
  );
1773
1773
 
1774
1774
  interface __TsonicExtApplier_Microsoft_AspNetCore_DataProtection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/aspnetcore",
3
- "version": "10.0.32",
3
+ "version": "10.0.34",
4
4
  "description": "TypeScript type definitions for Microsoft.AspNetCore.App shared framework for .NET 10",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -18,8 +18,8 @@
18
18
  "url": "https://github.com/tsoniclang/aspnetcore.git"
19
19
  },
20
20
  "peerDependencies": {
21
- "@tsonic/core": "10.0.32",
22
- "@tsonic/dotnet": "10.0.32",
23
- "@tsonic/microsoft-extensions": "10.0.32"
21
+ "@tsonic/core": "10.0.34",
22
+ "@tsonic/dotnet": "10.0.34",
23
+ "@tsonic/microsoft-extensions": "10.0.34"
24
24
  }
25
25
  }