@raisenow/tamaro-cli 1.5.0 → 1.6.0-beta.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/.nvmrc +1 -1
- package/README.md +92 -0
- package/bitbucket-pipelines.yml +1 -1
- package/dist/{chunk-HGPQTHLY.js → chunk-MCUAYEGK.js} +13 -2
- package/dist/cli.js +624 -179
- package/dist/webpack.config.js +1 -1
- package/package.json +40 -39
- package/pnpm-workspace.yaml +4 -0
package/dist/webpack.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raisenow/tamaro-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0-beta.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "RaiseNow",
|
|
6
6
|
"email": "development@raisenow.com"
|
|
@@ -8,68 +8,68 @@
|
|
|
8
8
|
"type": "module",
|
|
9
9
|
"bin": "dist/cli.js",
|
|
10
10
|
"engines": {
|
|
11
|
-
"node": ">=22",
|
|
12
|
-
"pnpm": ">=10",
|
|
11
|
+
"node": ">=22.22.0",
|
|
12
|
+
"pnpm": ">=10.28.2",
|
|
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.
|
|
19
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
17
|
+
"@babel/cli": "^7.28.6",
|
|
18
|
+
"@babel/core": "^7.29.0",
|
|
19
|
+
"@babel/plugin-proposal-decorators": "^7.29.0",
|
|
20
20
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
21
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
22
|
-
"@babel/preset-env": "^7.
|
|
23
|
-
"@babel/preset-react": "^7.
|
|
24
|
-
"@babel/preset-typescript": "^7.
|
|
25
|
-
"@babel/runtime-corejs3": "^7.
|
|
26
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.
|
|
21
|
+
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
22
|
+
"@babel/preset-env": "^7.29.0",
|
|
23
|
+
"@babel/preset-react": "^7.28.5",
|
|
24
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
25
|
+
"@babel/runtime-corejs3": "^7.29.0",
|
|
26
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
|
|
27
27
|
"@statoscope/webpack-plugin": "^5.29.0",
|
|
28
28
|
"@types/columnify": "^1.5.4",
|
|
29
29
|
"@types/handlebars-helpers": "^0.5.6",
|
|
30
|
-
"@types/lodash": "^4.17.
|
|
31
|
-
"@types/node": "^22.
|
|
30
|
+
"@types/lodash": "^4.17.23",
|
|
31
|
+
"@types/node": "^22.19.8",
|
|
32
32
|
"@types/node-notifier": "^8.0.5",
|
|
33
33
|
"@types/prompts": "^2.4.9",
|
|
34
34
|
"@types/resolve-bin": "^0.4.3",
|
|
35
35
|
"@types/webpack-config-utils": "^2.3.4",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
37
37
|
"@typescript-eslint/parser": "^7.18.0",
|
|
38
|
-
"autoprefixer": "^10.4.
|
|
38
|
+
"autoprefixer": "^10.4.24",
|
|
39
39
|
"babel-loader": "^10.0.0",
|
|
40
40
|
"babel-plugin-istanbul": "^7.0.1",
|
|
41
41
|
"babel-plugin-lodash": "^3.3.4",
|
|
42
42
|
"chalk": "^5.6.2",
|
|
43
43
|
"clean-webpack-plugin": "^4.0.0",
|
|
44
44
|
"columnify": "^1.6.0",
|
|
45
|
-
"commander": "^14.0.
|
|
45
|
+
"commander": "^14.0.3",
|
|
46
46
|
"copy-webpack-plugin": "^13.0.1",
|
|
47
|
-
"core-js": "^3.
|
|
48
|
-
"css-loader": "^7.1.
|
|
49
|
-
"css-minimizer-webpack-plugin": "^7.0.
|
|
50
|
-
"dotenv": "^17.2.
|
|
47
|
+
"core-js": "^3.48.0",
|
|
48
|
+
"css-loader": "^7.1.3",
|
|
49
|
+
"css-minimizer-webpack-plugin": "^7.0.4",
|
|
50
|
+
"dotenv": "^17.2.3",
|
|
51
51
|
"escape-string-regexp": "^5.0.0",
|
|
52
52
|
"eslint": "^8.57.1",
|
|
53
53
|
"eslint-config-prettier": "^10.1.8",
|
|
54
|
-
"eslint-import-resolver-typescript": "^3.
|
|
54
|
+
"eslint-import-resolver-typescript": "^3.10.1",
|
|
55
55
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
56
56
|
"eslint-plugin-import": "^2.32.0",
|
|
57
57
|
"eslint-plugin-markdownlint": "^0.9.0",
|
|
58
58
|
"eslint-plugin-promise": "^7.2.1",
|
|
59
59
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
60
|
-
"eslint-plugin-yml": "^1.
|
|
60
|
+
"eslint-plugin-yml": "^1.19.1",
|
|
61
61
|
"eslint-webpack-plugin": "^5.0.2",
|
|
62
|
-
"execa": "^9.6.
|
|
62
|
+
"execa": "^9.6.1",
|
|
63
63
|
"file-loader": "^6.2.0",
|
|
64
64
|
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
|
65
|
-
"glob": "^
|
|
65
|
+
"glob": "^13.0.1",
|
|
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.6",
|
|
70
70
|
"json-loader": "^0.5.7",
|
|
71
|
-
"lodash": "^4.17.
|
|
72
|
-
"mini-css-extract-plugin": "^2.
|
|
71
|
+
"lodash": "^4.17.23",
|
|
72
|
+
"mini-css-extract-plugin": "^2.10.0",
|
|
73
73
|
"node-notifier": "^10.0.1",
|
|
74
74
|
"portfinder": "^1.0.38",
|
|
75
75
|
"postcss": "^8.5.6",
|
|
@@ -77,30 +77,31 @@
|
|
|
77
77
|
"postcss-import": "^16.1.1",
|
|
78
78
|
"postcss-loader": "^8.2.0",
|
|
79
79
|
"postcss-nested": "^7.0.2",
|
|
80
|
-
"prettier": "^3.
|
|
80
|
+
"prettier": "^3.8.1",
|
|
81
81
|
"prompts": "^2.4.2",
|
|
82
|
-
"react-refresh": "^0.
|
|
82
|
+
"react-refresh": "^0.18.0",
|
|
83
83
|
"resolve-url-loader": "^5.0.0",
|
|
84
|
-
"sass": "^1.
|
|
85
|
-
"sass-loader": "^16.0.
|
|
86
|
-
"strip-indent": "^4.1.
|
|
84
|
+
"sass": "^1.97.3",
|
|
85
|
+
"sass-loader": "^16.0.6",
|
|
86
|
+
"strip-indent": "^4.1.1",
|
|
87
87
|
"style-loader": "^4.0.0",
|
|
88
|
-
"terser-webpack-plugin": "^5.3.
|
|
88
|
+
"terser-webpack-plugin": "^5.3.16",
|
|
89
89
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
90
|
-
"tsup": "^8.5.
|
|
91
|
-
"typescript": "^5.9.
|
|
90
|
+
"tsup": "^8.5.1",
|
|
91
|
+
"typescript": "^5.9.3",
|
|
92
92
|
"url-loader": "^4.1.1",
|
|
93
|
-
"vitest": "^
|
|
94
|
-
"webpack": "^5.
|
|
93
|
+
"vitest": "^4.0.18",
|
|
94
|
+
"webpack": "^5.105.0",
|
|
95
95
|
"webpack-cli": "^6.0.1",
|
|
96
96
|
"webpack-config-utils": "^2.3.1",
|
|
97
|
-
"webpack-dev-server": "^5.2.
|
|
98
|
-
"yaml-loader": "^0.
|
|
97
|
+
"webpack-dev-server": "^5.2.3",
|
|
98
|
+
"yaml-loader": "^0.9.0"
|
|
99
99
|
},
|
|
100
100
|
"scripts": {
|
|
101
101
|
"typecheck": "tsc --noEmit",
|
|
102
102
|
"build": "tsup src/cli.ts src/webpack.config.ts --clean --shims --format esm",
|
|
103
103
|
"build:watch": "pnpm build --watch --ignore-watch .history --ignore-watch .idea",
|
|
104
|
+
"dev": "pnpm build:watch",
|
|
104
105
|
"readme": "pnpx http-server . --cors -o /readme.html",
|
|
105
106
|
"lint": "DEBUG=eslint:cli-engine eslint .",
|
|
106
107
|
"lint:fix": "DEBUG=eslint:cli-engine eslint --fix .",
|