@tgebrowser/cli 1.1.0 → 1.1.1
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/build/cli.js +10 -3
- package/package.json +1 -1
package/build/cli.js
CHANGED
|
@@ -30,12 +30,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
var require_package = __commonJS({
|
|
31
31
|
"package.json"(exports2, module2) {
|
|
32
32
|
module2.exports = {
|
|
33
|
-
name: "tgebrowser",
|
|
34
|
-
version: "1.1.
|
|
33
|
+
name: "@tgebrowser/cli",
|
|
34
|
+
version: "1.1.1",
|
|
35
35
|
main: "build/cli.js",
|
|
36
36
|
type: "commonjs",
|
|
37
37
|
bin: {
|
|
38
|
-
tgebrowser: "./build/cli.js"
|
|
38
|
+
tgebrowser: "./build/cli.js",
|
|
39
|
+
"tge-cli": "./build/cli.js"
|
|
39
40
|
},
|
|
40
41
|
scripts: {
|
|
41
42
|
build: "tsup",
|
|
@@ -329,6 +330,12 @@ var CHROME_VERSIONS = [
|
|
|
329
330
|
"139",
|
|
330
331
|
"141",
|
|
331
332
|
"143",
|
|
333
|
+
"145",
|
|
334
|
+
"146",
|
|
335
|
+
"147",
|
|
336
|
+
"148",
|
|
337
|
+
"149",
|
|
338
|
+
"150",
|
|
332
339
|
"ua_auto"
|
|
333
340
|
];
|
|
334
341
|
var TLS_CIPHER_SUITES = {
|