onnxruntime/tools/ci_build/github/js
Yulong Wang f274bbb0c8
[js] add API that allows to get package version (#16207)
### Description

Add an API for users to get version of current package. example usage:

```js
import { env } from 'onnxruntime-node';

console.log(env.versions.node);  // output "1.16.0"
```

```js
import { env } from 'onnxruntime-web';

console.log(env.versions.web);  // output "1.16.0"
console.log(env.versions.common);  // output "1.16.0"
console.log(env.versions.node);  // output "undefined"
```

#16156
2023-06-09 16:18:53 -07:00
..
pack-npm-packages.ps1 [js] add API that allows to get package version (#16207) 2023-06-09 16:18:53 -07:00
react_native_e2e_full_aar_build_settings.json
react_native_e2e_full_ios_framework_build_settings.json Fix some build issues on MacOS with Xcode 14.3. (#15878) 2023-06-07 12:07:11 -07:00
react_native_e2e_mobile_aar_build_settings.json
react_native_e2e_mobile_ios_framework_build_settings.json Fix some build issues on MacOS with Xcode 14.3. (#15878) 2023-06-07 12:07:11 -07:00
validate-npm-packages.py Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00