c2cwsgiutils 6.2.0.dev58__py3-none-any.whl → 6.2.0.dev62__py3-none-any.whl
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.
- c2cwsgiutils/acceptance/package-lock.json +27 -27
- c2cwsgiutils/acceptance/package.json +1 -1
- {c2cwsgiutils-6.2.0.dev58.dist-info → c2cwsgiutils-6.2.0.dev62.dist-info}/METADATA +1 -1
- {c2cwsgiutils-6.2.0.dev58.dist-info → c2cwsgiutils-6.2.0.dev62.dist-info}/RECORD +7 -7
- {c2cwsgiutils-6.2.0.dev58.dist-info → c2cwsgiutils-6.2.0.dev62.dist-info}/LICENSE +0 -0
- {c2cwsgiutils-6.2.0.dev58.dist-info → c2cwsgiutils-6.2.0.dev62.dist-info}/WHEEL +0 -0
- {c2cwsgiutils-6.2.0.dev58.dist-info → c2cwsgiutils-6.2.0.dev62.dist-info}/entry_points.txt +0 -0
@@ -6,7 +6,7 @@
|
|
6
6
|
"": {
|
7
7
|
"dependencies": {
|
8
8
|
"commander": "13.0.0",
|
9
|
-
"puppeteer": "
|
9
|
+
"puppeteer": "24.1.1"
|
10
10
|
}
|
11
11
|
},
|
12
12
|
"node_modules/@babel/code-frame": {
|
@@ -33,9 +33,9 @@
|
|
33
33
|
}
|
34
34
|
},
|
35
35
|
"node_modules/@puppeteer/browsers": {
|
36
|
-
"version": "2.
|
37
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.
|
38
|
-
"integrity": "sha512-
|
36
|
+
"version": "2.7.0",
|
37
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.7.0.tgz",
|
38
|
+
"integrity": "sha512-bO61XnTuopsz9kvtfqhVbH6LTM1koxK0IlBR+yuVrM2LB7mk8+5o1w18l5zqd5cs8xlf+ntgambqRqGifMDjog==",
|
39
39
|
"license": "Apache-2.0",
|
40
40
|
"dependencies": {
|
41
41
|
"debug": "^4.4.0",
|
@@ -273,13 +273,13 @@
|
|
273
273
|
}
|
274
274
|
},
|
275
275
|
"node_modules/chromium-bidi": {
|
276
|
-
"version": "
|
277
|
-
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-
|
278
|
-
"integrity": "sha512-
|
276
|
+
"version": "1.1.0",
|
277
|
+
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-1.1.0.tgz",
|
278
|
+
"integrity": "sha512-HislCEczCuamWm3+55Lig9XKmMF13K+BGKum9rwtDAzgUAHT4h5jNwhDmD4U20VoVUG8ujnv9UZ89qiIf5uF8w==",
|
279
279
|
"license": "Apache-2.0",
|
280
280
|
"dependencies": {
|
281
281
|
"mitt": "3.0.1",
|
282
|
-
"zod": "3.
|
282
|
+
"zod": "3.24.1"
|
283
283
|
},
|
284
284
|
"peerDependencies": {
|
285
285
|
"devtools-protocol": "*"
|
@@ -393,9 +393,9 @@
|
|
393
393
|
}
|
394
394
|
},
|
395
395
|
"node_modules/devtools-protocol": {
|
396
|
-
"version": "0.0.
|
397
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
398
|
-
"integrity": "sha512-
|
396
|
+
"version": "0.0.1380148",
|
397
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1380148.tgz",
|
398
|
+
"integrity": "sha512-1CJABgqLxbYxVI+uJY/UDUHJtJ0KZTSjNYJYKqd9FRoXT33WDakDHNxRapMEgzeJ/C3rcs01+avshMnPmKQbvA==",
|
399
399
|
"license": "BSD-3-Clause"
|
400
400
|
},
|
401
401
|
"node_modules/emoji-regex": {
|
@@ -849,17 +849,17 @@
|
|
849
849
|
}
|
850
850
|
},
|
851
851
|
"node_modules/puppeteer": {
|
852
|
-
"version": "
|
853
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-
|
854
|
-
"integrity": "sha512-
|
852
|
+
"version": "24.1.1",
|
853
|
+
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.1.1.tgz",
|
854
|
+
"integrity": "sha512-fuhceZ5HZuDXVuaMIRxUuDHfCJLmK0pXh8FlzVQ0/+OApStevxZhU5kAVeYFOEqeCF5OoAyZjcWbdQK27xW/9A==",
|
855
855
|
"hasInstallScript": true,
|
856
856
|
"license": "Apache-2.0",
|
857
857
|
"dependencies": {
|
858
|
-
"@puppeteer/browsers": "2.
|
859
|
-
"chromium-bidi": "
|
858
|
+
"@puppeteer/browsers": "2.7.0",
|
859
|
+
"chromium-bidi": "1.1.0",
|
860
860
|
"cosmiconfig": "^9.0.0",
|
861
|
-
"devtools-protocol": "0.0.
|
862
|
-
"puppeteer-core": "
|
861
|
+
"devtools-protocol": "0.0.1380148",
|
862
|
+
"puppeteer-core": "24.1.1",
|
863
863
|
"typed-query-selector": "^2.12.0"
|
864
864
|
},
|
865
865
|
"bin": {
|
@@ -870,15 +870,15 @@
|
|
870
870
|
}
|
871
871
|
},
|
872
872
|
"node_modules/puppeteer-core": {
|
873
|
-
"version": "
|
874
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-
|
875
|
-
"integrity": "sha512-
|
873
|
+
"version": "24.1.1",
|
874
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.1.1.tgz",
|
875
|
+
"integrity": "sha512-7FF3gq6bpIsbq3I8mfbodXh3DCzXagoz3l2eGv1cXooYU4g0P4mcHQVHuBD4iSZPXNg8WjzlP5kmRwK9UvwF0A==",
|
876
876
|
"license": "Apache-2.0",
|
877
877
|
"dependencies": {
|
878
|
-
"@puppeteer/browsers": "2.
|
879
|
-
"chromium-bidi": "
|
878
|
+
"@puppeteer/browsers": "2.7.0",
|
879
|
+
"chromium-bidi": "1.1.0",
|
880
880
|
"debug": "^4.4.0",
|
881
|
-
"devtools-protocol": "0.0.
|
881
|
+
"devtools-protocol": "0.0.1380148",
|
882
882
|
"typed-query-selector": "^2.12.0",
|
883
883
|
"ws": "^8.18.0"
|
884
884
|
},
|
@@ -1169,9 +1169,9 @@
|
|
1169
1169
|
}
|
1170
1170
|
},
|
1171
1171
|
"node_modules/zod": {
|
1172
|
-
"version": "3.
|
1173
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.
|
1174
|
-
"integrity": "sha512-
|
1172
|
+
"version": "3.24.1",
|
1173
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz",
|
1174
|
+
"integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==",
|
1175
1175
|
"license": "MIT",
|
1176
1176
|
"funding": {
|
1177
1177
|
"url": "https://github.com/sponsors/colinhacks"
|
@@ -2,8 +2,8 @@ c2cwsgiutils/__init__.py,sha256=HVSc-4O8i2aB0ozEI4AI8Xsb-4S6fAwhl8uRhv-DsFg,4057
|
|
2
2
|
c2cwsgiutils/acceptance/__init__.py,sha256=5PeqPHxAPMRbZpKk1XlC9RCyotegSsKVfPxADYAgG7w,1502
|
3
3
|
c2cwsgiutils/acceptance/connection.py,sha256=A83v335e4s-_cePe-bqRcEHHTOdgguetzdAtVp19-Zk,9834
|
4
4
|
c2cwsgiutils/acceptance/image.py,sha256=zKouNqU424rkWW43-NwIEVeXIXaqZxSwe04NSE-3174,9290
|
5
|
-
c2cwsgiutils/acceptance/package-lock.json,sha256=
|
6
|
-
c2cwsgiutils/acceptance/package.json,sha256=
|
5
|
+
c2cwsgiutils/acceptance/package-lock.json,sha256=2ywR2O4-mPrnxxQQ4pGOUKDzoF7_cxCVMRvhBoKmp2g,42615
|
6
|
+
c2cwsgiutils/acceptance/package.json,sha256=INFtVpjnnrCwLfeJtYWsmWwTd5DVlzfy6vh8RzxtQmc,101
|
7
7
|
c2cwsgiutils/acceptance/print.py,sha256=DOPDHUP9wfM75qiPYhFI1P3awQKIBH-edO_TmhCjT8k,2568
|
8
8
|
c2cwsgiutils/acceptance/screenshot.js,sha256=FAJYIWOLJFMm0MNggKzo3mIybtN-VtKLdMzPhQ9pO1g,2041
|
9
9
|
c2cwsgiutils/acceptance/utils.py,sha256=beq_pGJCMBRMmzLERw7z79vc9KtX5gY-g37WiUHa4q8,1901
|
@@ -60,8 +60,8 @@ c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=A61t6VKIrRRIjbyZTldmAUl_Q3ZDVFYqyxj
|
|
60
60
|
c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=GnJRlLSAPl4PwQH5jfmc2OX5Hz9MSRRVJT2VcqkniVE,3518
|
61
61
|
c2cwsgiutils/templates/index.html.mako,sha256=cK8qGBDeQG5SiJJCfvL0oKpgacr7dPKx634AAQivmjA,1416
|
62
62
|
c2cwsgiutils/version.py,sha256=7H3URblj26Ql0bL3eXtP0LSRBeW4HbEsQ8O_BfWNr90,3124
|
63
|
-
c2cwsgiutils-6.2.0.
|
64
|
-
c2cwsgiutils-6.2.0.
|
65
|
-
c2cwsgiutils-6.2.0.
|
66
|
-
c2cwsgiutils-6.2.0.
|
67
|
-
c2cwsgiutils-6.2.0.
|
63
|
+
c2cwsgiutils-6.2.0.dev62.dist-info/LICENSE,sha256=6bEOU0n7ued3SA-DQCsHQaACONMMRzGHmH5XhDVeD-U,1304
|
64
|
+
c2cwsgiutils-6.2.0.dev62.dist-info/METADATA,sha256=WOwzt0bXPAGJHbMMMVMFHl3zAUW4QkzkH0QgLTX0L_E,36359
|
65
|
+
c2cwsgiutils-6.2.0.dev62.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
66
|
+
c2cwsgiutils-6.2.0.dev62.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
|
67
|
+
c2cwsgiutils-6.2.0.dev62.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|