@raisenow/tamaro-cli 1.0.16 → 1.0.17
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/cli.js +19 -19
- package/dist/webpack.config.js +1 -1
- package/package.json +19 -19
- package/readme.html +2 -1
- package/src/webpack.config.ts +1 -1
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
16.
|
|
1
|
+
16.15.0
|
package/dist/cli.js
CHANGED
|
@@ -19,7 +19,7 @@ import { createCommand } from "commander";
|
|
|
19
19
|
|
|
20
20
|
// package.json
|
|
21
21
|
var name = "@raisenow/tamaro-cli";
|
|
22
|
-
var version = "1.0.
|
|
22
|
+
var version = "1.0.17";
|
|
23
23
|
var author = {
|
|
24
24
|
name: "RaiseNow",
|
|
25
25
|
email: "development@raisenow.com"
|
|
@@ -40,24 +40,24 @@ var engines = {
|
|
|
40
40
|
};
|
|
41
41
|
var dependencies = {
|
|
42
42
|
"@babel/cli": "^7.17.10",
|
|
43
|
-
"@babel/core": "^7.17.
|
|
44
|
-
"@babel/plugin-proposal-decorators": "^7.17.
|
|
43
|
+
"@babel/core": "^7.17.12",
|
|
44
|
+
"@babel/plugin-proposal-decorators": "^7.17.12",
|
|
45
45
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
46
|
-
"@babel/plugin-transform-runtime": "^7.17.
|
|
47
|
-
"@babel/preset-env": "^7.17.
|
|
48
|
-
"@babel/preset-react": "^7.
|
|
49
|
-
"@babel/preset-typescript": "^7.
|
|
46
|
+
"@babel/plugin-transform-runtime": "^7.17.12",
|
|
47
|
+
"@babel/preset-env": "^7.17.12",
|
|
48
|
+
"@babel/preset-react": "^7.17.12",
|
|
49
|
+
"@babel/preset-typescript": "^7.17.12",
|
|
50
50
|
"@babel/runtime-corejs3": "^7.17.9",
|
|
51
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
51
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.6",
|
|
52
52
|
"@statoscope/webpack-plugin": "^5.20.1",
|
|
53
53
|
"@types/columnify": "^1.5.1",
|
|
54
54
|
"@types/lodash": "^4.14.182",
|
|
55
|
-
"@types/node": "^17.0.
|
|
55
|
+
"@types/node": "^17.0.34",
|
|
56
56
|
"@types/node-notifier": "^8.0.2",
|
|
57
57
|
"@types/resolve-bin": "^0.4.1",
|
|
58
58
|
"@types/webpack-config-utils": "^2.3.1",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
60
|
-
"@typescript-eslint/parser": "^5.
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
60
|
+
"@typescript-eslint/parser": "^5.25.0",
|
|
61
61
|
autoprefixer: "^10.4.7",
|
|
62
62
|
"babel-loader": "^8.2.5",
|
|
63
63
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -65,14 +65,14 @@ var dependencies = {
|
|
|
65
65
|
"clean-webpack-plugin": "^4.0.0",
|
|
66
66
|
columnify: "^1.6.0",
|
|
67
67
|
commander: "^9.2.0",
|
|
68
|
-
"copy-webpack-plugin": "^
|
|
69
|
-
"core-js": "^3.22.
|
|
68
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
69
|
+
"core-js": "^3.22.5",
|
|
70
70
|
"css-loader": "^6.7.1",
|
|
71
71
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
72
|
-
dotenv: "^16.0.
|
|
72
|
+
dotenv: "^16.0.1",
|
|
73
73
|
"dotenv-expand": "^8.0.3",
|
|
74
74
|
"escape-string-regexp": "^5.0.0",
|
|
75
|
-
eslint: "^8.
|
|
75
|
+
eslint: "^8.15.0",
|
|
76
76
|
"eslint-config-prettier": "^8.5.0",
|
|
77
77
|
"eslint-plugin-node": "^11.1.0",
|
|
78
78
|
"eslint-plugin-promise": "^6.0.0",
|
|
@@ -80,7 +80,7 @@ var dependencies = {
|
|
|
80
80
|
execa: "^6.1.0",
|
|
81
81
|
"file-loader": "^6.2.0",
|
|
82
82
|
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
|
83
|
-
glob: "^8.0.
|
|
83
|
+
glob: "^8.0.3",
|
|
84
84
|
"html-loader": "^3.1.0",
|
|
85
85
|
"html-webpack-plugin": "^5.5.0",
|
|
86
86
|
"json-loader": "^0.5.7",
|
|
@@ -100,13 +100,13 @@ var dependencies = {
|
|
|
100
100
|
"strip-indent": "^4.0.0",
|
|
101
101
|
"style-loader": "^3.3.1",
|
|
102
102
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
103
|
-
tsup: "^5.12.
|
|
103
|
+
tsup: "^5.12.8",
|
|
104
104
|
typescript: "^4.6.4",
|
|
105
105
|
"url-loader": "^4.1.1",
|
|
106
|
-
webpack: "^5.72.
|
|
106
|
+
webpack: "^5.72.1",
|
|
107
107
|
"webpack-cli": "^4.9.2",
|
|
108
108
|
"webpack-config-utils": "^2.3.1",
|
|
109
|
-
"webpack-dev-server": "^4.
|
|
109
|
+
"webpack-dev-server": "^4.9.0",
|
|
110
110
|
"yaml-loader": "^0.8.0"
|
|
111
111
|
};
|
|
112
112
|
var package_default = {
|
package/dist/webpack.config.js
CHANGED
|
@@ -329,7 +329,7 @@ var getWebpackConfig = async (env) => {
|
|
|
329
329
|
}),
|
|
330
330
|
ifMin(new webpack.ids.HashedModuleIdsPlugin()),
|
|
331
331
|
ifMin() && ifCore() ? new CopyPlugin({
|
|
332
|
-
patterns: ["
|
|
332
|
+
patterns: ["*.md", "*.html"]
|
|
333
333
|
}) : void 0,
|
|
334
334
|
ifMin() && ifAnalyze() ? new StatoscopeWebpackPlugin({
|
|
335
335
|
name: ifCore("tamaro-core", "tamaro-customer-config"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raisenow/tamaro-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "RaiseNow",
|
|
6
6
|
"email": "development@raisenow.com"
|
|
@@ -21,24 +21,24 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/cli": "^7.17.10",
|
|
24
|
-
"@babel/core": "^7.17.
|
|
25
|
-
"@babel/plugin-proposal-decorators": "^7.17.
|
|
24
|
+
"@babel/core": "^7.17.12",
|
|
25
|
+
"@babel/plugin-proposal-decorators": "^7.17.12",
|
|
26
26
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
27
|
-
"@babel/plugin-transform-runtime": "^7.17.
|
|
28
|
-
"@babel/preset-env": "^7.17.
|
|
29
|
-
"@babel/preset-react": "^7.
|
|
30
|
-
"@babel/preset-typescript": "^7.
|
|
27
|
+
"@babel/plugin-transform-runtime": "^7.17.12",
|
|
28
|
+
"@babel/preset-env": "^7.17.12",
|
|
29
|
+
"@babel/preset-react": "^7.17.12",
|
|
30
|
+
"@babel/preset-typescript": "^7.17.12",
|
|
31
31
|
"@babel/runtime-corejs3": "^7.17.9",
|
|
32
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
32
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.6",
|
|
33
33
|
"@statoscope/webpack-plugin": "^5.20.1",
|
|
34
34
|
"@types/columnify": "^1.5.1",
|
|
35
35
|
"@types/lodash": "^4.14.182",
|
|
36
|
-
"@types/node": "^17.0.
|
|
36
|
+
"@types/node": "^17.0.34",
|
|
37
37
|
"@types/node-notifier": "^8.0.2",
|
|
38
38
|
"@types/resolve-bin": "^0.4.1",
|
|
39
39
|
"@types/webpack-config-utils": "^2.3.1",
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
41
|
-
"@typescript-eslint/parser": "^5.
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
41
|
+
"@typescript-eslint/parser": "^5.25.0",
|
|
42
42
|
"autoprefixer": "^10.4.7",
|
|
43
43
|
"babel-loader": "^8.2.5",
|
|
44
44
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"clean-webpack-plugin": "^4.0.0",
|
|
47
47
|
"columnify": "^1.6.0",
|
|
48
48
|
"commander": "^9.2.0",
|
|
49
|
-
"copy-webpack-plugin": "^
|
|
50
|
-
"core-js": "^3.22.
|
|
49
|
+
"copy-webpack-plugin": "^11.0.0",
|
|
50
|
+
"core-js": "^3.22.5",
|
|
51
51
|
"css-loader": "^6.7.1",
|
|
52
52
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
53
|
-
"dotenv": "^16.0.
|
|
53
|
+
"dotenv": "^16.0.1",
|
|
54
54
|
"dotenv-expand": "^8.0.3",
|
|
55
55
|
"escape-string-regexp": "^5.0.0",
|
|
56
|
-
"eslint": "^8.
|
|
56
|
+
"eslint": "^8.15.0",
|
|
57
57
|
"eslint-config-prettier": "^8.5.0",
|
|
58
58
|
"eslint-plugin-node": "^11.1.0",
|
|
59
59
|
"eslint-plugin-promise": "^6.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"execa": "^6.1.0",
|
|
62
62
|
"file-loader": "^6.2.0",
|
|
63
63
|
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
|
64
|
-
"glob": "^8.0.
|
|
64
|
+
"glob": "^8.0.3",
|
|
65
65
|
"html-loader": "^3.1.0",
|
|
66
66
|
"html-webpack-plugin": "^5.5.0",
|
|
67
67
|
"json-loader": "^0.5.7",
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"strip-indent": "^4.0.0",
|
|
82
82
|
"style-loader": "^3.3.1",
|
|
83
83
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
84
|
-
"tsup": "^5.12.
|
|
84
|
+
"tsup": "^5.12.8",
|
|
85
85
|
"typescript": "^4.6.4",
|
|
86
86
|
"url-loader": "^4.1.1",
|
|
87
|
-
"webpack": "^5.72.
|
|
87
|
+
"webpack": "^5.72.1",
|
|
88
88
|
"webpack-cli": "^4.9.2",
|
|
89
89
|
"webpack-config-utils": "^2.3.1",
|
|
90
|
-
"webpack-dev-server": "^4.
|
|
90
|
+
"webpack-dev-server": "^4.9.0",
|
|
91
91
|
"yaml-loader": "^0.8.0"
|
|
92
92
|
}
|
|
93
93
|
}
|
package/readme.html
CHANGED
|
@@ -39,9 +39,10 @@
|
|
|
39
39
|
window.$docsify = {
|
|
40
40
|
name: '@raisenow/tamaro-cli',
|
|
41
41
|
// themeColor: '#537397',
|
|
42
|
+
|
|
43
|
+
coverpage: false,
|
|
42
44
|
maxLevel: 2,
|
|
43
45
|
homepage: './README.md',
|
|
44
|
-
coverpage: false,
|
|
45
46
|
}
|
|
46
47
|
</script>
|
|
47
48
|
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
|
package/src/webpack.config.ts
CHANGED