@polywrap/config-bundle-types-js
Advanced tools
Changelog
Polywrap Origin (0.12.0)
@polywrap/sys-config-bundle-js
:
wrapscan.io/
URIs is now possible by simply adding the "sys" bundle to your client's configuration.wrapscanResolver
, ipfsResolver
, and ipfsHttpClient
.github.com/
URIs is now possible by simply adding the "sys" bundle to your client's configuration.URI.txt
file located in the directory you're linking to on GitHub.@polywrap/client-js
:
wrapscan.io/
based URIs.ens/
URIs have been deprecated, but resolving ens/
URIs is still supported.@polywrap/core-js
:
../
.Changelog
Polywrap Origin (0.11.0)
@polywrap/core-js
:
https://domain.com/path
). The non-wrap scheme will be used as the authority, and all other contents will be shifted into the path.https://domain.com/path
into wrap://https/domain.com/path
ipfs://QmHASH
into wrap://ipfs/QmHASH
@polywrap/client-config-builder-js
:
DefaultBundle
has been broken apart into two separate bundles: sys
and web3
.addBundle(...)
has been added to the ClientConfigBuilder
interface.addDefaults()
now calls addBundle("sys")
and addBundle("web3")
internally.@polywrap/sys-config-bundle-js
:
logger
, datetime
, concurrent
, http
, httpResolver
fileSystem
, fileSystemResolver
.@polywrap/web3-config-bundle-js
:
ethereumProviderV1
, ethereumProviderV2
, ipfsHttpClient
, ipfsResolver
, ensTextRecordResolver
, ensResolver
, ensIpfsContenthashResolver
.@polywrap/config-bundle-types-js
:
bundle
value, which is of type Bundle
.@polywrap/client-config-builder-js
:
ClientConfigBuilder
to PolywrapClientConfigBuilder
IClientConfigBuilder
to ClientConfigBuilder
addWrapper(s)
to setWrapper(s)
addPackage(s)
to setPackage(s)
addRedirect(s)
to setRedirect(s)
@polywrap/core-js
:
getEnvFromUriHistory
to getEnvFromResolutionPath
@polywrap/client-js
@polywrap/client-cofig-builder-js
@polywrap/plugin-js
as a Dependency
@polywrap/wasm-js
: