@kitalive/sfdx-plugin 1.0.0-rc.1 → 1.0.0-rc.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.
@@ -24,6 +24,19 @@
24
24
  "multiple": false,
25
25
  "type": "option"
26
26
  },
27
+ "browser": {
28
+ "char": "b",
29
+ "name": "browser",
30
+ "summary": "browser to use",
31
+ "hasDynamicHelp": false,
32
+ "multiple": false,
33
+ "options": [
34
+ "chrome",
35
+ "firefox",
36
+ "edge"
37
+ ],
38
+ "type": "option"
39
+ },
27
40
  "port": {
28
41
  "char": "p",
29
42
  "name": "port",
@@ -100,6 +113,19 @@
100
113
  "multiple": false,
101
114
  "type": "option"
102
115
  },
116
+ "browser": {
117
+ "char": "b",
118
+ "name": "browser",
119
+ "summary": "browser to use",
120
+ "hasDynamicHelp": false,
121
+ "multiple": false,
122
+ "options": [
123
+ "chrome",
124
+ "firefox",
125
+ "edge"
126
+ ],
127
+ "type": "option"
128
+ },
103
129
  "port": {
104
130
  "char": "p",
105
131
  "name": "port",
@@ -295,6 +321,7 @@
295
321
  "char": "w",
296
322
  "name": "wait",
297
323
  "summary": "The number of minutes to wait for the command to complete before displaying the results",
324
+ "default": 0,
298
325
  "hasDynamicHelp": false,
299
326
  "multiple": false,
300
327
  "type": "option"
@@ -1721,5 +1748,5 @@
1721
1748
  ]
1722
1749
  }
1723
1750
  },
1724
- "version": "1.0.0-rc.1"
1751
+ "version": "1.0.0-rc.2"
1725
1752
  }
package/package.json CHANGED
@@ -1,37 +1,37 @@
1
1
  {
2
2
  "name": "@kitalive/sfdx-plugin",
3
3
  "description": "Kitalive SFDX plugin",
4
- "version": "1.0.0-rc.1",
4
+ "version": "1.0.0-rc.2",
5
5
  "author": "Akihiro Ono",
6
6
  "bugs": "https://github.com/Kitalive-Inc/sfdx-plugin/issues",
7
7
  "dependencies": {
8
8
  "@jetstreamapp/soql-parser-js": "^6.1.0",
9
9
  "@oclif/core": "^4",
10
- "@salesforce/core": "^7",
10
+ "@salesforce/core": "^8",
11
11
  "@salesforce/kit": "^3",
12
- "@salesforce/sf-plugins-core": "^10",
13
- "dayjs": "^1.11.9",
14
- "express": "^4.18.2",
12
+ "@salesforce/sf-plugins-core": "^12",
13
+ "dayjs": "^1.11.13",
14
+ "express": "^4.21.2",
15
15
  "express-async-errors": "^3.1.1",
16
- "fast-csv": "^4.3.6",
17
- "fs-extra": "^11.1.1",
16
+ "fast-csv": "^5.0.2",
17
+ "fs-extra": "^11.3.0",
18
18
  "iconv-lite": "^0.6.3",
19
- "open": "^8",
19
+ "open": "^10",
20
20
  "tslib": "^2",
21
21
  "yargs": "^17.7.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.1.9",
25
- "@salesforce/cli-plugins-testkit": "^5.3.10",
24
+ "@oclif/plugin-command-snapshot": "^5.2.35",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.39",
26
26
  "@salesforce/dev-scripts": "^10",
27
- "@types/express": "^4.17.21",
27
+ "@types/express": "^5.0.0",
28
28
  "@types/fs-extra": "^11.0.4",
29
- "@types/yargs": "^17.0.24",
30
- "eslint-plugin-sf-plugin": "^1.18.6",
31
- "esmock": "^2.6.7",
32
- "oclif": "^4.14.0",
29
+ "@types/yargs": "^17.0.33",
30
+ "eslint-plugin-sf-plugin": "^1.20.14",
31
+ "esmock": "^2.7.0",
32
+ "oclif": "^4.17.30",
33
33
  "ts-node": "^10.9.2",
34
- "typescript": "^5.4.5"
34
+ "typescript": "^5.7.3"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=18.0.0"