roamjs-components 0.65.3 → 0.65.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "roamjs-components",
3
3
  "description": "Description for roamjs-components",
4
- "version": "0.65.3",
4
+ "version": "0.65.4",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "scripts": {
package/types/index.d.ts CHANGED
@@ -4,6 +4,7 @@ import { Condition as QueryBuilderCondition, Selection as QueryBuilderSelection,
4
4
  import { RegisterCommand, UnregisterCommand } from "./smartblocks";
5
5
  import type marked from "marked";
6
6
  import type Markdown from "marked-react";
7
+ import type JSZip from "jszip";
7
8
  export * from "./native";
8
9
  declare type json = string | number | boolean | null | {
9
10
  toJSON: () => string;
@@ -13,6 +14,7 @@ declare type json = string | number | boolean | null | {
13
14
  declare global {
14
15
  interface Window {
15
16
  RoamLazy?: {
17
+ JSZip: () => Promise<typeof JSZip>;
16
18
  Marked: () => Promise<typeof marked>;
17
19
  MarkedReact: () => Promise<typeof Markdown>;
18
20
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/types/index.ts"],"names":[],"mappings":";;;AAkBA,mDAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/types/index.ts"],"names":[],"mappings":";;;AAmBA,mDAAyB"}