c2cwsgiutils 6.2.0.dev263__py3-none-any.whl → 6.2.0.dev266__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 +32 -28
- {c2cwsgiutils-6.2.0.dev263.dist-info → c2cwsgiutils-6.2.0.dev266.dist-info}/METADATA +1 -1
- {c2cwsgiutils-6.2.0.dev263.dist-info → c2cwsgiutils-6.2.0.dev266.dist-info}/RECORD +6 -6
- {c2cwsgiutils-6.2.0.dev263.dist-info → c2cwsgiutils-6.2.0.dev266.dist-info}/WHEEL +0 -0
- {c2cwsgiutils-6.2.0.dev263.dist-info → c2cwsgiutils-6.2.0.dev266.dist-info}/entry_points.txt +0 -0
- {c2cwsgiutils-6.2.0.dev263.dist-info → c2cwsgiutils-6.2.0.dev266.dist-info}/licenses/LICENSE +0 -0
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"license": "MIT"
|
|
61
61
|
},
|
|
62
62
|
"node_modules/@types/node": {
|
|
63
|
-
"version": "25.
|
|
64
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.
|
|
65
|
-
"integrity": "sha512-
|
|
63
|
+
"version": "25.5.0",
|
|
64
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
|
|
65
|
+
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
|
|
66
66
|
"license": "MIT",
|
|
67
67
|
"optional": true,
|
|
68
68
|
"dependencies": {
|
|
@@ -159,9 +159,9 @@
|
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
"node_modules/bare-fs": {
|
|
162
|
-
"version": "4.5.
|
|
163
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.
|
|
164
|
-
"integrity": "sha512-
|
|
162
|
+
"version": "4.5.6",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.6.tgz",
|
|
164
|
+
"integrity": "sha512-1QovqDrR80Pmt5HPAsMsXTCFcDYr+NSUKW6nd6WO5v0JBmnItc/irNRzm2KOQ5oZ69P37y+AMujNyNtG+1Rggw==",
|
|
165
165
|
"license": "Apache-2.0",
|
|
166
166
|
"dependencies": {
|
|
167
167
|
"bare-events": "^2.5.4",
|
|
@@ -183,9 +183,9 @@
|
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
185
|
"node_modules/bare-os": {
|
|
186
|
-
"version": "3.
|
|
187
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.
|
|
188
|
-
"integrity": "sha512-
|
|
186
|
+
"version": "3.8.6",
|
|
187
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.8.6.tgz",
|
|
188
|
+
"integrity": "sha512-l8xaNWWb/bXuzgsrlF5jaa5QYDJ9S0ddd54cP6CH+081+5iPrbJiCfBWQqrWYzmUhCbsH+WR6qxo9MeHVCr0MQ==",
|
|
189
189
|
"license": "Apache-2.0",
|
|
190
190
|
"engines": {
|
|
191
191
|
"bare": ">=1.14.0"
|
|
@@ -201,19 +201,23 @@
|
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
203
|
"node_modules/bare-stream": {
|
|
204
|
-
"version": "2.
|
|
205
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.
|
|
206
|
-
"integrity": "sha512-
|
|
204
|
+
"version": "2.12.0",
|
|
205
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.12.0.tgz",
|
|
206
|
+
"integrity": "sha512-w28i8lkBgREV3rPXGbgK+BO66q+ZpKqRWrZLiCdmmUlLPrQ45CzkvRhN+7lnv00Gpi2zy5naRxnUFAxCECDm9g==",
|
|
207
207
|
"license": "Apache-2.0",
|
|
208
208
|
"dependencies": {
|
|
209
|
-
"streamx": "^2.
|
|
209
|
+
"streamx": "^2.25.0",
|
|
210
210
|
"teex": "^1.0.1"
|
|
211
211
|
},
|
|
212
212
|
"peerDependencies": {
|
|
213
|
+
"bare-abort-controller": "*",
|
|
213
214
|
"bare-buffer": "*",
|
|
214
215
|
"bare-events": "*"
|
|
215
216
|
},
|
|
216
217
|
"peerDependenciesMeta": {
|
|
218
|
+
"bare-abort-controller": {
|
|
219
|
+
"optional": true
|
|
220
|
+
},
|
|
217
221
|
"bare-buffer": {
|
|
218
222
|
"optional": true
|
|
219
223
|
},
|
|
@@ -223,9 +227,9 @@
|
|
|
223
227
|
}
|
|
224
228
|
},
|
|
225
229
|
"node_modules/bare-url": {
|
|
226
|
-
"version": "2.
|
|
227
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.
|
|
228
|
-
"integrity": "sha512-
|
|
230
|
+
"version": "2.4.0",
|
|
231
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.0.tgz",
|
|
232
|
+
"integrity": "sha512-NSTU5WN+fy/L0DDenfE8SXQna4voXuW0FHM7wH8i3/q9khUSchfPbPezO4zSFMnDGIf9YE+mt/RWhZgNRKRIXA==",
|
|
229
233
|
"license": "Apache-2.0",
|
|
230
234
|
"dependencies": {
|
|
231
235
|
"bare-path": "^3.0.0"
|
|
@@ -313,9 +317,9 @@
|
|
|
313
317
|
}
|
|
314
318
|
},
|
|
315
319
|
"node_modules/cosmiconfig": {
|
|
316
|
-
"version": "9.0.
|
|
317
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.
|
|
318
|
-
"integrity": "sha512-
|
|
320
|
+
"version": "9.0.1",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.1.tgz",
|
|
322
|
+
"integrity": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==",
|
|
319
323
|
"license": "MIT",
|
|
320
324
|
"dependencies": {
|
|
321
325
|
"env-paths": "^2.2.1",
|
|
@@ -931,9 +935,9 @@
|
|
|
931
935
|
}
|
|
932
936
|
},
|
|
933
937
|
"node_modules/streamx": {
|
|
934
|
-
"version": "2.
|
|
935
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
936
|
-
"integrity": "sha512-
|
|
938
|
+
"version": "2.25.0",
|
|
939
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.25.0.tgz",
|
|
940
|
+
"integrity": "sha512-0nQuG6jf1w+wddNEEXCF4nTg3LtufWINB5eFEN+5TNZW7KWJp6x87+JFL43vaAUPyCfH1wID+mNVyW6OHtFamg==",
|
|
937
941
|
"license": "MIT",
|
|
938
942
|
"dependencies": {
|
|
939
943
|
"events-universal": "^1.0.0",
|
|
@@ -968,9 +972,9 @@
|
|
|
968
972
|
}
|
|
969
973
|
},
|
|
970
974
|
"node_modules/tar-fs": {
|
|
971
|
-
"version": "3.1.
|
|
972
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.
|
|
973
|
-
"integrity": "sha512-
|
|
975
|
+
"version": "3.1.2",
|
|
976
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz",
|
|
977
|
+
"integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==",
|
|
974
978
|
"license": "MIT",
|
|
975
979
|
"dependencies": {
|
|
976
980
|
"pump": "^3.0.0",
|
|
@@ -1060,9 +1064,9 @@
|
|
|
1060
1064
|
"license": "ISC"
|
|
1061
1065
|
},
|
|
1062
1066
|
"node_modules/ws": {
|
|
1063
|
-
"version": "8.
|
|
1064
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
1065
|
-
"integrity": "sha512-
|
|
1067
|
+
"version": "8.20.0",
|
|
1068
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
|
|
1069
|
+
"integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
|
|
1066
1070
|
"license": "MIT",
|
|
1067
1071
|
"engines": {
|
|
1068
1072
|
"node": ">=10.0.0"
|
|
@@ -2,7 +2,7 @@ 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=94nHiSMyjsBMxyGyhyjsDjOHSdza-_V8B1ZXVZejH0I,9927
|
|
4
4
|
c2cwsgiutils/acceptance/image.py,sha256=P74RKHGqnK4BI08jkOA_pkJ7xUvM6D1iPs5vOcY3bVo,9365
|
|
5
|
-
c2cwsgiutils/acceptance/package-lock.json,sha256=
|
|
5
|
+
c2cwsgiutils/acceptance/package-lock.json,sha256=Hn6hS8-KtfxejWhBJhigCgK5YUtJMyJMuMUd_9w8JUU,41389
|
|
6
6
|
c2cwsgiutils/acceptance/package.json,sha256=u6Bhvh4nQfN6B3wc3jdbYcwNz-6F_sknA0p6ZS0r1nI,102
|
|
7
7
|
c2cwsgiutils/acceptance/print.py,sha256=i6UxfSuZ8z9grC_P2qn0yU6RXLbNCcopPMOgjc8D1rI,2555
|
|
8
8
|
c2cwsgiutils/acceptance/screenshot.js,sha256=FAJYIWOLJFMm0MNggKzo3mIybtN-VtKLdMzPhQ9pO1g,2041
|
|
@@ -61,8 +61,8 @@ c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=wc1oEXnsKI31d4aoU8bvnbwqI-T-bOlVR03
|
|
|
61
61
|
c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=KFxxKdEKrmDeA1zpps-BPiB2c4hhR2GlgJvq6KOTyjU,3498
|
|
62
62
|
c2cwsgiutils/templates/index.html.mako,sha256=e54pfSL0nGRsnJkahFRLevNyUhvlCNb_2uVaO8rDhbg,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.dev266.dist-info/METADATA,sha256=TjWA8IR2K0A4TM4p_-757br41uRFW1OiaGR1tfNXuqs,37533
|
|
65
|
+
c2cwsgiutils-6.2.0.dev266.dist-info/WHEEL,sha256=Vz2fHgx6HFtSwhs8KvkHLqH5Ea4w1_rner5uNVGCeIE,88
|
|
66
|
+
c2cwsgiutils-6.2.0.dev266.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
|
|
67
|
+
c2cwsgiutils-6.2.0.dev266.dist-info/licenses/LICENSE,sha256=hCNci_ppSy6SKe_nTdgzjCsTIaNQgAKqDSghWn_G-1I,1304
|
|
68
|
+
c2cwsgiutils-6.2.0.dev266.dist-info/RECORD,,
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev263.dist-info → c2cwsgiutils-6.2.0.dev266.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev263.dist-info → c2cwsgiutils-6.2.0.dev266.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|