Refactor(tauri): move tauri-api and tauri-updater to tauri (#1455)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
chip
2021-04-11 21:09:41 -07:00
committed by GitHub
parent 7fab1c039b
commit a6def7066e
80 changed files with 859 additions and 4754 deletions

6
.github/CODEOWNERS vendored
View File

@@ -19,8 +19,4 @@
/cli/tauri.js/ @tauri-apps/js-cli
/tauri-update/ @tauri-apps/core
/tauri-api/ @tauri-apps/core
/tauri/ @tauri-apps/core
/core/** @tauri-apps/core

View File

@@ -53,7 +53,6 @@ Some Tauri packages will be automatically built when running one of the examples
### Packages Overview
- The JS API (`/api`) contains JS bindings to the builtin Rust functions in the Rust API.
- The Rust API (`/core/tauri-api`) contains the Rust functions used by the JS API.
- Tauri.js (`/cli/tauri.js`) is the primary CLI for creating and developing Tauri apps.
- The Rust CLI (`/cli/core`) is a new version of the CLI that will replace Tauri.js, but now it only supports build and dev commands. Tauri.js will automatically use the Rust CLI for these commands.
- Tauri Bundler (`/cli/tauri-bundler`) is used by the Rust CLI to package executables into installers.

View File

@@ -8,7 +8,6 @@ on:
paths:
- '.github/workflows/artifacts-updater.yml'
- 'core/tauri/**'
- 'core/tauri-updater/**'
- 'cli/core/**'
- 'cli/tauri-bundler/**'
- 'examples/updater/**'

View File

@@ -112,10 +112,6 @@ jobs:
registryName: tauri-bundler
- name: tauri-utils
registryName: tauri-utils
- name: tauri-api
registryName: tauri-api
- name: tauri-updater
registryName: tauri-updater
- name: tauri-core
registryName: tauri