How do I find which version of Nylas Scheduler components I'm using?

There are multiple ways to check which version of Nylas Scheduler components you're using, depending on your implementation method:

 

1. React SDK Implementation
Check your package.json file for the @nylas/react dependency version:

{
"dependencies": {
"@nylas/react": "x.x.x"
}
}

 

2. Web Components via CDN
Check your HTML file for the script tag that imports Nylas components. The version is specified in the URL:

<script type="module" src="https://cdn.jsdelivr.net/npm/@nylas/web-elements@x.x.x/dist/cdn/nylas-scheduling/nylas-scheduling.es.js"></script>

 

3. Web Components via NPM

Check your package.json file for the @nylas/web-elements dependency version:

{
"dependencies": {
"@nylas/web-elements": "x.x.x"
}
}

 

 

📌 Note: Replace 'x.x.x' with the actual version number you find in your implementation.

 

Knowing your component version helps our support team better assist you with any issues you encounter.

Updated

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.