Skip to content

Commit

Permalink
Merge branch 'master' of github.com:plebbit/plebbit-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Nov 4, 2024
2 parents 214e8ff + 50e843a commit cb26801
Show file tree
Hide file tree
Showing 40 changed files with 234 additions and 32 deletions.
4 changes: 3 additions & 1 deletion dist/browser/errors.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export declare enum messages {
ERR_PLEBBIT_MISSING_NATIVE_FUNCTIONS = "missing nativeFunctions required to create a subplebbit",
ERR_CAN_NOT_RUN_A_SUB_WITH_NO_IPFS_NODE = "Can't run a subplebbit with plebbit.ipfsHttpClientOptions undefined",
ERR_PLEBBIT_OPTION_NOT_ACCEPTED = "Option is not accepted on Plebbit constructor",
ERR_FAILED_TO_GET_CONFIG_ON_KUBO_NODE = "Failed to get config on kubo node",
ERR_FAILED_TO_SET_CONFIG_ON_KUBO_NODE = "Failed to set config on kubo node",
ERR_CAN_NOT_CREATE_A_SUB = "Can't create a new sub with the provided arguments",
ERR_SUB_ADDRESS_IS_PROVIDED_AS_NULL_OR_UNDEFINED = "User provided options.address in createSubplebbit that is either undefined or null",
ERR_UNABLE_TO_DERIVE_PUBSUB_COMMENT_PUBLICATION_FROM_JSONIFIED_COMMENT = "User provided a jsonfied (cloned) Comment and we're unable to derive request.comment from it. This is an implementation error",
Expand All @@ -25,7 +27,7 @@ export declare enum messages {
ERR_FAILED_TO_FETCH_COMMENT_UPDATE_FROM_GATEWAYS = "Failed to fetch comment update IPFS file from gateway(s)",
ERR_FAILED_TO_FETCH_PAGE_IPFS_FROM_GATEWAYS = "Failed to fetch Page IPFS file from gateway(s)",
ERR_FAILED_TO_FETCH_GENERIC_IPFS_FROM_GATEWAYS = "Failed to fetch IPFS file from gateways(s)",
ERR_FAILED_TO_RESOLVE_IPNS_VIA_IPFS_P2P = "Failed to resolve IPNS through IPFS P2P",
ERR_FAILED_TO_RESOLVE_IPNS_VIA_IPFS_P2P = "Failed to resolve IPNS through IPFS P2P. It may have resolved IPNS name to an undefined CID",
ERR_FAILED_TO_FETCH_COMMENT_UPDATE_FROM_ALL_POST_UPDATES_RANGES = "Failed to fetch CommentUpdate from all post update timestamp ranges",
ERR_FAILED_TO_FETCH_GENERIC = "Failed to fetch",
ERR_OVER_DOWNLOAD_LIMIT = "The file size is larger than download limit",
Expand Down
4 changes: 3 additions & 1 deletion dist/browser/errors.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/browser/errors.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cb26801

Please sign in to comment.