v0.0.98
@junobuild/core
Breaking Changes: Now uses agent-js
as a peer dependency.
@junobuild/core-peer
Deprecated: Please use @junobuild/core
instead.
@junobuild/core-standalone
New: A library that replaces @junobuild/core
, bundling all agent-js
dependencies—no peer dependencies required.
@junobuild/*
Chore
- Explicitly list
@dfinity/candid
as a peer dependency. - Exclude files ending with
.worker.ts
from the main build (these files are used to build web workers). - Extract common web worker build scripts into a separate utility.
- Adopt reduced semantic versioning starting with
v0.1.0
, usingv.x.y
wherex
denotes breaking changes.