@adobe-commerce/aio-toolkit 1.0.9 → 1.0.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.
package/dist/index.mjs CHANGED
@@ -164,7 +164,7 @@ var init_global_utils = __esm({
164
164
  init_version();
165
165
  init_semver();
166
166
  major = VERSION.split(".")[0];
167
- GLOBAL_OPENTELEMETRY_API_KEY = Symbol.for("opentelemetry.js.api." + major);
167
+ GLOBAL_OPENTELEMETRY_API_KEY = /* @__PURE__ */ Symbol.for("opentelemetry.js.api." + major);
168
168
  _global = _globalThis;
169
169
  __name(registerGlobal, "registerGlobal");
170
170
  __name(getGlobal, "getGlobal");