@tsonic/js 10.0.1 → 10.0.6

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.
package/index.d.ts CHANGED
@@ -42,6 +42,9 @@ export { Uint8Array as Uint8Array } from './index/internal/index.js';
42
42
  export { Uint8ClampedArray as Uint8ClampedArray } from './index/internal/index.js';
43
43
  export { WeakMap_2 as WeakMap } from './index/internal/index.js';
44
44
  export { WeakSet_1 as WeakSet } from './index/internal/index.js';
45
+ // Extension methods (C# using semantics)
46
+ export type { ExtensionMethods_Tsonic_JSRuntime as ExtensionMethods } from './__internal/extensions/index.js';
47
+
45
48
 
46
49
  // Flattened exports from static classes
47
50
  // From Tsonic.JSRuntime.Globals
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/js",
3
- "version": "10.0.1",
3
+ "version": "10.0.6",
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.1",
24
- "@tsonic/core": "^10.0.1"
23
+ "@tsonic/dotnet": "^10.0.6",
24
+ "@tsonic/core": "^10.0.9"
25
25
  }
26
26
  }