bgmt 0.1.3 → 0.2.0
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/cdn.d.mts +1 -1
- package/dist/cdn.mjs +1 -2
- package/dist/index.d.mts +7 -3813
- package/dist/index.mjs +71 -28
- package/package.json +13 -21
- package/dist/cdn.cjs +0 -25
- package/dist/cdn.d.cts +0 -32
- package/dist/index.cjs +0 -125
- package/dist/index.d.cts +0 -3848
- package/dist/types-qUxe1mrZ.d.cts +0 -31
- /package/dist/{types-CDKF8vJi.d.mts → types-B_6x1YN9.d.mts} +0 -0
package/dist/cdn.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as SubjectSearch, i as SubjectRating, n as FullSubject, r as SubjectImage, t as BasicSubject } from "./types-
|
|
1
|
+
import { a as SubjectSearch, i as SubjectRating, n as FullSubject, r as SubjectImage, t as BasicSubject } from "./types-B_6x1YN9.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/cdn/index.d.ts
|
|
4
4
|
interface CdnOptions {
|
package/dist/cdn.mjs
CHANGED
|
@@ -17,6 +17,5 @@ async function fetchCalendarSubjects(options = {}) {
|
|
|
17
17
|
if (!resp.ok) throw new Error(`Fetch bgmd calendar.json failed`, { cause: resp });
|
|
18
18
|
return await resp.json();
|
|
19
19
|
}
|
|
20
|
-
|
|
21
20
|
//#endregion
|
|
22
|
-
export { fetchBasicSubjects, fetchCalendarSubjects, fetchFullSubjects };
|
|
21
|
+
export { fetchBasicSubjects, fetchCalendarSubjects, fetchFullSubjects };
|