0.12.0 • Published 9 months ago
@axiomhq/axiom-frontend-workers v0.12.0
Overview
This folder produces the monaco web workers to support the AplEditor. It builds the workers and publishes a module. Currently, /frontend (App) does not consume the output but Axiom-co does.
Publishing
Update the App frontend-workers dependency @axiomhq/language-service-next to the latest version
Run
npm version minor
in App frontend-workers to generate a new node module. Runnpm publish
to publish it.Update the Axiom Co dependencies @axiomhq/language-service-next and @axiomhq/axiom-frontend-workers.