@forge/api
Advanced tools
Comparing version 3.0.0-next.4 to 3.0.0-next.5
# @forge/api | ||
## 3.0.0-next.5 | ||
### Minor Changes | ||
- b04283b: Add serialize function for InstallationAri | ||
## 3.0.0-next.4 | ||
@@ -4,0 +10,0 @@ |
@@ -19,4 +19,7 @@ "use strict"; | ||
} | ||
toJSON() { | ||
return this.toString(); | ||
} | ||
} | ||
const getInstallationAri = (installationId) => new InstallationAriImpl(installationId); | ||
exports.getInstallationAri = getInstallationAri; |
{ | ||
"name": "@forge/api", | ||
"version": "3.0.0-next.4", | ||
"version": "3.0.0-next.5", | ||
"description": "Forge API methods", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
Sorry, the diff of this file is not supported yet
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
106341
1130