rotion 1.1.0 → 1.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/exporter/github.d.ts +1 -2
- package/dist/ui/cjs/index.css +1 -1
- package/dist/ui/cjs/index.js +1 -1
- package/dist/ui/cjs/index.js.map +1 -1
- package/dist/ui/cjs/types/exporter/github.d.ts +1 -2
- package/dist/ui/esm/index.css +1 -1
- package/dist/ui/esm/index.js +1 -1
- package/dist/ui/esm/index.js.map +1 -1
- package/dist/ui/esm/types/exporter/github.d.ts +1 -2
- package/dist/ui/style-without-dark.css +1 -1
- package/dist/ui/umd/index.css +1 -1
- package/dist/ui/umd/index.js +1 -1
- package/dist/ui/umd/index.js.map +1 -1
- package/dist/ui/umd/types/exporter/github.d.ts +1 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
interface FetchFunc<T> {
|
|
1
|
+
export interface FetchFunc<T> {
|
|
2
2
|
(input: RequestInfo, init?: RequestInit): Promise<T>;
|
|
3
3
|
}
|
|
4
4
|
export interface GithubRepoArgs {
|
|
@@ -239,4 +239,3 @@ export interface LinkPreviewGithubIssue {
|
|
|
239
239
|
number: number;
|
|
240
240
|
}
|
|
241
241
|
export declare function getIssueForLinkPreview({ owner, repo, number }: GithubIssueArgs, func?: FetchFunc<GithubIssueResponse>): Promise<LinkPreviewGithubIssue>;
|
|
242
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rotion",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "linyows/rotion",
|
|
6
6
|
"description": "This is react components that uses the notion API to display the notion's database and page.",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@notionhq/client": "^2.2.14",
|
|
63
63
|
"cdate": "^0.0.7",
|
|
64
|
-
"cdate-relative": "^0.0
|
|
64
|
+
"cdate-relative": "^0.1.0",
|
|
65
65
|
"file-type": "^19.0.0",
|
|
66
66
|
"katex": "^0.16.9",
|
|
67
67
|
"mermaid": "^10.6.1",
|