Releases: junobuild/juno-js
Releases · junobuild/juno-js
v0.0.62
@junobuild/core
Fix
- Missing satellite ID in
downloadUrl
in a NodeJS context (only).
@junobuild/cli-tools
Fix
- Support resolving config dependency when loading
juno*config*.js|mjs
.
Build
- Wildcard dependency on utils and config package.
v0.0.61
@junobuild/config
Features
- Deprected fields
satelliteId
andorbiterId
as optional fields.
@junobuild/cli-tools
Build
- Bump config dependency.
v0.0.60
@junobuild/config
Breaking Changes ⚠️
- Configurations
satelliteId
andorbiterId
are marked as deprecated. The propertysatellitesIds
has been removed`.
Features
- Use
id
andids
to configuration satellite and orbiter injuno.config.ts|js|json
.
@junobuild/cli-tools
Build
- Bump config dependency.
v0.0.59
@junobuild/cli-tools
Fix
- Support for deprecated configuration filename
juno.json
andjuno.dev.json
.
v0.0.58
@junobuild/cli-tools
Features
- Improvement in filename pattern for integration in CLI.
v0.0.57
@junobuild/cli-tools
Hello world 👋.
This library is a new package that contains a collection of tools for Juno CLIs and Plugins.
v0.0.56
@junobuild/*
Build
- Bump agent-js to inherit critical security issue patch
v1.0.1
.
@junobuild/config
Features
- Add types for
juno.dev.config
and few improvements to develop the new features in the CLI and Docker.
v0.0.55
@junobuild/config
Hello world 👋.
This library is a new package that exposes configuration options for Juno CLI.
@junobuild/admin
Refactor
- Types moved to and imported from
@junobuild/config
.
v0.0.54
@junobuild/core
Features
- Added
getAsset
andgetManyAssets
features, which provide functionality similar togetDoc
andgetManyDocs
, but for Storage. Note that these endpoints do not return the asset content or chunks, but only the metadata.
@junobuild/admin
Features
- Introduced a new
satelliteBuildVersion
feature, which returns the version of a satellite consumer, i.e., the version of the satellite as implemented by the developer in case they are implementing blockchainless/serverless functions. - Introduced a new
satelliteBuildType
feature, which returns eitherstock
for satellites provided by Juno orextended
if the developer has customized the satellite to implement serverless features.
Build
@junobuild/*
Build
- Bump the most recent development dependencies.
v0.0.53
@junobuild/admin|analytics|core|ledger
Fix
- Stupid typo
'string'
instead ofstring
.