supertokens/Get CDI/FDI versions from files
Get CDI/FDI versions from files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| has-cdi | Whether the repository contains a coreDriverInterfaceSupported file | no | false |
| has-fdi | Whether the repository contains a frontendDriverInterfaceSupported file | no | false |
| has-web-js | Whether the repository contains a webJsInterfaceSupported file | no | false |
| has-common | Whether the repository contains a supportedVersions file | no | false |
| working-directory | The working directory where the files are located | no | "" |
Outputs
| name | description |
|---|---|
| cdiVersions | List of CDI versions from the coreDriverInterfaceSupported file |
| fdiVersions | List of FDI versions from the frontendDriverInterfaceSupported file |
| webJsInterfaceVersion | The web-js interface version from the webJsInterfaceSupported file |
| versions | Stringified JSON of the versions file |