@forge/cli-shared 8.1.0-next.8-experimental-8e96421 → 8.1.0
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
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.1.0
|
|
3
|
+
## 8.1.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- 05d33ea: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
8
7
|
- effab31: Bumped cheerio from 0.22 to 1.1
|
|
9
8
|
- 620aea7: Added support for Dashboards context for app creation
|
|
10
9
|
|
|
@@ -24,9 +23,21 @@
|
|
|
24
23
|
- Updated dependencies [ca7e661]
|
|
25
24
|
- Updated dependencies [5ab2c49]
|
|
26
25
|
- Updated dependencies [609f68b]
|
|
27
|
-
- @forge/manifest@10.1.0
|
|
28
|
-
- @forge/i18n@0.0.7
|
|
29
|
-
- @forge/util@1.4.10
|
|
26
|
+
- @forge/manifest@10.1.0
|
|
27
|
+
- @forge/i18n@0.0.7
|
|
28
|
+
- @forge/util@1.4.10
|
|
29
|
+
|
|
30
|
+
## 8.1.0-next.9
|
|
31
|
+
|
|
32
|
+
### Minor Changes
|
|
33
|
+
|
|
34
|
+
- effab31: Bumped cheerio from 0.22 to 1.1
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [effab31]
|
|
39
|
+
- Updated dependencies [609f68b]
|
|
40
|
+
- @forge/manifest@10.1.0-next.9
|
|
30
41
|
|
|
31
42
|
## 8.1.0-next.8
|
|
32
43
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-system-reader.d.ts","sourceRoot":"","sources":["../../src/file-system/file-system-reader.ts"],"names":[],"mappings":";;;AAAA,OAAO,EAA4B,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"file-system-reader.d.ts","sourceRoot":"","sources":["../../src/file-system/file-system-reader.ts"],"names":[],"mappings":";;;AAAA,OAAO,EAA4B,MAAM,IAAI,CAAC;AAW9C,aAAK,cAAc,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,OAAO,CAAC;AAEjE,qBAAa,gBAAgB;IACpB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAIrC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAQxC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAS5D,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,GAAG,cAAc,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAgBtG,QAAQ,CAAC,EAAE,OAAO,EAAE,SAAiB,EAAE,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAmB3G,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO;IAI7C,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAQ9C,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IASxE,gBAAgB,IAAI,MAAM;IAI1B,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM;IAO3C,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAQvC,kBAAkB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAW/E,OAAO,CAAC,eAAe;IAQV,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;CAIpE"}
|
|
@@ -8,6 +8,7 @@ const os_1 = require("os");
|
|
|
8
8
|
const path_1 = tslib_1.__importStar(require("path"));
|
|
9
9
|
const util_1 = require("util");
|
|
10
10
|
const recursive_readdir_1 = tslib_1.__importDefault(require("recursive-readdir"));
|
|
11
|
+
const get_folder_size_1 = tslib_1.__importDefault(require("get-folder-size"));
|
|
11
12
|
const shared_1 = require("../shared");
|
|
12
13
|
const FILE_NOT_FOUND_CODE = 'ENOENT';
|
|
13
14
|
class FileSystemReader {
|
|
@@ -96,12 +97,14 @@ class FileSystemReader {
|
|
|
96
97
|
}
|
|
97
98
|
}
|
|
98
99
|
async getFolderSizeAsync(directory) {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
100
|
+
return new Promise((resolve) => {
|
|
101
|
+
(0, get_folder_size_1.default)(directory, (err, size) => {
|
|
102
|
+
if (err) {
|
|
103
|
+
resolve(undefined);
|
|
104
|
+
}
|
|
105
|
+
return resolve(size);
|
|
106
|
+
});
|
|
107
|
+
});
|
|
105
108
|
}
|
|
106
109
|
handleFileError(error) {
|
|
107
110
|
if (error && error.code === FILE_NOT_FOUND_CODE) {
|
|
@@ -58372,6 +58372,7 @@ export declare type JiraGroupedListViewHasDefaultFieldSetsArgs = {
|
|
|
58372
58372
|
export declare type JiraGroupedListViewViewSettingsArgs = {
|
|
58373
58373
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
58374
58374
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
58375
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
58375
58376
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
58376
58377
|
};
|
|
58377
58378
|
export declare enum JiraGroupsContext {
|
|
@@ -59944,7 +59945,9 @@ export declare type JiraIssueSearchScope = {
|
|
|
59944
59945
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
59945
59946
|
};
|
|
59946
59947
|
export declare type JiraIssueSearchSettings = {
|
|
59948
|
+
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
59947
59949
|
hideDone?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59950
|
+
hierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59948
59951
|
};
|
|
59949
59952
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
59950
59953
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -68909,6 +68912,7 @@ export declare type JiraSpreadsheetViewHasDefaultFieldSetsArgs = {
|
|
|
68909
68912
|
export declare type JiraSpreadsheetViewViewSettingsArgs = {
|
|
68910
68913
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
68911
68914
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
68915
|
+
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
68912
68916
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
68913
68917
|
};
|
|
68914
68918
|
export declare type JiraSpreadsheetViewPayload = Payload & {
|