@genesislcap/foundation-cli 14.327.1-FUI-2395.2 → 14.327.1
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/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -8,5 +8,5 @@ export { argv as argvMinimist } from './argv';
|
|
|
8
8
|
/**
|
|
9
9
|
* CLI entry point
|
|
10
10
|
*/
|
|
11
|
-
export declare function run(config: RunConfig): Promise<
|
|
11
|
+
export declare function run(config: RunConfig): Promise<number | void>;
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAc,MAAM,SAAS,CAAC;AAIhD,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,QAAQ,CAAC;AAO9C;;GAEG;AACH,wBAAsB,GAAG,CAAC,MAAM,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAc,MAAM,SAAS,CAAC;AAIhD,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,QAAQ,CAAC;AAO9C;;GAEG;AACH,wBAAsB,GAAG,CAAC,MAAM,EAAE,SAAS,0BAuB1C"}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-cli",
|
|
3
3
|
"description": "Genesis Foundation CLI",
|
|
4
|
-
"version": "14.327.1
|
|
4
|
+
"version": "14.327.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"engines": {
|
|
9
|
-
"node": ">=
|
|
9
|
+
"node": ">=20.0.0"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "npm run clean && npm run copy:templates && tsc -b ./tsconfig.json",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@types/configstore": "^5.0.1",
|
|
24
24
|
"@types/fs-extra": "^9.0.12",
|
|
25
25
|
"@types/klaw-sync": "^6.0.1",
|
|
26
|
-
"@types/node": "^
|
|
26
|
+
"@types/node": "^20.8.7",
|
|
27
27
|
"@types/semver": "^7.3.7",
|
|
28
28
|
"@types/tar": "^6.1.1"
|
|
29
29
|
},
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "75f294acbf839e87f58e2933aa8dda2289b2fe04"
|
|
70
70
|
}
|