Skip to content

Update: Remove absorbed module dependencies#64

Merged
taylortom merged 3 commits intomasterfrom
chore/remove-absorbed-module-deps
May 8, 2026
Merged

Update: Remove absorbed module dependencies#64
taylortom merged 3 commits intomasterfrom
chore/remove-absorbed-module-deps

Conversation

@taylortom
Copy link
Copy Markdown
Contributor

Update

  • Remove adapt-authoring-config and adapt-authoring-errors peerDependencies (now bootstrap libraries in core)
  • Remove waitForModule('config', 'errors') call — both are loaded before module init
  • Bump adapt-authoring-core to ^3.0.0

Config and errors are now bootstrap libraries in core ≥3.0.0, so
waitForModule('config', 'errors') is no longer needed and the
peerDependencies can be removed.
Replaces the inline $ROOT/$DATA/$TEMP resolution with a call to
config.resolveDirectory(), which is now the single source of truth
for directory path variable substitution.
Schema.extensions was removed in cgkineo/adapt-schemas#38. Read from
the library's schemaExtensions map instead.
@taylortom taylortom merged commit b6f2af6 into master May 8, 2026
2 of 4 checks passed
@taylortom taylortom deleted the chore/remove-absorbed-module-deps branch May 8, 2026 22:25
github-actions Bot pushed a commit that referenced this pull request May 8, 2026
# [1.6.0](v1.5.1...v1.6.0) (2026-05-08)

### Update

* Remove absorbed module dependencies (#64) ([b6f2af6](b6f2af6)), closes [#64](#64)
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

🎉 This PR is included in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant