@forge/api 2.13.0-next.1 → 2.13.0-next.1-experimental-3fb944e
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.
- package/CHANGELOG.md +14 -0
- package/out/api/fetch.d.ts +1 -1
- package/out/api/fetch.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,23 @@
|
|
|
1
1
|
# @forge/api
|
|
2
2
|
|
|
3
|
+
## 2.13.0-next.1-experimental-3fb944e
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8577200: Added capabilities for enabling Custom entities
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 4acdb01: Support migrations API on Node runtime
|
|
12
|
+
- 0195732: Support reportPersonalData on Node runtime
|
|
13
|
+
- Updated dependencies [8577200]
|
|
14
|
+
- @forge/storage@1.4.0-next.0-experimental-3fb944e
|
|
15
|
+
|
|
3
16
|
## 2.13.0-next.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
6
19
|
|
|
20
|
+
- 4acdb01c: Support migrations API on Node runtime
|
|
7
21
|
- 0195732c: Support reportPersonalData on Node runtime
|
|
8
22
|
|
|
9
23
|
## 2.13.0-next.0
|
package/out/api/fetch.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { RequestInfo, RequestInit, Response } from 'node-fetch';
|
|
3
3
|
import { Url } from 'url';
|
|
4
4
|
import { FetchAPI } from '..';
|
|
5
|
-
declare type FetchFunction = (url: RequestInfo | Url, options
|
|
5
|
+
declare type FetchFunction = (url: RequestInfo | Url, options?: RequestInit) => Promise<Response>;
|
|
6
6
|
declare type ProxyUrlProvider = 'app' | 'user' | 'none';
|
|
7
7
|
declare type ProxyUrlRemote = 'jira' | 'confluence' | 'stargate' | 'bitbucket';
|
|
8
8
|
export declare const createProxyFetch: (provider: ProxyUrlProvider, remote: ProxyUrlRemote) => FetchFunction;
|
package/out/api/fetch.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../src/api/fetch.ts"],"names":[],"mappings":";AAAA,OAAc,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAW,MAAM,YAAY,CAAC;AAChF,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;AAS9B,aAAK,aAAa,GAAG,CAAC,GAAG,EAAE,WAAW,GAAG,GAAG,EAAE,OAAO,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../src/api/fetch.ts"],"names":[],"mappings":";AAAA,OAAc,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAW,MAAM,YAAY,CAAC;AAChF,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;AAS9B,aAAK,aAAa,GAAG,CAAC,GAAG,EAAE,WAAW,GAAG,GAAG,EAAE,OAAO,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,QAAQ,CAAC,CAAC;AAC1F,aAAK,gBAAgB,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;AAChD,aAAK,cAAc,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,GAAG,WAAW,CAAC;AAuBvE,eAAO,MAAM,gBAAgB,aAAc,gBAAgB,UAAU,cAAc,KAAG,aAkCnF,CAAC;AAuBJ,wBAAgB,iBAAiB,IAAI,QAAQ,CAoB5C;AAED,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,GAAG,GAAG,QAAQ,CAEvD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/api",
|
|
3
|
-
"version": "2.13.0-next.1",
|
|
3
|
+
"version": "2.13.0-next.1-experimental-3fb944e",
|
|
4
4
|
"description": "Forge API methods",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"compile": "tsc -b -v"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@forge/runtime": "4.3.1-next.0",
|
|
15
|
+
"@forge/runtime": "4.3.1-next.0-experimental-3fb944e",
|
|
16
16
|
"@forge/util": "1.2.1",
|
|
17
17
|
"nock": "^10.0.6",
|
|
18
18
|
"@types/node": "^12.12.63"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@forge/auth": "0.0.1",
|
|
22
22
|
"@forge/egress": "1.1.2",
|
|
23
|
-
"@forge/storage": "1.4.0-next.0",
|
|
23
|
+
"@forge/storage": "1.4.0-next.0-experimental-3fb944e",
|
|
24
24
|
"@types/node-fetch": "^2.5.7",
|
|
25
25
|
"node-fetch": "2.6.7"
|
|
26
26
|
}
|