c2cwsgiutils 6.2.0.dev89__py3-none-any.whl → 6.2.0.dev91__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 +21 -21
- c2cwsgiutils/acceptance/package.json +1 -1
- {c2cwsgiutils-6.2.0.dev89.dist-info → c2cwsgiutils-6.2.0.dev91.dist-info}/METADATA +1 -1
- {c2cwsgiutils-6.2.0.dev89.dist-info → c2cwsgiutils-6.2.0.dev91.dist-info}/RECORD +7 -7
- {c2cwsgiutils-6.2.0.dev89.dist-info → c2cwsgiutils-6.2.0.dev91.dist-info}/LICENSE +0 -0
- {c2cwsgiutils-6.2.0.dev89.dist-info → c2cwsgiutils-6.2.0.dev91.dist-info}/WHEEL +0 -0
- {c2cwsgiutils-6.2.0.dev89.dist-info → c2cwsgiutils-6.2.0.dev91.dist-info}/entry_points.txt +0 -0
@@ -6,7 +6,7 @@
|
|
6
6
|
"": {
|
7
7
|
"dependencies": {
|
8
8
|
"commander": "13.1.0",
|
9
|
-
"puppeteer": "24.
|
9
|
+
"puppeteer": "24.5.0"
|
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.9.0",
|
37
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.9.0.tgz",
|
38
|
+
"integrity": "sha512-8+xM+cFydYET4X/5/3yZMHs7sjS6c9I6H5I3xJdb6cinzxWUT/I2QVw4avxCQ8QDndwdHkG/FiSZIrCjAbaKvQ==",
|
39
39
|
"license": "Apache-2.0",
|
40
40
|
"dependencies": {
|
41
41
|
"debug": "^4.4.0",
|
@@ -60,9 +60,9 @@
|
|
60
60
|
"license": "MIT"
|
61
61
|
},
|
62
62
|
"node_modules/@types/node": {
|
63
|
-
"version": "22.13.
|
64
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.
|
65
|
-
"integrity": "sha512-
|
63
|
+
"version": "22.13.17",
|
64
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.17.tgz",
|
65
|
+
"integrity": "sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==",
|
66
66
|
"license": "MIT",
|
67
67
|
"optional": true,
|
68
68
|
"dependencies": {
|
@@ -236,9 +236,9 @@
|
|
236
236
|
}
|
237
237
|
},
|
238
238
|
"node_modules/chromium-bidi": {
|
239
|
-
"version": "
|
240
|
-
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-
|
241
|
-
"integrity": "sha512-
|
239
|
+
"version": "3.0.0",
|
240
|
+
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-3.0.0.tgz",
|
241
|
+
"integrity": "sha512-ZOGRDAhBMX1uxL2Cm2TDuhImbrsEz5A/tTcVU6RpXEWaTNUNwsHW6njUXizh51Ir6iqHbKAfhA2XK33uBcLo5A==",
|
242
242
|
"license": "Apache-2.0",
|
243
243
|
"dependencies": {
|
244
244
|
"mitt": "^3.0.1",
|
@@ -792,17 +792,17 @@
|
|
792
792
|
}
|
793
793
|
},
|
794
794
|
"node_modules/puppeteer": {
|
795
|
-
"version": "24.
|
796
|
-
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.
|
797
|
-
"integrity": "sha512-
|
795
|
+
"version": "24.5.0",
|
796
|
+
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.5.0.tgz",
|
797
|
+
"integrity": "sha512-3m0B48gj1A8cK01ma49WwjE8mg4i9UmnR2lP64rwBiLacJ2V20FpT67MgSUyzfz9BcHMQQweuF6Q854mnIYTqg==",
|
798
798
|
"hasInstallScript": true,
|
799
799
|
"license": "Apache-2.0",
|
800
800
|
"dependencies": {
|
801
|
-
"@puppeteer/browsers": "2.
|
802
|
-
"chromium-bidi": "
|
801
|
+
"@puppeteer/browsers": "2.9.0",
|
802
|
+
"chromium-bidi": "3.0.0",
|
803
803
|
"cosmiconfig": "^9.0.0",
|
804
804
|
"devtools-protocol": "0.0.1413902",
|
805
|
-
"puppeteer-core": "24.
|
805
|
+
"puppeteer-core": "24.5.0",
|
806
806
|
"typed-query-selector": "^2.12.0"
|
807
807
|
},
|
808
808
|
"bin": {
|
@@ -813,13 +813,13 @@
|
|
813
813
|
}
|
814
814
|
},
|
815
815
|
"node_modules/puppeteer-core": {
|
816
|
-
"version": "24.
|
817
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.
|
818
|
-
"integrity": "sha512-
|
816
|
+
"version": "24.5.0",
|
817
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.5.0.tgz",
|
818
|
+
"integrity": "sha512-vqibSk7xGOoqOlPUk3H+Iz02b4jCEd5QxaiuXclqyyBrJ6ZK22mXkg9HBSpyZePq6vKWh5ZAqUilSnbF2bv4Jg==",
|
819
819
|
"license": "Apache-2.0",
|
820
820
|
"dependencies": {
|
821
|
-
"@puppeteer/browsers": "2.
|
822
|
-
"chromium-bidi": "
|
821
|
+
"@puppeteer/browsers": "2.9.0",
|
822
|
+
"chromium-bidi": "3.0.0",
|
823
823
|
"debug": "^4.4.0",
|
824
824
|
"devtools-protocol": "0.0.1413902",
|
825
825
|
"typed-query-selector": "^2.12.0",
|
@@ -2,8 +2,8 @@ c2cwsgiutils/__init__.py,sha256=DecyA-tMmcT1jt2Bd7zEO9Yse8WcOKEEppxS6omH-mY,4047
|
|
2
2
|
c2cwsgiutils/acceptance/__init__.py,sha256=mSv7pmy7fF6i3JfNX_Ws-8x6jHgT7W3AK4bZTnkoosI,1515
|
3
3
|
c2cwsgiutils/acceptance/connection.py,sha256=nXwDSRpqVaOBr_mhZ3jdOSJIxHCHub6atADa04dpiO4,9911
|
4
4
|
c2cwsgiutils/acceptance/image.py,sha256=P32pqu4ndD9K6UNglPTxKAIKbcfyjgt3yGaNFsrnWRU,9356
|
5
|
-
c2cwsgiutils/acceptance/package-lock.json,sha256=
|
6
|
-
c2cwsgiutils/acceptance/package.json,sha256=
|
5
|
+
c2cwsgiutils/acceptance/package-lock.json,sha256=YX6GrOyhhmY93NNmnbGSDIV9J-nK2_cyk7ErHFNcRc4,40150
|
6
|
+
c2cwsgiutils/acceptance/package.json,sha256=SJ0u-wdmtNXvC3Y09qxgoUynTow9MfjMvW0SYXgyK8I,101
|
7
7
|
c2cwsgiutils/acceptance/print.py,sha256=i6UxfSuZ8z9grC_P2qn0yU6RXLbNCcopPMOgjc8D1rI,2555
|
8
8
|
c2cwsgiutils/acceptance/screenshot.js,sha256=FAJYIWOLJFMm0MNggKzo3mIybtN-VtKLdMzPhQ9pO1g,2041
|
9
9
|
c2cwsgiutils/acceptance/utils.py,sha256=zTu-CRL4ZwFrluiM6rPvcGsXsC2Aq_r4L7oVyucQkbY,1920
|
@@ -61,8 +61,8 @@ c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=_E5_KFipmsOdqD849mde4EDIlXS7ae0oClZ
|
|
61
61
|
c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=KFxxKdEKrmDeA1zpps-BPiB2c4hhR2GlgJvq6KOTyjU,3498
|
62
62
|
c2cwsgiutils/templates/index.html.mako,sha256=cK8qGBDeQG5SiJJCfvL0oKpgacr7dPKx634AAQivmjA,1416
|
63
63
|
c2cwsgiutils/version.py,sha256=b8rwN7vATtBWvVKyvxW_-ixbmMJGQBZhW3gNvGdAyVg,3156
|
64
|
-
c2cwsgiutils-6.2.0.
|
65
|
-
c2cwsgiutils-6.2.0.
|
66
|
-
c2cwsgiutils-6.2.0.
|
67
|
-
c2cwsgiutils-6.2.0.
|
68
|
-
c2cwsgiutils-6.2.0.
|
64
|
+
c2cwsgiutils-6.2.0.dev91.dist-info/LICENSE,sha256=6bEOU0n7ued3SA-DQCsHQaACONMMRzGHmH5XhDVeD-U,1304
|
65
|
+
c2cwsgiutils-6.2.0.dev91.dist-info/METADATA,sha256=fTn8ABP5J_YfKX72pEuwM1OnSn09ScA0R8AGvrL068U,36597
|
66
|
+
c2cwsgiutils-6.2.0.dev91.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
67
|
+
c2cwsgiutils-6.2.0.dev91.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
|
68
|
+
c2cwsgiutils-6.2.0.dev91.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|