@tsonic/js 10.0.31 → 10.0.32
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.
|
@@ -64,7 +64,6 @@ export interface __Ext_Tsonic_JSRuntime_String {
|
|
|
64
64
|
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
65
65
|
type __TsonicMergeExtMaps<A, B> = A & B;
|
|
66
66
|
type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
|
|
67
|
-
type __TsonicPreferExt<A, B> = A & B;
|
|
68
67
|
|
|
69
68
|
// Generic helper type for extension methods in namespace: Tsonic.JSRuntime
|
|
70
69
|
type __TsonicExtSurface_Tsonic_JSRuntime<TShape> =
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/js",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.32",
|
|
4
4
|
"description": "TypeScript type definitions for JavaScript Runtime (JSRuntime) library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "https://github.com/tsoniclang/js.git"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@tsonic/dotnet": "10.0.
|
|
24
|
-
"@tsonic/core": "10.0.
|
|
23
|
+
"@tsonic/dotnet": "10.0.32",
|
|
24
|
+
"@tsonic/core": "10.0.32"
|
|
25
25
|
}
|
|
26
26
|
}
|