@genesislcap/foundation-cli 14.439.3 → 14.442.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/dist/plop/generators/designSystem/switchDesignSystem.d.ts +1 -1
- package/dist/plop/generators/designSystem/switchDesignSystem.d.ts.map +1 -1
- package/dist/plop/generators/dslApp/create.d.ts.map +1 -1
- package/dist/plop/generators/dslApp/create.js +1 -2
- package/dist/plop/generators/generatorChain.d.ts.map +1 -1
- package/dist/plop/generators/generatorChain.js +2 -1
- package/dist/plop/prompts/app.d.ts.map +1 -1
- package/dist/plop/prompts/app.js +2 -3
- package/dist/plop/prompts/dsl.d.ts.map +1 -1
- package/dist/plop/prompts/dsl.js +1 -2
- package/dist/plop/validators/index.d.ts.map +1 -1
- package/dist/plop/validators/index.js +5 -5
- package/dist/task-runtime/task.d.ts.map +1 -1
- package/dist/task-runtime/task.js +10 -15
- package/dist/utils/fetch.d.ts +1 -1
- package/dist/utils/fetch.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { NodePlopAPI } from 'node-plop';
|
|
2
1
|
import type { PlopGeneratorConfig } from 'node-plop';
|
|
2
|
+
import { NodePlopAPI } from 'node-plop';
|
|
3
3
|
export declare const switchDesignSystemDescription = "Switch all design system prefixes found in files under the target directory to a new prefix, ie. templates, css rules, markdown etc.";
|
|
4
4
|
export declare const switchDesignSystemGenerator: PlopGeneratorConfig;
|
|
5
5
|
export declare const getSwitchDesignSystemGenerator: (plop: NodePlopAPI, bypassArr: any) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switchDesignSystem.d.ts","sourceRoot":"","sources":["../../../../src/plop/generators/designSystem/switchDesignSystem.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"switchDesignSystem.d.ts","sourceRoot":"","sources":["../../../../src/plop/generators/designSystem/switchDesignSystem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAoCxC,eAAO,MAAM,6BAA6B,yIAC8F,CAAC;AAEzI,eAAO,MAAM,2BAA2B,EAAE,mBAuFzC,CAAC;AAEF,eAAO,MAAM,8BAA8B,GAAI,MAAM,WAAW,EAAE,cAAS;;;CAQzE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../src/plop/generators/dslApp/create.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../../src/plop/generators/dslApp/create.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAwBhD,eAAO,MAAM,qBAAqB,EAAE,mBAqDnC,CAAC"}
|
|
@@ -4,7 +4,6 @@ exports.createDslAppGenerator = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const path_1 = tslib_1.__importDefault(require("path"));
|
|
6
6
|
const types_1 = require("../../../types");
|
|
7
|
-
const types_2 = require("../../../types");
|
|
8
7
|
const utils_1 = require("../../../utils");
|
|
9
8
|
const fileSystem_1 = require("../../actions/fileSystem");
|
|
10
9
|
const npm_1 = require("../../actions/npm");
|
|
@@ -32,7 +31,7 @@ exports.createDslAppGenerator = {
|
|
|
32
31
|
prevAns = applyRuntimeArgs(prevAns);
|
|
33
32
|
const seedList = (yield (0, tasks_1.downloadSeedList)('apps')).filter((seed) => { var _a; return (_a = seed.tags) === null || _a === void 0 ? void 0 : _a.includes(types_1.DslTag); });
|
|
34
33
|
if (seedList.length === 0) {
|
|
35
|
-
throw new Error(`No compatible ${
|
|
34
|
+
throw new Error(`No compatible ${types_1.dslName.toLowerCase()} seeds found, unable to proceed.`);
|
|
36
35
|
}
|
|
37
36
|
let { appDirectory, appName, appSeed } = yield (0, dsl_1.default)(inquirer, prevAns, seedList);
|
|
38
37
|
appSeed = yield (0, normalizers_1.seedSelectionNormalizer)(inquirer, appSeed);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generatorChain.d.ts","sourceRoot":"","sources":["../../../src/plop/generators/generatorChain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGtE;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,cAAc,GACzB,MAAM,WAAW,EACjB,aAAa,MAAM,EACnB,YAAY,mBAAmB,EAAE,EACjC,SAAS,MAAM,EAAE,EACjB,UAAS,OAAoB,KAC5B,
|
|
1
|
+
{"version":3,"file":"generatorChain.d.ts","sourceRoot":"","sources":["../../../src/plop/generators/generatorChain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGtE;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,cAAc,GACzB,MAAM,WAAW,EACjB,aAAa,MAAM,EACnB,YAAY,mBAAmB,EAAE,EACjC,SAAS,MAAM,EAAE,EACjB,UAAS,OAAoB,KAC5B,mBAsBF,CAAC;AAKF,eAAO,MAAM,sBAAsB,GAAI,WAAW,mBAAmB,wBAAc,CAAC"}
|
|
@@ -23,14 +23,15 @@ const generatorChain = (plop, description, generators, bypass, actions = [' Done
|
|
|
23
23
|
/**
|
|
24
24
|
* The answers from one iteration are used as previous answers input to the next, so we need to turn this rule off.
|
|
25
25
|
*/
|
|
26
|
-
/* eslint-disable no-await-in-loop */
|
|
27
26
|
prompts(inquirer_1) {
|
|
28
27
|
return tslib_1.__awaiter(this, arguments, void 0, function* (inquirer, prevAns = {}) {
|
|
29
28
|
let allAns = Object.assign({}, prevAns);
|
|
29
|
+
/* oxlint-disable no-await-in-loop -- plop generators must run in order with merged answers */
|
|
30
30
|
for (const generator of generators) {
|
|
31
31
|
const [data, outcome] = yield generator_1.GeneratorActions.run(generator, allAns, plop, bypass);
|
|
32
32
|
allAns = Object.assign(Object.assign({}, allAns), data);
|
|
33
33
|
}
|
|
34
|
+
/* oxlint-enable no-await-in-loop */
|
|
34
35
|
return allAns;
|
|
35
36
|
});
|
|
36
37
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../src/plop/prompts/app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAc,WAAW,
|
|
1
|
+
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../src/plop/prompts/app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAc,WAAW,EAAgB,MAAM,aAAa,CAAC;AAMpE,MAAM,WAAW,OAAO;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,WAAW,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACtB;yBAGC,UAAU,QAAQ,EAClB,SAAS,OAAO,CAAC,OAAO,CAAM,EAC9B,UAAU,WAAW,EAAE,KACtB,OAAO,CAAC,OAAO,CAAC;AAJnB,wBA0DE"}
|
package/dist/plop/prompts/app.js
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
const seeds_1 = require("../../seeds");
|
|
5
|
-
const seeds_2 = require("../../seeds");
|
|
6
5
|
const store_1 = require("../../store");
|
|
7
6
|
const utils_1 = require("../../utils");
|
|
8
7
|
const messages_1 = require("../messages");
|
|
@@ -41,8 +40,8 @@ exports.default = (inquirer_1, ...args_1) => tslib_1.__awaiter(void 0, [inquirer
|
|
|
41
40
|
name: 'seedDelivery',
|
|
42
41
|
type: 'list',
|
|
43
42
|
message: 'Seed delivery (Cloning requires an SSH key with a blank passphrase configured for your account)',
|
|
44
|
-
default:
|
|
45
|
-
choices: [
|
|
43
|
+
default: seeds_1.SeedDelivery.download,
|
|
44
|
+
choices: [seeds_1.SeedDelivery.download, seeds_1.SeedDelivery.clone],
|
|
46
45
|
when: (data) => !store_1.configStore.values.external && data.appSeed.type !== seeds_1.SeedSource.local,
|
|
47
46
|
},
|
|
48
47
|
]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dsl.d.ts","sourceRoot":"","sources":["../../../src/plop/prompts/dsl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"dsl.d.ts","sourceRoot":"","sources":["../../../src/plop/prompts/dsl.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAK1C,MAAM,WAAW,OAAO;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,WAAW,CAAC;CACtB;yBAGC,UAAU,QAAQ,EAClB,SAAS,OAAO,CAAC,OAAO,CAAM,EAC9B,UAAU,WAAW,EAAE,KACtB,OAAO,CAAC,OAAO,CAAC;AAJnB,wBA+CE"}
|
package/dist/plop/prompts/dsl.js
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
const utils_1 = require("../../utils");
|
|
5
|
-
const utils_2 = require("../../utils");
|
|
6
5
|
const messages_1 = require("../messages");
|
|
7
6
|
const validators_1 = require("../validators");
|
|
8
7
|
exports.default = (inquirer_1, ...args_1) => tslib_1.__awaiter(void 0, [inquirer_1, ...args_1], void 0, function* (inquirer, prevAns = {}, seedList) {
|
|
@@ -33,7 +32,7 @@ exports.default = (inquirer_1, ...args_1) => tslib_1.__awaiter(void 0, [inquirer
|
|
|
33
32
|
name: 'appSeed',
|
|
34
33
|
type: 'list',
|
|
35
34
|
message: 'App seed',
|
|
36
|
-
choices: (0,
|
|
35
|
+
choices: (0, utils_1.mapToSeedChoices)(seedList),
|
|
37
36
|
},
|
|
38
37
|
]);
|
|
39
38
|
return {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/plop/validators/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/plop/validators/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,MAAM,CAAC;AAYjD,eAAO,MAAM,QAAQ,GAAI,OAAO,MAAM,KAAG,iBACwD,CAAC;AAElG,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,KAAG,iBAW3C,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,SAAS,OAAO,EAAE,KAAG,iBACS,CAAC;AAE1D,eAAO,MAAM,qBAAqB,GAAI,OAAO,MAAM,KAAG,iBAGL,CAAC;AAElD,eAAO,MAAM,sBAAsB,GAAI,OAAO,MAAM,KAAG,iBACU,CAAC;AAElE,eAAO,MAAM,QAAQ,GAAI,OAAO,MAAM,KAAG,iBAEuE,CAAC;AAEjH,eAAO,MAAM,kBAAkB,GAAI,OAAO,MAAM,KAAG,iBACI,CAAC;AAExD,eAAO,MAAM,iBAAiB,GAAI,OAAO,MAAM,KAAG,iBACY,CAAC;AAE/D,eAAO,MAAM,mBAAmB,GAAI,OAAO,MAAM,KAAG,iBACM,CAAC;AAE3D,eAAO,MAAM,sBAAsB,GAAI,OAAO,MAAM,KAAG,iBACkB,CAAC"}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.baseDsPackageValidator = exports.npmPackageValidator = exports.npmTokenValidator = exports.websocketValidator = exports.password = exports.jfrogUsernameValidator = exports.githubUsernameOrEmail = exports.atLeastOne = exports.dslSafeName = exports.safeName = void 0;
|
|
4
4
|
const reservedWords_1 = require("./reservedWords");
|
|
5
|
-
const safeNameRegex = /^([a-zA-Z0-9
|
|
5
|
+
const safeNameRegex = /^([a-zA-Z0-9-]+)$/;
|
|
6
6
|
const leadingNumberRegex = /^([0-9])/;
|
|
7
7
|
const githubUsernameRegex = /^([a-z\d]+-)*[a-z\d]+$/i;
|
|
8
|
-
const jfrogUsernameRegex = /^([a-zA-Z0-
|
|
9
|
-
const emailAddressRegex = /^([\w_
|
|
8
|
+
const jfrogUsernameRegex = /^([a-zA-Z0-9_\-.@]+)$/i;
|
|
9
|
+
const emailAddressRegex = /^([\w_.\-+])+@([\w-]+\.)+([\w]{2,10})+$/;
|
|
10
10
|
const passwordRegex = /((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$/;
|
|
11
|
-
const websocketRegex = /wss?:\/\/[-a-zA-Z0-9@:%._
|
|
12
|
-
const npmTokenRegex = /^([a-zA-Z0-
|
|
11
|
+
const websocketRegex = /wss?:\/\/[-a-zA-Z0-9@:%._+~#=]{1,256}\b([-a-zA-Z0-9()@:%_+.~#?&/=]*)\b\/*$/;
|
|
12
|
+
const npmTokenRegex = /^([a-zA-Z0-9_]+)$/;
|
|
13
13
|
const npmPackageRegex = /^(@[a-z0-9-~][a-z0-9-._~]*\/)?[a-z0-9-~][a-z0-9-._~]*$/;
|
|
14
14
|
const safeName = (value) => safeNameRegex.test(value) || 'Name cannot have spaces or special characters other than dashes.';
|
|
15
15
|
exports.safeName = safeName;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"task.d.ts","sourceRoot":"","sources":["../../src/task-runtime/task.ts"],"names":[],"mappings":"AAKA,OAAO,EAAgB,QAAQ,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAI7C,qBAAa,IAAI;IAOb,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,IAAI;IAPvB,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA8C;IAClE,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAW;IAEnC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;gBAGd,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE,QAAQ,EAC/B,OAAO,GAAE,MAAM,EAAO;IA8CxB;;OAEG;IACH,OAAO,CAAC,OAAO;
|
|
1
|
+
{"version":3,"file":"task.d.ts","sourceRoot":"","sources":["../../src/task-runtime/task.ts"],"names":[],"mappings":"AAKA,OAAO,EAAgB,QAAQ,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAI7C,qBAAa,IAAI;IAOb,OAAO,CAAC,QAAQ,CAAC,OAAO;IACxB,OAAO,CAAC,QAAQ,CAAC,IAAI;IAPvB,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA8C;IAClE,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAW;IAEnC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;gBAGd,OAAO,EAAE,WAAW,EACpB,IAAI,EAAE,QAAQ,EAC/B,OAAO,GAAE,MAAM,EAAO;IA8CxB;;OAEG;IACH,OAAO,CAAC,OAAO;IAqCf;;;;;;OAMG;IACH,OAAO,CAAC,aAAa;IAmBrB;;;;OAIG;IACH,OAAO,CAAC,kBAAkB;IAsC1B;;OAEG;IACH,OAAO,KAAK,QAAQ,GAEnB;IAED,OAAO,CAAC,GAAG;IAIX,OAAO,CAAC,QAAQ;IAIhB,OAAO,CAAC,MAAM;IAId,OAAO,CAAC,KAAK;IAoCb,OAAO,CAAC,SAAS;IAUjB,OAAO,CAAC,cAAc;CAQvB"}
|
|
@@ -68,17 +68,12 @@ class Task {
|
|
|
68
68
|
for (const exec of execs) {
|
|
69
69
|
let hasError = false;
|
|
70
70
|
const cwd = step.cwd;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
hasError = result.status !== 0;
|
|
78
|
-
}
|
|
79
|
-
catch (e) {
|
|
80
|
-
throw e;
|
|
81
|
-
}
|
|
71
|
+
const result = this.shell({
|
|
72
|
+
command: exec.command,
|
|
73
|
+
label: exec.label,
|
|
74
|
+
cwd,
|
|
75
|
+
});
|
|
76
|
+
hasError = result.status !== 0;
|
|
82
77
|
if (hasError) {
|
|
83
78
|
throw new Error(`Task "${this.fullname}" failed when executing command "${exec.command}" (cwd: ${(0, path_1.resolve)(cwd !== null && cwd !== void 0 ? cwd : this.workdir)})`);
|
|
84
79
|
}
|
|
@@ -116,14 +111,14 @@ class Task {
|
|
|
116
111
|
* command and obtaining its result.
|
|
117
112
|
*/
|
|
118
113
|
resolveEnvironment(parents) {
|
|
119
|
-
var _a, _b, _c, _d
|
|
114
|
+
var _a, _b, _c, _d;
|
|
120
115
|
let env = (_a = this.runtime.manifest.env) !== null && _a !== void 0 ? _a : {};
|
|
121
116
|
// add env from all parent tasks one by one
|
|
122
117
|
for (const parent of parents) {
|
|
123
|
-
env = Object.assign(Object.assign({}, env), (
|
|
118
|
+
env = Object.assign(Object.assign({}, env), (_b = this.runtime.tryFindTask(parent)) === null || _b === void 0 ? void 0 : _b.env);
|
|
124
119
|
}
|
|
125
120
|
// apply the task's environment last
|
|
126
|
-
env = Object.assign(Object.assign({}, env),
|
|
121
|
+
env = Object.assign(Object.assign({}, env), this.task.env);
|
|
127
122
|
const output = {};
|
|
128
123
|
for (const [key, value] of Object.entries(env !== null && env !== void 0 ? env : {})) {
|
|
129
124
|
if (value.startsWith('$(') && value.endsWith(')')) {
|
|
@@ -132,7 +127,7 @@ class Task {
|
|
|
132
127
|
if (result.status !== 0) {
|
|
133
128
|
const error = result.error
|
|
134
129
|
? result.error.stack
|
|
135
|
-
: ((
|
|
130
|
+
: ((_d = (_c = result.stderr) === null || _c === void 0 ? void 0 : _c.toString()) !== null && _d !== void 0 ? _d : 'unknown error');
|
|
136
131
|
throw new Error(`unable to evaluate environment variable ${key}=${value}: ${error}`);
|
|
137
132
|
}
|
|
138
133
|
output[key] = result.stdout.toString('utf-8').trim();
|
package/dist/utils/fetch.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import http from 'http';
|
|
2
2
|
import https from 'https';
|
|
3
|
-
import type { RequestInit, Response } from 'node-fetch';
|
|
4
3
|
import fetch from 'node-fetch';
|
|
4
|
+
import type { RequestInit, Response } from 'node-fetch';
|
|
5
5
|
import { ContentType, TokenType } from '../types';
|
|
6
6
|
export declare const httpAgent: http.Agent;
|
|
7
7
|
export declare const httpsAgent: https.Agent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../src/utils/fetch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../src/utils/fetch.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,MAAM,YAAY,CAAC;AAC/B,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AASlD,eAAO,MAAM,SAAS,YAEpB,CAAC;AAEH,eAAO,MAAM,UAAU,aAErB,CAAC;AAEH,eAAO,MAAM,kBAAkB,aAG7B,CAAC;AASH,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC;AAExC,0BAAkB,cAAc;IAC9B,YAAY,MAAM;CACnB;AAED,eAAO,MAAM,aAAa,GAAI,UAAU,QAAQ,EAAE,KAAK,MAAM,KAAG,KAK/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAC7B,OAAO,MAAM,EACb,YAAW,SAAoB,EAC/B,cAAa,WAAwC,KACpD,WASD,CAAC;AAEH,eAAO,MAAM,cAAc,GACzB,KAAK,MAAM,EACX,YAAW,MAAuC,EAClD,gBAAe,SAA8C,KAC5D,OAAO,CAAC,QAAQ,CAMlB,CAAC;AAEF,eAAO,MAAM,YAAY,GACvB,KAAK,MAAM,EACX,YAAW,MAAuC,EAClD,gBAAe,SAA8C,KAC5D,OAAO,CAAC,QAAQ,CAMlB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-cli",
|
|
3
3
|
"description": "Genesis Foundation CLI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.442.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"postinstall": "node ./scripts/postinstall",
|
|
16
16
|
"copy:templates": "node ./scripts/copy",
|
|
17
17
|
"update": "node ./dist/schemas/migration/index",
|
|
18
|
-
"lint": "genx lint
|
|
19
|
-
"lint:fix": "genx lint --fix"
|
|
18
|
+
"lint": "genx lint -l ox",
|
|
19
|
+
"lint:fix": "genx lint -l ox --fix"
|
|
20
20
|
},
|
|
21
21
|
"bin": {
|
|
22
22
|
"foundation-cli": "./bin/foundation-cli.js"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@genesislcap/foundation-ui": "14.
|
|
25
|
+
"@genesislcap/foundation-ui": "14.442.0",
|
|
26
26
|
"@types/configstore": "^5.0.1",
|
|
27
27
|
"@types/fs-extra": "^9.0.12",
|
|
28
28
|
"@types/klaw-sync": "^6.0.1",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "ad425e4ea17dad7d5b580200f2ca31758896d07f"
|
|
73
73
|
}
|