supertokens/Get core/driver versions from CDI/FDI version
Get core/driver versions from CDI/FDI version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| driver-name | The driver being used for the code | yes | — |
| cdi-version | CDI Version to use | no | "" |
| core-plan-type | The plan for the supertokens core | no | FREE |
| core-mode | The mode for the supertokens core | no | DEV |
| fdi-version | FDI Version to use | no | "" |
| frontend-mode | The mode for the frontend | no | DEV |
| fetch-frontend-versions | Whether to fetch frontend versions | no | true |
| web-js-interface-version | Web JS Interface Version to use | no | "" |
Outputs
| name | description |
|---|---|
| coreVersionXy | Latest supertokens-core X.Y version corresponding to CDI version |
| coreTag | Latest supertokens-core tag corresponding to supertokens-core X.Y version |
| coreVersion | Latest supertokens-core X.Y.Z version corresponding to supertokens-core X.Y version |
| pluginInterfaceVersionXy | Latest supertokens-plugin-interface X.Y version corresponding to supertokens-core X.Y version |
| pluginInterfaceTag | Latest supertokens-plugin-interface tag corresponding to supertokens-plugin-interface X.Y version |
| pluginInterfacVersion | Latest supertokens-plugin-interface X.Y.Z version corresponding to supertokens-plugin-interface X.Y version |
| frontendVersionXy | Latest website-frontend X.Y version corresponding to FDI version |
| frontendTag | Latest website-frontend tag corresponding to website-frontend X.Y version |
| frontendVersion | Latest website-frontend X.Y.Z version corresponding to website-frontend X.Y version |
| nodeVersionXy | Latest Node X.Y version corresponding to FDI version for use in auth-react |
| nodeTag | Latest Node tag corresponding to Node X.Y version for use in auth-react |
| authReactVersionXy | Latest auth-react X.Y version corresponding to FDI version |
| authReactTag | Latest auth-react tag corresponding to auth-react X.Y version |
| authReactVersion | Latest auth-react X.Y.Z version corresponding to auth-react X.Y version |
| webJsReactVersionXy | Latest auth-react X.Y version corresponding to web-js interface version |
| webJsReactTag | Latest auth-react tag corresponding to auth-react X.Y version |
| webJsReactVersion | Latest auth-react X.Y.Z version corresponding to auth-react X.Y version |