diff --git a/plugins/authenticator/package.json b/plugins/authenticator/package.json index 9c9109a61..093e2a390 100644 --- a/plugins/authenticator/package.json +++ b/plugins/authenticator/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/autostart/package.json b/plugins/autostart/package.json index 3b252f17a..2946bf064 100644 --- a/plugins/autostart/package.json +++ b/plugins/autostart/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/barcode-scanner/package.json b/plugins/barcode-scanner/package.json index 026f0f4c3..33d153426 100644 --- a/plugins/barcode-scanner/package.json +++ b/plugins/barcode-scanner/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/cli/package.json b/plugins/cli/package.json index 4d772f14c..e2d66ea96 100644 --- a/plugins/cli/package.json +++ b/plugins/cli/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/clipboard-manager/package.json b/plugins/clipboard-manager/package.json index ac9d84c9e..c45a76702 100644 --- a/plugins/clipboard-manager/package.json +++ b/plugins/clipboard-manager/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/deep-link/package.json b/plugins/deep-link/package.json index e4c92e68f..f0cb159cd 100644 --- a/plugins/deep-link/package.json +++ b/plugins/deep-link/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/dialog/package.json b/plugins/dialog/package.json index 4bb547c4b..dd84aacc5 100644 --- a/plugins/dialog/package.json +++ b/plugins/dialog/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/fs/package.json b/plugins/fs/package.json index 0fedb51d6..b29578c47 100644 --- a/plugins/fs/package.json +++ b/plugins/fs/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/global-shortcut/package.json b/plugins/global-shortcut/package.json index b50150f76..b0f979c20 100644 --- a/plugins/global-shortcut/package.json +++ b/plugins/global-shortcut/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/http/package.json b/plugins/http/package.json index 4dc7bcf8b..7c3f7df7d 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/log/package.json b/plugins/log/package.json index 2fdc07508..76df61a48 100644 --- a/plugins/log/package.json +++ b/plugins/log/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/notification/package.json b/plugins/notification/package.json index 75e574bce..9a93a5669 100644 --- a/plugins/notification/package.json +++ b/plugins/notification/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/os/package.json b/plugins/os/package.json index df6e9594a..494e05b60 100644 --- a/plugins/os/package.json +++ b/plugins/os/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/positioner/package.json b/plugins/positioner/package.json index 1894cc850..6c77b02e9 100644 --- a/plugins/positioner/package.json +++ b/plugins/positioner/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/process/package.json b/plugins/process/package.json index 1ed26c3ae..c7b76245e 100644 --- a/plugins/process/package.json +++ b/plugins/process/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/shell/package.json b/plugins/shell/package.json index 3888991d8..013b69de3 100644 --- a/plugins/shell/package.json +++ b/plugins/shell/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/sql/package.json b/plugins/sql/package.json index cb90f3e4a..db91c5bc1 100644 --- a/plugins/sql/package.json +++ b/plugins/sql/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/store/package.json b/plugins/store/package.json index 2e0d61640..a0cb01bf0 100644 --- a/plugins/store/package.json +++ b/plugins/store/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/stronghold/package.json b/plugins/stronghold/package.json index 1aebb0333..46c8f9083 100644 --- a/plugins/stronghold/package.json +++ b/plugins/stronghold/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/updater/package.json b/plugins/updater/package.json index 9239a7acd..7b8eca0f8 100644 --- a/plugins/updater/package.json +++ b/plugins/updater/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/upload/package.json b/plugins/upload/package.json index cd3b7a6e5..86b6d9817 100644 --- a/plugins/upload/package.json +++ b/plugins/upload/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/websocket/package.json b/plugins/websocket/package.json index 0e3226413..ea6652d16 100644 --- a/plugins/websocket/package.json +++ b/plugins/websocket/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/plugins/window-state/package.json b/plugins/window-state/package.json index 8ad6c677b..d6d0e08de 100644 --- a/plugins/window-state/package.json +++ b/plugins/window-state/package.json @@ -7,6 +7,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", diff --git a/shared/template/package.json b/shared/template/package.json index 88606d39c..00294c193 100644 --- a/shared/template/package.json +++ b/shared/template/package.json @@ -6,6 +6,9 @@ "Tauri Programme within The Commons Conservancy" ], "type": "module", + "types": "./dist-js/index.d.ts", + "main": "./dist-js/index.cjs", + "module": "./dist-js/index.js", "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js",