skynet-mysky-utils
Advanced tools
Comparing version 0.2.0 to 0.2.1
# Changelog | ||
## [0.2.1] | ||
### Added | ||
- `CustomUserIDOptions` type. | ||
## [0.2.0] | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "skynet-mysky-utils", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Skynet common MySky utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -36,1 +36,10 @@ export { getPathDomain, getParentPath, sanitizePath } from "./paths"; | ||
}; | ||
/** | ||
* Custom options for mySky.userID(). | ||
* | ||
* @property [legacyAppID] - Deprecated. The legacy app ID. For compatibility with SkyID. | ||
*/ | ||
export type CustomUserIDOptions = { | ||
legacyAppID?: string; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44953
843