Guide for migrating from @usecapsule/* packages to @getpara/* packages
@usecapsule
namespace to @getpara
. Update your dependencies by replacing
@usecapsule
with @getpara
in your package.json:
@usecapsule
to @getpara
.capsule
to para
on pub.dev:
Para()
instead of Capsule()
. All method signatures remain unchanged.
github.com/getpara/swift-sdk
. The main class has been renamed from
CapsuleManager
to ParaManager
, while maintaining the same method signatures:
@getpara/*
packages