@forge/storage
Advanced tools
Comparing version 1.5.12 to 1.5.13-next.0
@@ -5,3 +5,3 @@ import { EntityStorageBuilderType } from './entity-storage'; | ||
get(key: string): Promise<any>; | ||
set(key: string, value: any): Promise<void>; | ||
set(key: string, value: string | number | boolean | Record<string, any> | any[]): Promise<void>; | ||
delete(key: string): Promise<void>; | ||
@@ -8,0 +8,0 @@ getSecret(key: string): Promise<any>; |
{ | ||
"name": "@forge/storage", | ||
"version": "1.5.12", | ||
"version": "1.5.13-next.0", | ||
"description": "Forge Storage 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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
122529
2