num-client
Advanced tools
Comparing version 0.1.26 to 0.1.27
import { createClient, DefaultCallbackHandler, NumClient, NumProtocolErrorCode } from './client'; | ||
import { createDnsClient, DoHResolver } from './dnsclient'; | ||
import { buildNumUri, Hostname, MODULE_0, MODULE_1, MODULE_10, MODULE_2, MODULE_3, MODULE_4, MODULE_5, MODULE_6, MODULE_7, MODULE_8, MODULE_9, NumUri, parseNumUri, PositiveInteger, UrlPath, UrlUserInfo } from './numuri'; | ||
import { ResourceLoader } from './resourceloader'; | ||
import { resolvePath } from './urlrelativepathresolver'; | ||
@@ -19,2 +20,2 @@ export { NumClient, parseNumUri, NumUri, PositiveInteger, Hostname, UrlUserInfo, UrlPath, buildNumUri }; | ||
export { DoHResolver, createDnsClient }; | ||
export { resolvePath }; | ||
export { resolvePath, ResourceLoader }; |
{ | ||
"name": "num-client", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"description": "A NUM Protocol Client in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
468716
2535