@raisenow/tamaro-cli 1.4.1 → 1.4.2
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/.nvmrc +1 -1
- package/dist/{chunk-YWUYAGB6.js → chunk-XSGUCJWC.js} +1 -1
- package/dist/cli.js +25 -24
- package/dist/webpack.config.js +15 -3
- package/package.json +23 -22
- package/pnpm-workspace.yaml +2 -0
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v22.
|
|
1
|
+
v22.19.0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// node_modules/.pnpm/tsup@8.5.0_jiti@
|
|
1
|
+
// node_modules/.pnpm/tsup@8.5.0_jiti@2.6.0_postcss@8.5.6_tsx@4.19.1_typescript@5.9.2/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import path from "path";
|
|
3
3
|
import { fileURLToPath } from "url";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
package/dist/cli.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
resolveBin,
|
|
23
23
|
resolveOwn,
|
|
24
24
|
runCommandSync
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-XSGUCJWC.js";
|
|
26
26
|
|
|
27
27
|
// src/cli.ts
|
|
28
28
|
import { createCommand } from "commander";
|
|
@@ -714,17 +714,17 @@ var prepareFlags4 = async (options) => {
|
|
|
714
714
|
// package.json
|
|
715
715
|
var package_default = {
|
|
716
716
|
name: "@raisenow/tamaro-cli",
|
|
717
|
-
version: "1.4.
|
|
717
|
+
version: "1.4.2",
|
|
718
718
|
author: {
|
|
719
719
|
name: "RaiseNow",
|
|
720
720
|
email: "development@raisenow.com"
|
|
721
721
|
},
|
|
722
722
|
type: "module",
|
|
723
723
|
bin: "dist/cli.js",
|
|
724
|
-
packageManager: "pnpm@10.
|
|
724
|
+
packageManager: "pnpm@10.17.1",
|
|
725
725
|
engines: {
|
|
726
726
|
node: ">=22",
|
|
727
|
-
pnpm: ">=
|
|
727
|
+
pnpm: ">=10",
|
|
728
728
|
npm: "please-use-pnpm",
|
|
729
729
|
yarn: "please-use-pnpm"
|
|
730
730
|
},
|
|
@@ -742,21 +742,21 @@ var package_default = {
|
|
|
742
742
|
"test:coverage": "vitest --coverage"
|
|
743
743
|
},
|
|
744
744
|
dependencies: {
|
|
745
|
-
"@babel/cli": "^7.28.
|
|
746
|
-
"@babel/core": "^7.28.
|
|
745
|
+
"@babel/cli": "^7.28.3",
|
|
746
|
+
"@babel/core": "^7.28.4",
|
|
747
747
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
748
748
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
749
|
-
"@babel/plugin-transform-runtime": "^7.28.
|
|
750
|
-
"@babel/preset-env": "^7.28.
|
|
749
|
+
"@babel/plugin-transform-runtime": "^7.28.3",
|
|
750
|
+
"@babel/preset-env": "^7.28.3",
|
|
751
751
|
"@babel/preset-react": "^7.27.1",
|
|
752
752
|
"@babel/preset-typescript": "^7.27.1",
|
|
753
|
-
"@babel/runtime-corejs3": "^7.28.
|
|
753
|
+
"@babel/runtime-corejs3": "^7.28.4",
|
|
754
754
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
|
|
755
755
|
"@statoscope/webpack-plugin": "^5.29.0",
|
|
756
756
|
"@types/columnify": "^1.5.4",
|
|
757
757
|
"@types/handlebars-helpers": "^0.5.6",
|
|
758
758
|
"@types/lodash": "^4.17.20",
|
|
759
|
-
"@types/node": "^22.
|
|
759
|
+
"@types/node": "^22.18.6",
|
|
760
760
|
"@types/node-notifier": "^8.0.5",
|
|
761
761
|
"@types/prompts": "^2.4.9",
|
|
762
762
|
"@types/resolve-bin": "^0.4.3",
|
|
@@ -765,17 +765,17 @@ var package_default = {
|
|
|
765
765
|
"@typescript-eslint/parser": "^7.18.0",
|
|
766
766
|
autoprefixer: "^10.4.21",
|
|
767
767
|
"babel-loader": "^10.0.0",
|
|
768
|
-
"babel-plugin-istanbul": "^7.0.
|
|
768
|
+
"babel-plugin-istanbul": "^7.0.1",
|
|
769
769
|
"babel-plugin-lodash": "^3.3.4",
|
|
770
|
-
chalk: "^5.
|
|
770
|
+
chalk: "^5.6.2",
|
|
771
771
|
"clean-webpack-plugin": "^4.0.0",
|
|
772
772
|
columnify: "^1.6.0",
|
|
773
|
-
commander: "^14.0.
|
|
774
|
-
"copy-webpack-plugin": "^13.0.
|
|
775
|
-
"core-js": "^3.
|
|
773
|
+
commander: "^14.0.1",
|
|
774
|
+
"copy-webpack-plugin": "^13.0.1",
|
|
775
|
+
"core-js": "^3.45.1",
|
|
776
776
|
"css-loader": "^7.1.2",
|
|
777
777
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
778
|
-
dotenv: "^17.2.
|
|
778
|
+
dotenv: "^17.2.2",
|
|
779
779
|
"escape-string-regexp": "^5.0.0",
|
|
780
780
|
eslint: "^8.57.1",
|
|
781
781
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -794,31 +794,32 @@ var package_default = {
|
|
|
794
794
|
handlebars: "^4.7.8",
|
|
795
795
|
"handlebars-helpers": "^0.10.0",
|
|
796
796
|
"html-loader": "^5.1.0",
|
|
797
|
-
"html-webpack-plugin": "^5.6.
|
|
797
|
+
"html-webpack-plugin": "^5.6.4",
|
|
798
798
|
"json-loader": "^0.5.7",
|
|
799
799
|
lodash: "^4.17.21",
|
|
800
|
-
"mini-css-extract-plugin": "^2.9.
|
|
800
|
+
"mini-css-extract-plugin": "^2.9.4",
|
|
801
801
|
"node-notifier": "^10.0.1",
|
|
802
|
-
portfinder: "^1.0.
|
|
802
|
+
portfinder: "^1.0.38",
|
|
803
803
|
postcss: "^8.5.6",
|
|
804
804
|
"postcss-custom-properties": "^14.0.6",
|
|
805
805
|
"postcss-import": "^16.1.1",
|
|
806
|
-
"postcss-loader": "^8.
|
|
806
|
+
"postcss-loader": "^8.2.0",
|
|
807
807
|
"postcss-nested": "^7.0.2",
|
|
808
808
|
prettier: "^3.6.2",
|
|
809
809
|
prompts: "^2.4.2",
|
|
810
810
|
"react-refresh": "^0.17.0",
|
|
811
811
|
"resolve-url-loader": "^5.0.0",
|
|
812
|
-
sass: "^1.
|
|
812
|
+
sass: "^1.93.1",
|
|
813
813
|
"sass-loader": "^16.0.5",
|
|
814
|
-
"strip-indent": "^4.
|
|
814
|
+
"strip-indent": "^4.1.0",
|
|
815
815
|
"style-loader": "^4.0.0",
|
|
816
|
+
"terser-webpack-plugin": "^5.3.14",
|
|
816
817
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
817
818
|
tsup: "^8.5.0",
|
|
818
|
-
typescript: "^5.
|
|
819
|
+
typescript: "^5.9.2",
|
|
819
820
|
"url-loader": "^4.1.1",
|
|
820
821
|
vitest: "^3.2.4",
|
|
821
|
-
webpack: "^5.101.
|
|
822
|
+
webpack: "^5.101.3",
|
|
822
823
|
"webpack-cli": "^6.0.1",
|
|
823
824
|
"webpack-config-utils": "^2.3.1",
|
|
824
825
|
"webpack-dev-server": "^5.2.2",
|
package/dist/webpack.config.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
logTitle,
|
|
11
11
|
resolveApp,
|
|
12
12
|
resolveEslintPluginConfig
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-XSGUCJWC.js";
|
|
14
14
|
|
|
15
15
|
// src/webpack.config.ts
|
|
16
16
|
import { existsSync } from "fs";
|
|
@@ -26,6 +26,7 @@ import ForkTsCheckerWebpackPlugin from "fork-ts-checker-webpack-plugin";
|
|
|
26
26
|
import { globSync } from "glob";
|
|
27
27
|
import HtmlWebpackPlugin2 from "html-webpack-plugin";
|
|
28
28
|
import MiniCssExtractPlugin from "mini-css-extract-plugin";
|
|
29
|
+
import TerserPlugin from "terser-webpack-plugin";
|
|
29
30
|
import { TsconfigPathsPlugin } from "tsconfig-paths-webpack-plugin";
|
|
30
31
|
import webpack from "webpack";
|
|
31
32
|
import { getIfUtils, removeEmpty } from "webpack-config-utils";
|
|
@@ -352,8 +353,19 @@ var getWebpackConfig = (env) => {
|
|
|
352
353
|
removeEmptyChunks: true,
|
|
353
354
|
// moduleIds: 'deterministic', // todo: use instead of HashedModuleIdsPlugin
|
|
354
355
|
// chunkIds: 'named',
|
|
355
|
-
minimizer: [
|
|
356
|
-
|
|
356
|
+
minimizer: [
|
|
357
|
+
// Keep class names as they are used in runtime for logging purposes
|
|
358
|
+
new TerserPlugin({
|
|
359
|
+
terserOptions: {
|
|
360
|
+
keep_classnames: true,
|
|
361
|
+
keep_fnames: true,
|
|
362
|
+
compress: {
|
|
363
|
+
passes: 2
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}),
|
|
367
|
+
new CssMinimizerPlugin()
|
|
368
|
+
]
|
|
357
369
|
},
|
|
358
370
|
plugins: removeEmpty([
|
|
359
371
|
new webpack.ProgressPlugin(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raisenow/tamaro-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "RaiseNow",
|
|
6
6
|
"email": "development@raisenow.com"
|
|
@@ -9,26 +9,26 @@
|
|
|
9
9
|
"bin": "dist/cli.js",
|
|
10
10
|
"engines": {
|
|
11
11
|
"node": ">=22",
|
|
12
|
-
"pnpm": ">=
|
|
12
|
+
"pnpm": ">=10",
|
|
13
13
|
"npm": "please-use-pnpm",
|
|
14
14
|
"yarn": "please-use-pnpm"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@babel/cli": "^7.28.
|
|
18
|
-
"@babel/core": "^7.28.
|
|
17
|
+
"@babel/cli": "^7.28.3",
|
|
18
|
+
"@babel/core": "^7.28.4",
|
|
19
19
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
20
20
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
21
|
-
"@babel/plugin-transform-runtime": "^7.28.
|
|
22
|
-
"@babel/preset-env": "^7.28.
|
|
21
|
+
"@babel/plugin-transform-runtime": "^7.28.3",
|
|
22
|
+
"@babel/preset-env": "^7.28.3",
|
|
23
23
|
"@babel/preset-react": "^7.27.1",
|
|
24
24
|
"@babel/preset-typescript": "^7.27.1",
|
|
25
|
-
"@babel/runtime-corejs3": "^7.28.
|
|
25
|
+
"@babel/runtime-corejs3": "^7.28.4",
|
|
26
26
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
|
|
27
27
|
"@statoscope/webpack-plugin": "^5.29.0",
|
|
28
28
|
"@types/columnify": "^1.5.4",
|
|
29
29
|
"@types/handlebars-helpers": "^0.5.6",
|
|
30
30
|
"@types/lodash": "^4.17.20",
|
|
31
|
-
"@types/node": "^22.
|
|
31
|
+
"@types/node": "^22.18.6",
|
|
32
32
|
"@types/node-notifier": "^8.0.5",
|
|
33
33
|
"@types/prompts": "^2.4.9",
|
|
34
34
|
"@types/resolve-bin": "^0.4.3",
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
"@typescript-eslint/parser": "^7.18.0",
|
|
38
38
|
"autoprefixer": "^10.4.21",
|
|
39
39
|
"babel-loader": "^10.0.0",
|
|
40
|
-
"babel-plugin-istanbul": "^7.0.
|
|
40
|
+
"babel-plugin-istanbul": "^7.0.1",
|
|
41
41
|
"babel-plugin-lodash": "^3.3.4",
|
|
42
|
-
"chalk": "^5.
|
|
42
|
+
"chalk": "^5.6.2",
|
|
43
43
|
"clean-webpack-plugin": "^4.0.0",
|
|
44
44
|
"columnify": "^1.6.0",
|
|
45
|
-
"commander": "^14.0.
|
|
46
|
-
"copy-webpack-plugin": "^13.0.
|
|
47
|
-
"core-js": "^3.
|
|
45
|
+
"commander": "^14.0.1",
|
|
46
|
+
"copy-webpack-plugin": "^13.0.1",
|
|
47
|
+
"core-js": "^3.45.1",
|
|
48
48
|
"css-loader": "^7.1.2",
|
|
49
49
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
50
|
-
"dotenv": "^17.2.
|
|
50
|
+
"dotenv": "^17.2.2",
|
|
51
51
|
"escape-string-regexp": "^5.0.0",
|
|
52
52
|
"eslint": "^8.57.1",
|
|
53
53
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -66,31 +66,32 @@
|
|
|
66
66
|
"handlebars": "^4.7.8",
|
|
67
67
|
"handlebars-helpers": "^0.10.0",
|
|
68
68
|
"html-loader": "^5.1.0",
|
|
69
|
-
"html-webpack-plugin": "^5.6.
|
|
69
|
+
"html-webpack-plugin": "^5.6.4",
|
|
70
70
|
"json-loader": "^0.5.7",
|
|
71
71
|
"lodash": "^4.17.21",
|
|
72
|
-
"mini-css-extract-plugin": "^2.9.
|
|
72
|
+
"mini-css-extract-plugin": "^2.9.4",
|
|
73
73
|
"node-notifier": "^10.0.1",
|
|
74
|
-
"portfinder": "^1.0.
|
|
74
|
+
"portfinder": "^1.0.38",
|
|
75
75
|
"postcss": "^8.5.6",
|
|
76
76
|
"postcss-custom-properties": "^14.0.6",
|
|
77
77
|
"postcss-import": "^16.1.1",
|
|
78
|
-
"postcss-loader": "^8.
|
|
78
|
+
"postcss-loader": "^8.2.0",
|
|
79
79
|
"postcss-nested": "^7.0.2",
|
|
80
80
|
"prettier": "^3.6.2",
|
|
81
81
|
"prompts": "^2.4.2",
|
|
82
82
|
"react-refresh": "^0.17.0",
|
|
83
83
|
"resolve-url-loader": "^5.0.0",
|
|
84
|
-
"sass": "^1.
|
|
84
|
+
"sass": "^1.93.1",
|
|
85
85
|
"sass-loader": "^16.0.5",
|
|
86
|
-
"strip-indent": "^4.
|
|
86
|
+
"strip-indent": "^4.1.0",
|
|
87
87
|
"style-loader": "^4.0.0",
|
|
88
|
+
"terser-webpack-plugin": "^5.3.14",
|
|
88
89
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
89
90
|
"tsup": "^8.5.0",
|
|
90
|
-
"typescript": "^5.
|
|
91
|
+
"typescript": "^5.9.2",
|
|
91
92
|
"url-loader": "^4.1.1",
|
|
92
93
|
"vitest": "^3.2.4",
|
|
93
|
-
"webpack": "^5.101.
|
|
94
|
+
"webpack": "^5.101.3",
|
|
94
95
|
"webpack-cli": "^6.0.1",
|
|
95
96
|
"webpack-config-utils": "^2.3.1",
|
|
96
97
|
"webpack-dev-server": "^5.2.2",
|