@valiantys/atlassian-app 3.2.0-alpha-2 → 3.2.0-alpha-3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,7 +24,7 @@ declare type FetchRoute = {
|
|
|
24
24
|
declare type FetchSignature = <T>(request: FetchRequest, body?: any) => Promise<T>;
|
|
25
25
|
|
|
26
26
|
export declare class JqlPrecomputationService {
|
|
27
|
-
private fetchSvc;
|
|
27
|
+
private readonly fetchSvc;
|
|
28
28
|
static readonly url = "/rest/api/3/jql/function/computation";
|
|
29
29
|
/**
|
|
30
30
|
* @param fetchSvc Must be using asApp. asUser is NOT allowed on this API
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valiantys/atlassian-app",
|
|
3
|
-
"version": "3.2.0-alpha-
|
|
3
|
+
"version": "3.2.0-alpha-3",
|
|
4
4
|
"description": "This library provides Atlassian Forge components, wrappers, and utilities to support writing Forge apps that can run deployed or in standalone mode",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./frontend-app": {
|
package/{valiantys-atlassian-app-3.2.0-alpha-2.tgz → valiantys-atlassian-app-3.2.0-alpha-3.tgz}
RENAMED
|
index ba83819..b40280d 100644
|
|
|
Binary file
|