@cloudflare/vitest-pool-workers 0.12.9 → 0.12.11

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.
@@ -634,7 +634,7 @@ var require_cmp = __commonJS({
634
634
  var require_comparator = __commonJS({
635
635
  "../../node_modules/.pnpm/semver@7.7.1/node_modules/semver/classes/comparator.js"(exports, module) {
636
636
  init_define_VITEST_POOL_WORKERS_DEFINE_BUILTIN_MODULES();
637
- var ANY = Symbol("SemVer ANY");
637
+ var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
638
638
  var Comparator = class _Comparator {
639
639
  static get ANY() {
640
640
  return ANY;
@@ -5909,7 +5909,7 @@ ZodNaN.create = (params) => {
5909
5909
  ...processCreateParams(params)
5910
5910
  });
5911
5911
  };
5912
- var BRAND = Symbol("zod_brand");
5912
+ var BRAND = /* @__PURE__ */ Symbol("zod_brand");
5913
5913
  var ZodBranded = class extends ZodType {
5914
5914
  _parse(input) {
5915
5915
  const { ctx } = this._processInputParams(input);