@raisenow/tamaro-cli 3.0.0-dev.3 → 3.0.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/.idea/workspace.xml +4 -0
- package/dist/cli.js +2 -2
- package/package.json +14 -14
package/.idea/workspace.xml
CHANGED
|
@@ -49,6 +49,10 @@
|
|
|
49
49
|
<workItem from="1777936008103" duration="88000" />
|
|
50
50
|
<workItem from="1778477038620" duration="2530000" />
|
|
51
51
|
<workItem from="1780398242165" duration="1962000" />
|
|
52
|
+
<workItem from="1781661280180" duration="2828000" />
|
|
53
|
+
<workItem from="1782699840335" duration="599000" />
|
|
54
|
+
<workItem from="1782869357470" duration="598000" />
|
|
55
|
+
<workItem from="1783270034892" duration="1197000" />
|
|
52
56
|
</task>
|
|
53
57
|
<servers />
|
|
54
58
|
</component>
|
package/dist/cli.js
CHANGED
|
@@ -502,7 +502,7 @@ const assureOnlySupportedHelpers = (template) => {
|
|
|
502
502
|
return usedHelpers;
|
|
503
503
|
};
|
|
504
504
|
const usedHelpers = extractHelpers(Handlebars.parse(template));
|
|
505
|
-
const supportedHelpers = new Set([
|
|
505
|
+
const supportedHelpers = /* @__PURE__ */ new Set([
|
|
506
506
|
"if",
|
|
507
507
|
"unless",
|
|
508
508
|
"each",
|
|
@@ -1225,7 +1225,7 @@ const promptBucketTamaroEmailConfig = async () => {
|
|
|
1225
1225
|
//#endregion
|
|
1226
1226
|
//#region package.json
|
|
1227
1227
|
var name = "@raisenow/tamaro-cli";
|
|
1228
|
-
var version = "3.0.0
|
|
1228
|
+
var version = "3.0.0";
|
|
1229
1229
|
//#endregion
|
|
1230
1230
|
//#region src/cli.ts
|
|
1231
1231
|
const cli = createCommand().name(name).description("CLI for Tamaro Customer Configurations development").version(version, "-v, --version");
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raisenow/tamaro-cli",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "RaiseNow",
|
|
6
6
|
"email": "development@raisenow.com"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": ">=24.
|
|
11
|
-
"pnpm": ">=11.
|
|
10
|
+
"node": ">=24.18.0",
|
|
11
|
+
"pnpm": ">=11.10.0",
|
|
12
12
|
"npm": "please-use-pnpm",
|
|
13
13
|
"yarn": "please-use-pnpm"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@aws-sdk/client-s3": "^3.
|
|
17
|
-
"@rnw-npm/cli-helpers": "^2.0.
|
|
16
|
+
"@aws-sdk/client-s3": "^3.1080.0",
|
|
17
|
+
"@rnw-npm/cli-helpers": "^2.0.1",
|
|
18
18
|
"columnify": "^1.6.0",
|
|
19
|
-
"commander": "^
|
|
19
|
+
"commander": "^15.0.0",
|
|
20
20
|
"dedent": "^1.7.2",
|
|
21
21
|
"dotenv": "^17.4.2",
|
|
22
22
|
"env-paths": "^4.0.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"glob": "^13.0.6",
|
|
25
25
|
"handlebars": "^4.7.9",
|
|
26
26
|
"handlebars-helpers": "^0.10.0",
|
|
27
|
-
"js-yaml": "^4.
|
|
27
|
+
"js-yaml": "^4.3.0",
|
|
28
28
|
"ky": "^1.14.3",
|
|
29
29
|
"open": "^11.0.0",
|
|
30
30
|
"portfinder": "^1.0.38",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"zod": "^4.4.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@rnw-npm/eslint-config": "^2.0.
|
|
36
|
-
"@rnw-npm/prettier-config": "^1.0.
|
|
35
|
+
"@rnw-npm/eslint-config": "^2.0.1",
|
|
36
|
+
"@rnw-npm/prettier-config": "^1.0.1",
|
|
37
37
|
"@types/columnify": "^1.5.4",
|
|
38
38
|
"@types/handlebars-helpers": "^0.5.6",
|
|
39
39
|
"@types/js-yaml": "^4.0.9",
|
|
40
40
|
"@types/node": "^24.13.2",
|
|
41
41
|
"@types/prompts": "^2.4.9",
|
|
42
|
-
"eslint": "^10.
|
|
42
|
+
"eslint": "^10.6.0",
|
|
43
43
|
"husky": "^9.1.7",
|
|
44
|
-
"lint-staged": "^
|
|
45
|
-
"prettier": "^3.
|
|
46
|
-
"tsdown": "^0.22.
|
|
44
|
+
"lint-staged": "^17.0.8",
|
|
45
|
+
"prettier": "^3.9.4",
|
|
46
|
+
"tsdown": "^0.22.3",
|
|
47
47
|
"typescript": "^6.0.3",
|
|
48
|
-
"vitest": "^4.1.
|
|
48
|
+
"vitest": "^4.1.10"
|
|
49
49
|
},
|
|
50
50
|
"prettier": "@rnw-npm/prettier-config",
|
|
51
51
|
"lint-staged": {
|