@raisenow/tamaro-cli 1.0.11 → 1.0.12

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 CHANGED
@@ -1 +1 @@
1
- 16.14.0
1
+ 16.14.2
package/.prettierrc.cjs CHANGED
@@ -15,4 +15,5 @@ module.exports = {
15
15
  htmlWhitespaceSensitivity: 'strict',
16
16
  endOfLine: 'lf',
17
17
  embeddedLanguageFormatting: 'auto',
18
+ singleAttributePerLine: false,
18
19
  }
package/dist/cli.js CHANGED
@@ -16,7 +16,7 @@ import { createCommand } from "commander";
16
16
 
17
17
  // package.json
18
18
  var name = "@raisenow/tamaro-cli";
19
- var version = "1.0.11";
19
+ var version = "1.0.12";
20
20
  var author = {
21
21
  name: "RaiseNow",
22
22
  email: "development@raisenow.com"
@@ -36,42 +36,42 @@ var engines = {
36
36
  npm: ">=8"
37
37
  };
38
38
  var dependencies = {
39
- "@babel/cli": "^7.17.3",
40
- "@babel/core": "^7.17.5",
41
- "@babel/plugin-proposal-decorators": "^7.17.2",
39
+ "@babel/cli": "^7.17.6",
40
+ "@babel/core": "^7.17.8",
41
+ "@babel/plugin-proposal-decorators": "^7.17.8",
42
42
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
43
43
  "@babel/plugin-transform-runtime": "^7.17.0",
44
44
  "@babel/preset-env": "^7.16.11",
45
45
  "@babel/preset-react": "^7.16.7",
46
46
  "@babel/preset-typescript": "^7.16.7",
47
- "@babel/runtime-corejs3": "^7.17.2",
47
+ "@babel/runtime-corejs3": "^7.17.8",
48
48
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
49
49
  "@statoscope/webpack-plugin": "^5.20.1",
50
50
  "@svgr/webpack": "^6.2.1",
51
51
  "@types/columnify": "^1.5.1",
52
- "@types/lodash": "^4.14.178",
52
+ "@types/lodash": "^4.14.180",
53
53
  "@types/node": "^17.0.21",
54
54
  "@types/node-notifier": "^8.0.2",
55
55
  "@types/resolve-bin": "^0.4.1",
56
56
  "@types/webpack-config-utils": "^2.3.1",
57
- "@typescript-eslint/eslint-plugin": "^5.12.0",
58
- "@typescript-eslint/parser": "^5.12.0",
59
- autoprefixer: "^10.4.2",
57
+ "@typescript-eslint/eslint-plugin": "^5.15.0",
58
+ "@typescript-eslint/parser": "^5.15.0",
59
+ autoprefixer: "^10.4.4",
60
60
  "babel-loader": "^8.2.3",
61
61
  "babel-plugin-lodash": "^3.3.4",
62
- chalk: "^5.0.0",
62
+ chalk: "^5.0.1",
63
63
  "clean-webpack-plugin": "^4.0.0",
64
64
  columnify: "^1.6.0",
65
- commander: "^9.0.0",
65
+ commander: "^9.1.0",
66
66
  "copy-webpack-plugin": "^10.2.4",
67
67
  "core-js": "^3.21.1",
68
- "css-loader": "^6.6.0",
68
+ "css-loader": "^6.7.1",
69
69
  "css-minimizer-webpack-plugin": "^3.4.1",
70
70
  dotenv: "^16.0.0",
71
- "dotenv-expand": "^8.0.1",
71
+ "dotenv-expand": "^8.0.3",
72
72
  "escape-string-regexp": "^5.0.0",
73
- eslint: "^8.9.0",
74
- "eslint-config-prettier": "^8.4.0",
73
+ eslint: "^8.11.0",
74
+ "eslint-config-prettier": "^8.5.0",
75
75
  "eslint-plugin-node": "^11.1.0",
76
76
  "eslint-plugin-promise": "^6.0.0",
77
77
  "eslint-webpack-plugin": "^3.1.1",
@@ -83,25 +83,25 @@ var dependencies = {
83
83
  "html-webpack-plugin": "^5.5.0",
84
84
  "json-loader": "^0.5.7",
85
85
  lodash: "^4.17.21",
86
- "mini-css-extract-plugin": "^2.5.3",
86
+ "mini-css-extract-plugin": "^2.6.0",
87
87
  "node-notifier": "^10.0.1",
88
88
  portfinder: "^1.0.28",
89
- postcss: "^8.4.6",
90
- "postcss-custom-properties": "^12.1.4",
89
+ postcss: "^8.4.12",
90
+ "postcss-custom-properties": "^12.1.5",
91
91
  "postcss-loader": "^6.2.1",
92
- prettier: "^2.5.1",
92
+ prettier: "^2.6.0",
93
93
  "react-refresh": "^0.11.0",
94
94
  "resolve-url-loader": "^5.0.0",
95
- sass: "^1.49.8",
95
+ sass: "^1.49.9",
96
96
  "sass-loader": "^12.6.0",
97
97
  "source-map-loader": "^3.0.1",
98
98
  "strip-indent": "^4.0.0",
99
99
  "style-loader": "^3.3.1",
100
100
  "tsconfig-paths-webpack-plugin": "^3.5.2",
101
- tsup: "^5.11.13",
102
- typescript: "^4.5.5",
101
+ tsup: "^5.12.1",
102
+ typescript: "^4.6.2",
103
103
  "url-loader": "^4.1.1",
104
- webpack: "^5.69.1",
104
+ webpack: "^5.70.0",
105
105
  "webpack-cli": "^4.9.2",
106
106
  "webpack-config-utils": "^2.3.1",
107
107
  "webpack-dev-server": "^4.7.4",
@@ -330,8 +330,8 @@ var deploy = async (options) => {
330
330
  const entryFilename = ifCore("index.js", "widget.js");
331
331
  const cmdSyncAll = `
332
332
  aws s3 sync ${paths.appDist} ${deployUrl}
333
+ --quiet
333
334
  --acl public-read
334
- --size-only
335
335
  --exclude ${paths.appDist}/${entryFilename}
336
336
  --cache-control max-age=31536000
337
337
  ${flags}
@@ -345,6 +345,7 @@ var deploy = async (options) => {
345
345
  }
346
346
  const cmdCpEntry = `
347
347
  aws s3 cp ${paths.appDist}/${entryFilename} ${deployUrl}/${entryFilename}
348
+ --quiet
348
349
  --acl public-read
349
350
  --cache-control max-age=64800
350
351
  ${flags}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raisenow/tamaro-cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "author": {
5
5
  "name": "RaiseNow",
6
6
  "email": "development@raisenow.com"
@@ -20,42 +20,42 @@
20
20
  "npm": ">=8"
21
21
  },
22
22
  "dependencies": {
23
- "@babel/cli": "^7.17.3",
24
- "@babel/core": "^7.17.5",
25
- "@babel/plugin-proposal-decorators": "^7.17.2",
23
+ "@babel/cli": "^7.17.6",
24
+ "@babel/core": "^7.17.8",
25
+ "@babel/plugin-proposal-decorators": "^7.17.8",
26
26
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
27
27
  "@babel/plugin-transform-runtime": "^7.17.0",
28
28
  "@babel/preset-env": "^7.16.11",
29
29
  "@babel/preset-react": "^7.16.7",
30
30
  "@babel/preset-typescript": "^7.16.7",
31
- "@babel/runtime-corejs3": "^7.17.2",
31
+ "@babel/runtime-corejs3": "^7.17.8",
32
32
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
33
33
  "@statoscope/webpack-plugin": "^5.20.1",
34
34
  "@svgr/webpack": "^6.2.1",
35
35
  "@types/columnify": "^1.5.1",
36
- "@types/lodash": "^4.14.178",
36
+ "@types/lodash": "^4.14.180",
37
37
  "@types/node": "^17.0.21",
38
38
  "@types/node-notifier": "^8.0.2",
39
39
  "@types/resolve-bin": "^0.4.1",
40
40
  "@types/webpack-config-utils": "^2.3.1",
41
- "@typescript-eslint/eslint-plugin": "^5.12.0",
42
- "@typescript-eslint/parser": "^5.12.0",
43
- "autoprefixer": "^10.4.2",
41
+ "@typescript-eslint/eslint-plugin": "^5.15.0",
42
+ "@typescript-eslint/parser": "^5.15.0",
43
+ "autoprefixer": "^10.4.4",
44
44
  "babel-loader": "^8.2.3",
45
45
  "babel-plugin-lodash": "^3.3.4",
46
- "chalk": "^5.0.0",
46
+ "chalk": "^5.0.1",
47
47
  "clean-webpack-plugin": "^4.0.0",
48
48
  "columnify": "^1.6.0",
49
- "commander": "^9.0.0",
49
+ "commander": "^9.1.0",
50
50
  "copy-webpack-plugin": "^10.2.4",
51
51
  "core-js": "^3.21.1",
52
- "css-loader": "^6.6.0",
52
+ "css-loader": "^6.7.1",
53
53
  "css-minimizer-webpack-plugin": "^3.4.1",
54
54
  "dotenv": "^16.0.0",
55
- "dotenv-expand": "^8.0.1",
55
+ "dotenv-expand": "^8.0.3",
56
56
  "escape-string-regexp": "^5.0.0",
57
- "eslint": "^8.9.0",
58
- "eslint-config-prettier": "^8.4.0",
57
+ "eslint": "^8.11.0",
58
+ "eslint-config-prettier": "^8.5.0",
59
59
  "eslint-plugin-node": "^11.1.0",
60
60
  "eslint-plugin-promise": "^6.0.0",
61
61
  "eslint-webpack-plugin": "^3.1.1",
@@ -67,25 +67,25 @@
67
67
  "html-webpack-plugin": "^5.5.0",
68
68
  "json-loader": "^0.5.7",
69
69
  "lodash": "^4.17.21",
70
- "mini-css-extract-plugin": "^2.5.3",
70
+ "mini-css-extract-plugin": "^2.6.0",
71
71
  "node-notifier": "^10.0.1",
72
72
  "portfinder": "^1.0.28",
73
- "postcss": "^8.4.6",
74
- "postcss-custom-properties": "^12.1.4",
73
+ "postcss": "^8.4.12",
74
+ "postcss-custom-properties": "^12.1.5",
75
75
  "postcss-loader": "^6.2.1",
76
- "prettier": "^2.5.1",
76
+ "prettier": "^2.6.0",
77
77
  "react-refresh": "^0.11.0",
78
78
  "resolve-url-loader": "^5.0.0",
79
- "sass": "^1.49.8",
79
+ "sass": "^1.49.9",
80
80
  "sass-loader": "^12.6.0",
81
81
  "source-map-loader": "^3.0.1",
82
82
  "strip-indent": "^4.0.0",
83
83
  "style-loader": "^3.3.1",
84
84
  "tsconfig-paths-webpack-plugin": "^3.5.2",
85
- "tsup": "^5.11.13",
86
- "typescript": "^4.5.5",
85
+ "tsup": "^5.12.1",
86
+ "typescript": "^4.6.2",
87
87
  "url-loader": "^4.1.1",
88
- "webpack": "^5.69.1",
88
+ "webpack": "^5.70.0",
89
89
  "webpack-cli": "^4.9.2",
90
90
  "webpack-config-utils": "^2.3.1",
91
91
  "webpack-dev-server": "^4.7.4",
@@ -42,8 +42,8 @@ export const deploy = async (options: DeployOptions): Promise<void> => {
42
42
 
43
43
  const cmdSyncAll = `
44
44
  aws s3 sync ${paths.appDist} ${deployUrl}
45
+ --quiet
45
46
  --acl public-read
46
- --size-only
47
47
  --exclude ${paths.appDist}/${entryFilename}
48
48
  --cache-control max-age=31536000
49
49
  ${flags}
@@ -66,6 +66,7 @@ export const deploy = async (options: DeployOptions): Promise<void> => {
66
66
 
67
67
  const cmdCpEntry = `
68
68
  aws s3 cp ${paths.appDist}/${entryFilename} ${deployUrl}/${entryFilename}
69
+ --quiet
69
70
  --acl public-read
70
71
  --cache-control max-age=64800
71
72
  ${flags}