@tsonic/dotnet 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.
|
@@ -1272,7 +1272,7 @@ export type CreateNewOnMetadataUpdateAttribute = CreateNewOnMetadataUpdateAttrib
|
|
|
1272
1272
|
export interface CustomConstantAttribute$instance extends Attribute {
|
|
1273
1273
|
readonly __tsonic_type_System_Runtime_CompilerServices_CustomConstantAttribute: never;
|
|
1274
1274
|
|
|
1275
|
-
readonly Value: unknown
|
|
1275
|
+
readonly Value: unknown;
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
1278
|
|
|
@@ -1285,7 +1285,7 @@ export type CustomConstantAttribute = CustomConstantAttribute$instance;
|
|
|
1285
1285
|
export interface DateTimeConstantAttribute$instance extends CustomConstantAttribute {
|
|
1286
1286
|
readonly __tsonic_type_System_Runtime_CompilerServices_DateTimeConstantAttribute: never;
|
|
1287
1287
|
|
|
1288
|
-
readonly Value: unknown
|
|
1288
|
+
readonly Value: unknown;
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
1291
|
|
|
@@ -1492,7 +1492,7 @@ export type HasCopySemanticsAttribute = HasCopySemanticsAttribute$instance;
|
|
|
1492
1492
|
export interface IDispatchConstantAttribute$instance extends CustomConstantAttribute {
|
|
1493
1493
|
readonly __tsonic_type_System_Runtime_CompilerServices_IDispatchConstantAttribute: never;
|
|
1494
1494
|
|
|
1495
|
-
readonly Value: unknown
|
|
1495
|
+
readonly Value: unknown;
|
|
1496
1496
|
}
|
|
1497
1497
|
|
|
1498
1498
|
|
|
@@ -1628,7 +1628,7 @@ export type IteratorStateMachineAttribute = IteratorStateMachineAttribute$instan
|
|
|
1628
1628
|
export interface IUnknownConstantAttribute$instance extends CustomConstantAttribute {
|
|
1629
1629
|
readonly __tsonic_type_System_Runtime_CompilerServices_IUnknownConstantAttribute: never;
|
|
1630
1630
|
|
|
1631
|
-
readonly Value: unknown
|
|
1631
|
+
readonly Value: unknown;
|
|
1632
1632
|
}
|
|
1633
1633
|
|
|
1634
1634
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/dotnet",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.27",
|
|
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": "10.0.
|
|
21
|
+
"@tsonic/core": "10.0.27"
|
|
22
22
|
}
|
|
23
23
|
}
|