polyengine 0.3.0 (the deltic rename); @polymorph/test 0.2.0 - #102
Merged
Conversation
The engine renamed deltic -> polyengine (@deltic/* -> @polyengine/* on JSR) and cut 0.3.0. Full rename here to match: js/runner-deltic -> js/runner-polyengine, the viewer's deltic.mjs -> polyengine.mjs, the verify-deltic-* goldens -> verify-polyengine-*, justfile targets, and the runner's default target string (deltic/deno -> polyengine/deno, goldens regenerated). Pins move to exact jsr:@polyengine/*@0.3.0 with the lock regenerated; the minimumDependencyAge exclude follows the scope. Historical references to the deltic era stay under the old name where they record it accurately. @polymorph/test bumps 0.1.1 -> 0.2.0 (breaking: the exports rename to ./polyengine-worker, ./polyengine-engine, ./polyengine-worker-main, and workerMain's option key is now `polyengine`). Gates: just all, just check, polyengine-pin-gate, verify-polyengine, verify-viewer — all green against the published 0.3.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The engine renamed deltic -> polyengine (
@deltic/*->@polyengine/*on JSR) and cut 0.3.0. This is the coordinated consumer update, first wave of the cross-repo cascade (the component repos' updates pin@polymorph/test@0.2.0from this PR).jsr:@polyengine/*@0.3.0(lock regenerated);minimumDependencyAgeexclude follows the scope.js/runner-deltic->js/runner-polyengine,js/viewer/deltic.mjs->polyengine.mjs,verify-deltic-*goldens ->verify-polyengine-*, justfile targets, CI/pages paths, docs. Historical references to the deltic era stay under the old name where they record it accurately.deltic/deno->polyengine/deno; JSONL goldens regenerated (header line only; case rows byte-identical).@polymorph/test0.1.1 -> 0.2.0, breaking: exports rename to./polyengine-worker,./polyengine-engine,./polyengine-worker-main;workerMain's option key is nowpolyengine.Gates (against the published 0.3.0):
just all,just check,polyengine-pin-gate,verify-polyengine,verify-viewer— green.