feat(*): recover Svelte SDK and version-sync tooling from dev#8
Closed
Alexays wants to merge 6 commits into
Closed
feat(*): recover Svelte SDK and version-sync tooling from dev#8Alexays wants to merge 6 commits into
Alexays wants to merge 6 commits into
Conversation
This was referenced Jun 18, 2026
Merged
Contributor
Author
|
Consolidé dans #11 (dev-4.0.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.
Suite de #7 : récupère le SDK Svelte et le tooling de gestion de versions depuis
dev, en les réconciliant avec l'état actuel demaster.Contenu (par commit)
feat(sdk-browser): ajoute les helpers DOMScreebMaskText,ScreebNoCapture,ScreebId(dépendance du SDK Svelte). Additif — la feature custom endpoints de master est préservée (dev ne l'avait pas, donc pas de prise wholesale du browser).feat(*)Svelte :packages/sdk-svelte,examples/example-svelte, etpublish-svelte.yml. Réconciliations :@screeb/sdk-browser^0.5.0→^0.6.0(sinon npm installe la 0.5.0 publiée au lieu de lier le workspace 0.6.1 →ScreebIdintrouvable)sdk-js→ScreebApp/sdkpublish-svelte.ymlaligné sur le pattern de master (publish-vue.yml) : trigger@screeb/sdk-svelte@*, node 22, npm OIDC--provenancefeat(*)tooling :sdk-versions.json+scripts/sync-sdk-versions.mjs+ scripts npmversions:sync/versions:check. Réconciliations : csproj MAUI utilise<AndroidMavenLibrary Version=...>(pas<ScreebAndroidSdkVersion>), manifestereactNative3.2.0 → 3.3.1 (réel master).Vérifs
npm run build✅ (7 projets, Svelte inclus) ·npm run lint✅ · husky pre-commit ✅versions:checkn'est PAS branché en CILe tooling révèle une dérive des versions natives : les wrappers ciblent des versions différentes du SDK Android natif (
survey) :Un
versions:syncnormaliserait tout versnative.androiddu manifeste (4.0.0) — mais 4.0.0 n'est pas publié sur Maven public, ça casserait les builds maui/flutter/rn. Doncversions:checkn'est volontairement pas mis en gate CI ici : à activer une fois la version native unifiée/publiée. Le manifeste (sdk-versions.json) doit être tranché côté produit.