@giteeteam/apps-api
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -5,2 +5,3 @@ /* eslint-disable no-var */ | ||
import type { CacheSetOptions, CacheValueType } from './cache'; | ||
import type { IQueueConfig, IQueuePushData } from './queue'; | ||
@@ -70,4 +71,7 @@ export interface PgQueryResult { | ||
var storage: Storage; | ||
var queue: { | ||
push: (config: IQueueConfig, data: IQueuePushData) => Promise<Record<string, any>>; | ||
}; | ||
} | ||
export {}; |
@@ -8,1 +8,2 @@ export * from './axios'; | ||
export * from './resolver'; | ||
export * from './queue'; |
@@ -8,1 +8,2 @@ export * from './axios'; | ||
export * from './resolver'; | ||
export * from './queue'; |
{ | ||
"name": "@giteeteam/apps-api", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Giteeteam Apps API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
28091
25
764