@absolutejs/absolute 0.19.0-beta.935 → 0.19.0-beta.937

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.
@@ -1,4 +1,5 @@
1
1
  import type { BunPlugin } from 'bun';
2
+ export declare const ANGULAR_LINKER_CANDIDATE_RE: RegExp;
2
3
  /**
3
4
  * Bun bundler plugin that runs the Angular Linker on partially compiled
4
5
  * Angular libraries at build time. Converts ɵɵngDeclare* declarations
package/package.json CHANGED
@@ -385,5 +385,5 @@
385
385
  ]
386
386
  }
387
387
  },
388
- "version": "0.19.0-beta.935"
388
+ "version": "0.19.0-beta.937"
389
389
  }