@duckity/js 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +21 -3
- package/src/options.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ interface GetDuckityChallengeOptions {
|
|
|
11
11
|
/**
|
|
12
12
|
* The base URL to the API endpoint. Defaults to `https://quack.duckity.com` if not provided.
|
|
13
13
|
*
|
|
14
|
-
*
|
|
14
|
+
* Only update this when self-hosting a Duckling.
|
|
15
15
|
*/
|
|
16
16
|
api?: string;
|
|
17
17
|
}
|