@raisenow/tamaro-cli 1.1.1 → 1.1.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// node_modules/.pnpm/tsup@7.2.0_postcss@8.4.
|
|
1
|
+
// node_modules/.pnpm/tsup@7.2.0_postcss@8.4.30_typescript@5.2.2/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
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-64RBHHXZ.js";
|
|
26
26
|
|
|
27
27
|
// src/cli.ts
|
|
28
28
|
import { createCommand } from "commander";
|
|
@@ -229,7 +229,7 @@ var deploy = async (options) => {
|
|
|
229
229
|
const paths = getPaths(ifCore);
|
|
230
230
|
assertOptionsValid2(options);
|
|
231
231
|
assertDistPathExists(paths.appDist);
|
|
232
|
-
if (!options.ci) {
|
|
232
|
+
if (!options.ci && !options.profile) {
|
|
233
233
|
assertProfilesPresent();
|
|
234
234
|
options.profile = await promptProfile();
|
|
235
235
|
}
|
|
@@ -532,7 +532,7 @@ var prepareFlags4 = async (flags, options) => {
|
|
|
532
532
|
// package.json
|
|
533
533
|
var package_default = {
|
|
534
534
|
name: "@raisenow/tamaro-cli",
|
|
535
|
-
version: "1.1.
|
|
535
|
+
version: "1.1.2",
|
|
536
536
|
author: {
|
|
537
537
|
name: "RaiseNow",
|
|
538
538
|
email: "development@raisenow.com"
|
|
@@ -555,11 +555,11 @@ var package_default = {
|
|
|
555
555
|
},
|
|
556
556
|
dependencies: {
|
|
557
557
|
"@babel/cli": "^7.22.15",
|
|
558
|
-
"@babel/core": "^7.22.
|
|
558
|
+
"@babel/core": "^7.22.20",
|
|
559
559
|
"@babel/plugin-proposal-decorators": "^7.22.15",
|
|
560
560
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
561
561
|
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
562
|
-
"@babel/preset-env": "^7.22.
|
|
562
|
+
"@babel/preset-env": "^7.22.20",
|
|
563
563
|
"@babel/preset-react": "^7.22.15",
|
|
564
564
|
"@babel/preset-typescript": "^7.22.15",
|
|
565
565
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
@@ -567,13 +567,13 @@ var package_default = {
|
|
|
567
567
|
"@statoscope/webpack-plugin": "^5.27.0",
|
|
568
568
|
"@types/columnify": "^1.5.2",
|
|
569
569
|
"@types/lodash": "^4.14.198",
|
|
570
|
-
"@types/node": "^18.17.
|
|
570
|
+
"@types/node": "^18.17.18",
|
|
571
571
|
"@types/node-notifier": "^8.0.2",
|
|
572
572
|
"@types/prompts": "^2.4.4",
|
|
573
573
|
"@types/resolve-bin": "^0.4.1",
|
|
574
574
|
"@types/webpack-config-utils": "^2.3.1",
|
|
575
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
576
|
-
"@typescript-eslint/parser": "^6.7.
|
|
575
|
+
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
576
|
+
"@typescript-eslint/parser": "^6.7.2",
|
|
577
577
|
autoprefixer: "^10.4.15",
|
|
578
578
|
"babel-loader": "^9.1.3",
|
|
579
579
|
"babel-plugin-istanbul": "^6.1.1",
|
|
@@ -610,8 +610,8 @@ var package_default = {
|
|
|
610
610
|
"mini-css-extract-plugin": "^2.7.6",
|
|
611
611
|
"node-notifier": "^10.0.1",
|
|
612
612
|
portfinder: "^1.0.32",
|
|
613
|
-
postcss: "^8.4.
|
|
614
|
-
"postcss-custom-properties": "^13.3.
|
|
613
|
+
postcss: "^8.4.30",
|
|
614
|
+
"postcss-custom-properties": "^13.3.1",
|
|
615
615
|
"postcss-loader": "^7.3.3",
|
|
616
616
|
prettier: "^3.0.3",
|
|
617
617
|
prompts: "^2.4.2",
|
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.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "RaiseNow",
|
|
6
6
|
"email": "development@raisenow.com"
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/cli": "^7.22.15",
|
|
26
|
-
"@babel/core": "^7.22.
|
|
26
|
+
"@babel/core": "^7.22.20",
|
|
27
27
|
"@babel/plugin-proposal-decorators": "^7.22.15",
|
|
28
28
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
29
29
|
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
30
|
-
"@babel/preset-env": "^7.22.
|
|
30
|
+
"@babel/preset-env": "^7.22.20",
|
|
31
31
|
"@babel/preset-react": "^7.22.15",
|
|
32
32
|
"@babel/preset-typescript": "^7.22.15",
|
|
33
33
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"@statoscope/webpack-plugin": "^5.27.0",
|
|
36
36
|
"@types/columnify": "^1.5.2",
|
|
37
37
|
"@types/lodash": "^4.14.198",
|
|
38
|
-
"@types/node": "^18.17.
|
|
38
|
+
"@types/node": "^18.17.18",
|
|
39
39
|
"@types/node-notifier": "^8.0.2",
|
|
40
40
|
"@types/prompts": "^2.4.4",
|
|
41
41
|
"@types/resolve-bin": "^0.4.1",
|
|
42
42
|
"@types/webpack-config-utils": "^2.3.1",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
44
|
-
"@typescript-eslint/parser": "^6.7.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
44
|
+
"@typescript-eslint/parser": "^6.7.2",
|
|
45
45
|
"autoprefixer": "^10.4.15",
|
|
46
46
|
"babel-loader": "^9.1.3",
|
|
47
47
|
"babel-plugin-istanbul": "^6.1.1",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"mini-css-extract-plugin": "^2.7.6",
|
|
79
79
|
"node-notifier": "^10.0.1",
|
|
80
80
|
"portfinder": "^1.0.32",
|
|
81
|
-
"postcss": "^8.4.
|
|
82
|
-
"postcss-custom-properties": "^13.3.
|
|
81
|
+
"postcss": "^8.4.30",
|
|
82
|
+
"postcss-custom-properties": "^13.3.1",
|
|
83
83
|
"postcss-loader": "^7.3.3",
|
|
84
84
|
"prettier": "^3.0.3",
|
|
85
85
|
"prompts": "^2.4.2",
|
package/src/commands/deploy.ts
CHANGED
|
@@ -32,7 +32,7 @@ export const deploy = async (options: DeployOptions): Promise<void> => {
|
|
|
32
32
|
assertOptionsValid(options)
|
|
33
33
|
assertDistPathExists(paths.appDist)
|
|
34
34
|
|
|
35
|
-
if (!options.ci) {
|
|
35
|
+
if (!options.ci && !options.profile) {
|
|
36
36
|
assertProfilesPresent()
|
|
37
37
|
options.profile = await promptProfile()
|
|
38
38
|
}
|