@marko/runtime-tags 6.0.105 → 6.0.106

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.
@@ -11931,7 +11931,10 @@ var referenced_identifier_default = {
11931
11931
  );
11932
11932
  } else {
11933
11933
  identifier.replaceWith(
11934
- import_compiler60.types.memberExpression(scopeIdentifier, import_compiler60.types.identifier("$global"))
11934
+ import_compiler60.types.memberExpression(
11935
+ scopeIdentifier,
11936
+ import_compiler60.types.identifier(getAccessorProp().Global)
11937
+ )
11935
11938
  );
11936
11939
  }
11937
11940
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/runtime-tags",
3
- "version": "6.0.105",
3
+ "version": "6.0.106",
4
4
  "description": "Optimized runtime for Marko templates.",
5
5
  "keywords": [
6
6
  "api",