omnius 1.0.203 → 1.0.205
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/dist/index.js +7272 -5750
- package/dist/scripts/web_scrape.py +1 -1
- package/npm-shrinkwrap.json +112 -28
- package/package.json +1 -1
|
@@ -401,7 +401,7 @@ class Tools:
|
|
|
401
401
|
el = WebDriverWait(drv, timeout).until(EC.element_to_be_clickable((By.CSS_SELECTOR, selector)))
|
|
402
402
|
drv.execute_script("arguments[0].scrollIntoView({block:'center'});", el)
|
|
403
403
|
el.clear()
|
|
404
|
-
el.send_keys(text
|
|
404
|
+
el.send_keys(text)
|
|
405
405
|
log_message(f"[input] Sent {text!r} to {selector}", "DEBUG")
|
|
406
406
|
return f"Sent {text!r} to {selector}"
|
|
407
407
|
except Exception as e:
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.205",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.205",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
|
@@ -937,22 +937,28 @@
|
|
|
937
937
|
}
|
|
938
938
|
},
|
|
939
939
|
"node_modules/@libp2p/peer-record": {
|
|
940
|
-
"version": "9.0.
|
|
941
|
-
"resolved": "https://registry.npmjs.org/@libp2p/peer-record/-/peer-record-9.0.
|
|
942
|
-
"integrity": "sha512-
|
|
940
|
+
"version": "9.0.11",
|
|
941
|
+
"resolved": "https://registry.npmjs.org/@libp2p/peer-record/-/peer-record-9.0.11.tgz",
|
|
942
|
+
"integrity": "sha512-8bRt7mOXdFmiGpNNziytrX0rhj9uUBjv8SRZt/tuPvLKn3LUl9M6Z9e2atX0Cai2UENw7T8IR3AE/cVaunjgxA==",
|
|
943
943
|
"license": "Apache-2.0 OR MIT",
|
|
944
944
|
"dependencies": {
|
|
945
|
-
"@libp2p/crypto": "^5.1.
|
|
946
|
-
"@libp2p/interface": "^3.2.
|
|
947
|
-
"@libp2p/peer-id": "^6.0.
|
|
948
|
-
"@multiformats/multiaddr": "^13.0.
|
|
949
|
-
"multiformats": "^
|
|
945
|
+
"@libp2p/crypto": "^5.1.19",
|
|
946
|
+
"@libp2p/interface": "^3.2.3",
|
|
947
|
+
"@libp2p/peer-id": "^6.0.10",
|
|
948
|
+
"@multiformats/multiaddr": "^13.0.3",
|
|
949
|
+
"multiformats": "^14.0.0",
|
|
950
950
|
"protons-runtime": "^6.0.1",
|
|
951
951
|
"uint8-varint": "^2.0.4",
|
|
952
952
|
"uint8arraylist": "^2.4.8",
|
|
953
|
-
"uint8arrays": "^
|
|
953
|
+
"uint8arrays": "^6.1.1"
|
|
954
954
|
}
|
|
955
955
|
},
|
|
956
|
+
"node_modules/@libp2p/peer-record/node_modules/multiformats": {
|
|
957
|
+
"version": "14.0.0",
|
|
958
|
+
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-14.0.0.tgz",
|
|
959
|
+
"integrity": "sha512-iWK1RrAS58p2NDfeZFuSUSv3ZPewTIhsGbh/5NgeGGJwJmRljLxGtjRR3nkn+loG3zl+IrfR/W1590QnrSK+Gg==",
|
|
960
|
+
"license": "Apache-2.0 OR MIT"
|
|
961
|
+
},
|
|
956
962
|
"node_modules/@libp2p/peer-record/node_modules/protons-runtime": {
|
|
957
963
|
"version": "6.0.2",
|
|
958
964
|
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-6.0.2.tgz",
|
|
@@ -964,6 +970,30 @@
|
|
|
964
970
|
"uint8arrays": "^5.1.0"
|
|
965
971
|
}
|
|
966
972
|
},
|
|
973
|
+
"node_modules/@libp2p/peer-record/node_modules/protons-runtime/node_modules/multiformats": {
|
|
974
|
+
"version": "13.4.2",
|
|
975
|
+
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.2.tgz",
|
|
976
|
+
"integrity": "sha512-eh6eHCrRi1+POZ3dA+Dq1C6jhP1GNtr9CRINMb67OKzqW9I5DUuZM/3jLPlzhgpGeiNUlEGEbkCYChXMCc/8DQ==",
|
|
977
|
+
"license": "Apache-2.0 OR MIT"
|
|
978
|
+
},
|
|
979
|
+
"node_modules/@libp2p/peer-record/node_modules/protons-runtime/node_modules/uint8arrays": {
|
|
980
|
+
"version": "5.1.1",
|
|
981
|
+
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-5.1.1.tgz",
|
|
982
|
+
"integrity": "sha512-9muQwa4wZG4dKi9gMAIBtnk2Pw87SRpvWTH6lOGm19V2Uqxr4uomUf2PGqPnWc+qs06sN8owUU4jfcoWOcfwVQ==",
|
|
983
|
+
"license": "Apache-2.0 OR MIT",
|
|
984
|
+
"dependencies": {
|
|
985
|
+
"multiformats": "^13.0.0"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
"node_modules/@libp2p/peer-record/node_modules/uint8arrays": {
|
|
989
|
+
"version": "6.1.1",
|
|
990
|
+
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-6.1.1.tgz",
|
|
991
|
+
"integrity": "sha512-iz7JN0XCSZYA111lhFG2Ui9EhFvTNekqSRHw3lvMHq+dzwWy1OQftxFQREEh4rffU0oSoXdQHsk2TiHKVm4fsA==",
|
|
992
|
+
"license": "Apache-2.0 OR MIT",
|
|
993
|
+
"dependencies": {
|
|
994
|
+
"multiformats": "^14.0.0"
|
|
995
|
+
}
|
|
996
|
+
},
|
|
967
997
|
"node_modules/@libp2p/peer-store": {
|
|
968
998
|
"version": "12.0.13",
|
|
969
999
|
"resolved": "https://registry.npmjs.org/@libp2p/peer-store/-/peer-store-12.0.13.tgz",
|
|
@@ -1019,14 +1049,14 @@
|
|
|
1019
1049
|
}
|
|
1020
1050
|
},
|
|
1021
1051
|
"node_modules/@libp2p/record": {
|
|
1022
|
-
"version": "4.0.
|
|
1023
|
-
"resolved": "https://registry.npmjs.org/@libp2p/record/-/record-4.0.
|
|
1024
|
-
"integrity": "sha512-
|
|
1052
|
+
"version": "4.0.13",
|
|
1053
|
+
"resolved": "https://registry.npmjs.org/@libp2p/record/-/record-4.0.13.tgz",
|
|
1054
|
+
"integrity": "sha512-f3kUWL09E7mNdIDOqClOimEURQFwYP9Zo8Ozpstk4BDCGf+8IJOe9X6s/Fs+eQMXrCo1PiS/kHT0xs65YR2OHg==",
|
|
1025
1055
|
"license": "Apache-2.0 OR MIT",
|
|
1026
1056
|
"dependencies": {
|
|
1027
1057
|
"protons-runtime": "^6.0.1",
|
|
1028
1058
|
"uint8arraylist": "^2.4.8",
|
|
1029
|
-
"uint8arrays": "^
|
|
1059
|
+
"uint8arrays": "^6.1.1"
|
|
1030
1060
|
}
|
|
1031
1061
|
},
|
|
1032
1062
|
"node_modules/@libp2p/record/node_modules/protons-runtime": {
|
|
@@ -1040,6 +1070,30 @@
|
|
|
1040
1070
|
"uint8arrays": "^5.1.0"
|
|
1041
1071
|
}
|
|
1042
1072
|
},
|
|
1073
|
+
"node_modules/@libp2p/record/node_modules/protons-runtime/node_modules/uint8arrays": {
|
|
1074
|
+
"version": "5.1.1",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-5.1.1.tgz",
|
|
1076
|
+
"integrity": "sha512-9muQwa4wZG4dKi9gMAIBtnk2Pw87SRpvWTH6lOGm19V2Uqxr4uomUf2PGqPnWc+qs06sN8owUU4jfcoWOcfwVQ==",
|
|
1077
|
+
"license": "Apache-2.0 OR MIT",
|
|
1078
|
+
"dependencies": {
|
|
1079
|
+
"multiformats": "^13.0.0"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"node_modules/@libp2p/record/node_modules/uint8arrays": {
|
|
1083
|
+
"version": "6.1.1",
|
|
1084
|
+
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-6.1.1.tgz",
|
|
1085
|
+
"integrity": "sha512-iz7JN0XCSZYA111lhFG2Ui9EhFvTNekqSRHw3lvMHq+dzwWy1OQftxFQREEh4rffU0oSoXdQHsk2TiHKVm4fsA==",
|
|
1086
|
+
"license": "Apache-2.0 OR MIT",
|
|
1087
|
+
"dependencies": {
|
|
1088
|
+
"multiformats": "^14.0.0"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"node_modules/@libp2p/record/node_modules/uint8arrays/node_modules/multiformats": {
|
|
1092
|
+
"version": "14.0.0",
|
|
1093
|
+
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-14.0.0.tgz",
|
|
1094
|
+
"integrity": "sha512-iWK1RrAS58p2NDfeZFuSUSv3ZPewTIhsGbh/5NgeGGJwJmRljLxGtjRR3nkn+loG3zl+IrfR/W1590QnrSK+Gg==",
|
|
1095
|
+
"license": "Apache-2.0 OR MIT"
|
|
1096
|
+
},
|
|
1043
1097
|
"node_modules/@libp2p/tcp": {
|
|
1044
1098
|
"version": "11.0.13",
|
|
1045
1099
|
"resolved": "https://registry.npmjs.org/@libp2p/tcp/-/tcp-11.0.13.tgz",
|
|
@@ -1137,21 +1191,21 @@
|
|
|
1137
1191
|
}
|
|
1138
1192
|
},
|
|
1139
1193
|
"node_modules/@libp2p/webrtc": {
|
|
1140
|
-
"version": "6.0.
|
|
1141
|
-
"resolved": "https://registry.npmjs.org/@libp2p/webrtc/-/webrtc-6.0.
|
|
1142
|
-
"integrity": "sha512
|
|
1194
|
+
"version": "6.0.24",
|
|
1195
|
+
"resolved": "https://registry.npmjs.org/@libp2p/webrtc/-/webrtc-6.0.24.tgz",
|
|
1196
|
+
"integrity": "sha512-+YHoA9L12qeJ25v0etFuh7Sq+TNg1LAa2CUoqd+E35pl1WmKCeo8DOHi3NghNXOZNQzvVA2nFhggKwgAFD1Nzw==",
|
|
1143
1197
|
"license": "Apache-2.0 OR MIT",
|
|
1144
1198
|
"dependencies": {
|
|
1145
1199
|
"@chainsafe/is-ip": "^2.1.0",
|
|
1146
1200
|
"@chainsafe/libp2p-noise": "^17.0.0",
|
|
1147
|
-
"@libp2p/crypto": "^5.1.
|
|
1148
|
-
"@libp2p/interface": "^3.2.
|
|
1149
|
-
"@libp2p/interface-internal": "^3.1.
|
|
1150
|
-
"@libp2p/keychain": "^6.1.
|
|
1151
|
-
"@libp2p/peer-id": "^6.0.
|
|
1152
|
-
"@libp2p/utils": "^7.2.
|
|
1153
|
-
"@multiformats/multiaddr": "^13.0.
|
|
1154
|
-
"@multiformats/multiaddr-matcher": "^3.0.
|
|
1201
|
+
"@libp2p/crypto": "^5.1.19",
|
|
1202
|
+
"@libp2p/interface": "^3.2.3",
|
|
1203
|
+
"@libp2p/interface-internal": "^3.1.6",
|
|
1204
|
+
"@libp2p/keychain": "^6.1.2",
|
|
1205
|
+
"@libp2p/peer-id": "^6.0.10",
|
|
1206
|
+
"@libp2p/utils": "^7.2.2",
|
|
1207
|
+
"@multiformats/multiaddr": "^13.0.3",
|
|
1208
|
+
"@multiformats/multiaddr-matcher": "^3.0.2",
|
|
1155
1209
|
"@peculiar/webcrypto": "^1.5.0",
|
|
1156
1210
|
"@peculiar/x509": "^2.0.0",
|
|
1157
1211
|
"get-port": "^7.1.0",
|
|
@@ -1161,7 +1215,7 @@
|
|
|
1161
1215
|
"it-pushable": "^3.2.3",
|
|
1162
1216
|
"it-stream-types": "^2.0.2",
|
|
1163
1217
|
"main-event": "^1.0.1",
|
|
1164
|
-
"multiformats": "^
|
|
1218
|
+
"multiformats": "^14.0.0",
|
|
1165
1219
|
"node-datachannel": "^0.32.3",
|
|
1166
1220
|
"p-defer": "^4.0.1",
|
|
1167
1221
|
"p-event": "^7.0.0",
|
|
@@ -1174,7 +1228,7 @@
|
|
|
1174
1228
|
"reflect-metadata": "^0.2.2",
|
|
1175
1229
|
"uint8-varint": "^2.0.4",
|
|
1176
1230
|
"uint8arraylist": "^2.4.8",
|
|
1177
|
-
"uint8arrays": "^
|
|
1231
|
+
"uint8arrays": "^6.1.1"
|
|
1178
1232
|
}
|
|
1179
1233
|
},
|
|
1180
1234
|
"node_modules/@libp2p/webrtc/node_modules/@peculiar/x509": {
|
|
@@ -1198,6 +1252,12 @@
|
|
|
1198
1252
|
"node": ">=20.0.0"
|
|
1199
1253
|
}
|
|
1200
1254
|
},
|
|
1255
|
+
"node_modules/@libp2p/webrtc/node_modules/multiformats": {
|
|
1256
|
+
"version": "14.0.0",
|
|
1257
|
+
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-14.0.0.tgz",
|
|
1258
|
+
"integrity": "sha512-iWK1RrAS58p2NDfeZFuSUSv3ZPewTIhsGbh/5NgeGGJwJmRljLxGtjRR3nkn+loG3zl+IrfR/W1590QnrSK+Gg==",
|
|
1259
|
+
"license": "Apache-2.0 OR MIT"
|
|
1260
|
+
},
|
|
1201
1261
|
"node_modules/@libp2p/webrtc/node_modules/protons-runtime": {
|
|
1202
1262
|
"version": "6.0.2",
|
|
1203
1263
|
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-6.0.2.tgz",
|
|
@@ -1209,6 +1269,30 @@
|
|
|
1209
1269
|
"uint8arrays": "^5.1.0"
|
|
1210
1270
|
}
|
|
1211
1271
|
},
|
|
1272
|
+
"node_modules/@libp2p/webrtc/node_modules/protons-runtime/node_modules/multiformats": {
|
|
1273
|
+
"version": "13.4.2",
|
|
1274
|
+
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-13.4.2.tgz",
|
|
1275
|
+
"integrity": "sha512-eh6eHCrRi1+POZ3dA+Dq1C6jhP1GNtr9CRINMb67OKzqW9I5DUuZM/3jLPlzhgpGeiNUlEGEbkCYChXMCc/8DQ==",
|
|
1276
|
+
"license": "Apache-2.0 OR MIT"
|
|
1277
|
+
},
|
|
1278
|
+
"node_modules/@libp2p/webrtc/node_modules/protons-runtime/node_modules/uint8arrays": {
|
|
1279
|
+
"version": "5.1.1",
|
|
1280
|
+
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-5.1.1.tgz",
|
|
1281
|
+
"integrity": "sha512-9muQwa4wZG4dKi9gMAIBtnk2Pw87SRpvWTH6lOGm19V2Uqxr4uomUf2PGqPnWc+qs06sN8owUU4jfcoWOcfwVQ==",
|
|
1282
|
+
"license": "Apache-2.0 OR MIT",
|
|
1283
|
+
"dependencies": {
|
|
1284
|
+
"multiformats": "^13.0.0"
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
"node_modules/@libp2p/webrtc/node_modules/uint8arrays": {
|
|
1288
|
+
"version": "6.1.1",
|
|
1289
|
+
"resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-6.1.1.tgz",
|
|
1290
|
+
"integrity": "sha512-iz7JN0XCSZYA111lhFG2Ui9EhFvTNekqSRHw3lvMHq+dzwWy1OQftxFQREEh4rffU0oSoXdQHsk2TiHKVm4fsA==",
|
|
1291
|
+
"license": "Apache-2.0 OR MIT",
|
|
1292
|
+
"dependencies": {
|
|
1293
|
+
"multiformats": "^14.0.0"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1212
1296
|
"node_modules/@libp2p/websockets": {
|
|
1213
1297
|
"version": "10.1.6",
|
|
1214
1298
|
"resolved": "https://registry.npmjs.org/@libp2p/websockets/-/websockets-10.1.6.tgz",
|
package/package.json
CHANGED