@forge/api
Advanced tools
Comparing version 0.0.0-experimental-788b6d9 to 0.0.0-experimental-e8bfa83
# @forge/api | ||
## 0.0.0-experimental-788b6d9 | ||
## 0.0.0-experimental-e8bfa83 | ||
### Patch Changes | ||
- b41cc4c: Fix exported content | ||
- 5b666a5: Fix published content | ||
- 6f786cf: Fixing falsey values in storage api | ||
## 0.6.1-next.2 | ||
### Patch Changes | ||
- 5b666a5: Fix published content | ||
## 0.6.1-next.1 | ||
### Patch Changes | ||
- b41cc4c: Fix exported content | ||
## 0.6.1-next.0 | ||
### Patch Changes | ||
- 6f786cf: Fixing falsey values in storage api | ||
## 0.6.0 | ||
@@ -6,0 +30,0 @@ |
@@ -42,3 +42,3 @@ "use strict"; | ||
const { appStoredEntity: { value } } = await this.query(requestBody); | ||
return value || undefined; | ||
return value !== null && value !== void 0 ? value : undefined; | ||
} | ||
@@ -45,0 +45,0 @@ async list(options) { |
{ | ||
"name": "@forge/api", | ||
"version": "0.0.0-experimental-788b6d9", | ||
"version": "0.0.0-experimental-e8bfa83", | ||
"description": "Forge API methods", | ||
@@ -9,3 +9,2 @@ "author": "Atlassian", | ||
"types": "out/index.d.ts", | ||
"files": ["out"], | ||
"scripts": { | ||
@@ -12,0 +11,0 @@ "build": "yarn run clean && yarn run compile", |
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
1
43466
57
748