@velvetmonkey/vault-core 2.0.105 → 2.0.107

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.
@@ -115,6 +115,7 @@ export function getProtectedZones(content) {
115
115
  if (tree) {
116
116
  return getProtectedZonesFromAst(tree, content);
117
117
  }
118
+ console.error('[ProtectedZones] AST parse failed, falling back to regex detection');
118
119
  return getProtectedZonesRegex(content);
119
120
  }
120
121
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velvetmonkey/vault-core",
3
- "version": "2.0.105",
3
+ "version": "2.0.107",
4
4
  "description": "Shared vault utilities for Flywheel ecosystem (entity scanning, wikilinks, protected zones)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",