@cavuno/board 1.2.0 → 1.2.1
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.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -352,9 +352,9 @@ interface PublicBoard {
|
|
|
352
352
|
*/
|
|
353
353
|
interface BoardSeo {
|
|
354
354
|
object: 'board_seo';
|
|
355
|
-
/** Verbatim `ads.txt` content, or `null` when not configured
|
|
355
|
+
/** Verbatim `ads.txt` content, or `null` when not configured. */
|
|
356
356
|
adsTxt: string | null;
|
|
357
|
-
/** IndexNow key-file content, or `null` when not configured
|
|
357
|
+
/** IndexNow key-file content, or `null` when not configured. */
|
|
358
358
|
indexNowKey: string | null;
|
|
359
359
|
/** Google site-verification token for the `<meta>` tag, or `null`. */
|
|
360
360
|
googleSiteVerification: string | null;
|
|
@@ -413,7 +413,7 @@ declare function isConflict(e: unknown): e is BoardApiError;
|
|
|
413
413
|
* constant because the package is platform-neutral and cannot read
|
|
414
414
|
* package.json at runtime.
|
|
415
415
|
*/
|
|
416
|
-
declare const SDK_VERSION = "1.2.
|
|
416
|
+
declare const SDK_VERSION = "1.2.1";
|
|
417
417
|
|
|
418
418
|
interface BoardUser {
|
|
419
419
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -352,9 +352,9 @@ interface PublicBoard {
|
|
|
352
352
|
*/
|
|
353
353
|
interface BoardSeo {
|
|
354
354
|
object: 'board_seo';
|
|
355
|
-
/** Verbatim `ads.txt` content, or `null` when not configured
|
|
355
|
+
/** Verbatim `ads.txt` content, or `null` when not configured. */
|
|
356
356
|
adsTxt: string | null;
|
|
357
|
-
/** IndexNow key-file content, or `null` when not configured
|
|
357
|
+
/** IndexNow key-file content, or `null` when not configured. */
|
|
358
358
|
indexNowKey: string | null;
|
|
359
359
|
/** Google site-verification token for the `<meta>` tag, or `null`. */
|
|
360
360
|
googleSiteVerification: string | null;
|
|
@@ -413,7 +413,7 @@ declare function isConflict(e: unknown): e is BoardApiError;
|
|
|
413
413
|
* constant because the package is platform-neutral and cannot read
|
|
414
414
|
* package.json at runtime.
|
|
415
415
|
*/
|
|
416
|
-
declare const SDK_VERSION = "1.2.
|
|
416
|
+
declare const SDK_VERSION = "1.2.1";
|
|
417
417
|
|
|
418
418
|
interface BoardUser {
|
|
419
419
|
id: string;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED