Skip to content

Commit 213377d

Browse files
1 parent 77d090b commit 213377d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+23
-5775
lines changed

CHANGELOG.md

-197
This file was deleted.

README.md

-109
This file was deleted.

SECURITY.md

-23
This file was deleted.

src/commands.rs Source/commands.rs

File renamed without changes.

src/config.rs Source/config.rs

File renamed without changes.

src/error.rs Source/error.rs

File renamed without changes.

src/lib.rs Source/lib.rs

File renamed without changes.

src/updater.rs Source/updater.rs

File renamed without changes.

package.json

+23-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
{
2-
"name": "@tauri-apps/plugin-updater",
3-
"version": "2.0.0",
4-
"license": "MIT OR Apache-2.0",
5-
"authors": [
6-
"Tauri Programme within The Commons Conservancy"
7-
],
8-
"repository": "https://github.com/tauri-apps/plugins-workspace",
9-
"type": "module",
10-
"types": "./dist-js/index.d.ts",
11-
"main": "./dist-js/index.cjs",
12-
"module": "./dist-js/index.js",
13-
"exports": {
14-
"types": "./dist-js/index.d.ts",
15-
"import": "./dist-js/index.js",
16-
"require": "./dist-js/index.cjs"
17-
},
18-
"scripts": {
19-
"build": "rollup -c"
20-
},
21-
"files": [
22-
"dist-js",
23-
"README.md",
24-
"LICENSE"
25-
],
26-
"dependencies": {
27-
"@tauri-apps/api": "^2.0.0"
28-
}
2+
"authors": [
3+
"Tauri Programme within The Commons Conservancy"
4+
],
5+
"dependencies": {
6+
"@tauri-apps/api": "^2.0.0"
7+
},
8+
"exports": {
9+
"import": "./dist-js/index.js",
10+
"require": "./dist-js/index.cjs",
11+
"types": "./dist-js/index.d.ts"
12+
},
13+
"files": [
14+
"dist-js",
15+
"README.md",
16+
"LICENSE"
17+
],
18+
"main": "./dist-js/index.cjs",
19+
"module": "./dist-js/index.js",
20+
"name": "@tauri-apps/plugin-updater",
21+
"scripts": {
22+
"build": "rollup -c"
23+
},
24+
"types": "./dist-js/index.d.ts"
2925
}

tests/app-updater/.gitignore

-1
This file was deleted.

tests/app-updater/Cargo.toml

-18
This file was deleted.

tests/app-updater/build.rs

-7
This file was deleted.

tests/app-updater/icons/128x128.png

-10.8 KB
Binary file not shown.
-22.6 KB
Binary file not shown.

tests/app-updater/icons/32x32.png

-2.17 KB
Binary file not shown.

tests/app-updater/icons/icon.icns

-271 KB
Binary file not shown.

tests/app-updater/icons/icon.ico

-36.8 KB
Binary file not shown.

tests/app-updater/icons/icon.png

-48.8 KB
Binary file not shown.

tests/app-updater/src/main.rs

-57
This file was deleted.

tests/app-updater/tauri.conf.json

-33
This file was deleted.

0 commit comments

Comments
 (0)