onnxruntime-node 1.23.0-dev.20250509-3dc91e6c31 → 1.23.0-dev.20250522-ad7b0e368d

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/README.md CHANGED
@@ -27,13 +27,14 @@ The following table lists the supported versions of ONNX Runtime Node.js binding
27
27
  | EPs/Platforms | Windows x64 | Windows arm64 | Linux x64 | Linux arm64 | MacOS x64 | MacOS arm64 |
28
28
  | ------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
29
29
  | CPU | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
30
- | WebGPU | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> |
30
+ | WebGPU | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> | <sup>\[2]</sup> | ✔️ <sup>\[1]</sup> | ✔️ <sup>\[1]</sup> |
31
31
  | DirectML | ✔️ | ✔️ | ❌ | ❌ | ❌ | ❌ |
32
- | CUDA | ❌ | ❌ | ✔️<sup>\[2]</sup> | ❌ | ❌ | ❌ |
32
+ | CUDA | ❌ | ❌ | ✔️<sup>\[3]</sup> | ❌ | ❌ | ❌ |
33
33
  | CoreML | ❌ | ❌ | ❌ | ❌ | ✔️ | ✔️ |
34
34
 
35
35
  - \[1]: WebGPU support is currently experimental.
36
- - \[2]: CUDA v12. See [CUDA EP Installation](#cuda-ep-installation) for details.
36
+ - \[2]: WebGPU support is not available on Linux arm64 yet in the pre-built binaries.
37
+ - \[3]: CUDA v12. See [CUDA EP Installation](#cuda-ep-installation) for details.
37
38
 
38
39
  To use on platforms without pre-built binaries, you can build Node.js binding from source and consume it by `npm install <onnxruntime_repo_root>/js/node/`. See also [instructions](https://onnxruntime.ai/docs/build/inferencing.html#apis-and-language-bindings) for building ONNX Runtime Node.js binding locally.
39
40
 
package/__commit.txt CHANGED
@@ -1 +1 @@
1
- 3dc91e6c31e008983dbc36ef63f0fbb253741dc7
1
+ ad7b0e368d453e4e6db646e141ef33e38ff83a7a
Binary file
Binary file
Binary file
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "1.23.0-dev.20250509-3dc91e6c31";
1
+ export declare const version = "1.23.0-dev.20250522-ad7b0e368d";
package/dist/version.js CHANGED
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.version = void 0;
6
6
  // This file is generated by /js/scripts/update-version.ts
7
7
  // Do not modify file content manually.
8
- exports.version = '1.23.0-dev.20250509-3dc91e6c31';
8
+ exports.version = '1.23.0-dev.20250522-ad7b0e368d';
9
9
  //# sourceMappingURL=version.js.map
package/lib/version.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  // This file is generated by /js/scripts/update-version.ts
5
5
  // Do not modify file content manually.
6
6
 
7
- export const version = '1.23.0-dev.20250509-3dc91e6c31';
7
+ export const version = '1.23.0-dev.20250522-ad7b0e368d';
package/package.json CHANGED
@@ -11,11 +11,11 @@
11
11
  6
12
12
  ]
13
13
  },
14
- "version": "1.23.0-dev.20250509-3dc91e6c31",
14
+ "version": "1.23.0-dev.20250522-ad7b0e368d",
15
15
  "dependencies": {
16
16
  "adm-zip": "^0.5.16",
17
17
  "global-agent": "^3.0.0",
18
- "onnxruntime-common": "1.22.0-dev.20250504-93f85fb7b2"
18
+ "onnxruntime-common": "1.23.0-dev.20250515-00bd398d54"
19
19
  },
20
20
  "scripts": {
21
21
  "postinstall": "node ./script/install",
@@ -6,7 +6,7 @@
6
6
 
7
7
  module.exports = {
8
8
  nuget: [
9
- { feed: 'nuget_nightly', version: '1.23.0-dev-20250509-1104-3dc91e6c31' },
9
+ { feed: 'nuget_nightly', version: '1.23.0-dev-20250523-1104-ad7b0e368d' },
10
10
  { feed: 'nuget_nightly', version: '1.23.0-dev-20250429-1449-a9a3ad2e0c' },
11
11
  ],
12
12
  };
@@ -20,15 +20,15 @@ const metadata = {
20
20
  'linux/x64:cuda12': {
21
21
  './libonnxruntime_providers_cuda.so': {
22
22
  package: 'nuget:linux/x64:cuda12',
23
- path: 'runtimes/win-x64/native/libonnxruntime_providers_cuda.so',
23
+ path: 'runtimes/linux-x64/native/libonnxruntime_providers_cuda.so',
24
24
  },
25
25
  './libonnxruntime_providers_shared.so': {
26
26
  package: 'nuget:linux/x64:cuda12',
27
- path: 'runtimes/win-x64/native/libonnxruntime_providers_shared.so',
27
+ path: 'runtimes/linux-x64/native/libonnxruntime_providers_shared.so',
28
28
  },
29
29
  './libonnxruntime_providers_tensorrt.so': {
30
30
  package: 'nuget:linux/x64:cuda12',
31
- path: 'runtimes/win-x64/native/libonnxruntime_providers_tensorrt.so',
31
+ path: 'runtimes/linux-x64/native/libonnxruntime_providers_tensorrt.so',
32
32
  },
33
33
  },
34
34
  },