@pack/hydrogen 2.0.3 → 2.0.4

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 CHANGED
@@ -5299,10 +5299,7 @@ async function fetchTestRulesShared(packClient, withCache, token) {
5299
5299
  async ({
5300
5300
  addDebugData
5301
5301
  }) => {
5302
- const URL2 = process.env.PACK_TEST_CACHE_CHECK_URL || "https://test-cache-check-production.packdigital.workers.dev/tests-updated-at";
5303
- debug3("[Pack Test] Fetching timestamp from:", URL2, {
5304
- isCustom: !!process.env.PACK_TEST_CACHE_CHECK_URL
5305
- });
5302
+ const URL2 = "https://test-cache-check-production.packdigital.workers.dev/tests-updated-at";
5306
5303
  const resp2 = await fetch(URL2, {
5307
5304
  headers: {
5308
5305
  Authorization: `Bearer ${token}`