feat(pwa): add base
All checks were successful
/ build-web (push) Successful in 5m35s
/ build-desktop (linux) (push) Successful in 9m41s
/ build-mobile (push) Successful in 20m12s
/ release (push) Successful in 1m51s
Dependency builds / Build web (pull_request) Has been skipped
Dependency builds / Build desktop (pull_request) Has been skipped
Dependency builds / Build mobile (pull_request) Has been skipped
All checks were successful
/ build-web (push) Successful in 5m35s
/ build-desktop (linux) (push) Successful in 9m41s
/ build-mobile (push) Successful in 20m12s
/ release (push) Successful in 1m51s
Dependency builds / Build web (pull_request) Has been skipped
Dependency builds / Build desktop (pull_request) Has been skipped
Dependency builds / Build mobile (pull_request) Has been skipped
This commit is contained in:
parent
6e977bca7e
commit
7b36218ffa
40 changed files with 4014 additions and 922 deletions
|
|
@ -1,20 +0,0 @@
|
|||
SPDXVersion: SPDX-2.1
|
||||
DataLicense: CC0-1.0
|
||||
PackageName: tauri
|
||||
DataFormat: SPDXRef-1
|
||||
PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
|
||||
PackageHomePage: https://tauri.app
|
||||
PackageLicenseDeclared: Apache-2.0
|
||||
PackageLicenseDeclared: MIT
|
||||
PackageCopyrightText: 2019-2022, The Tauri Programme in the Commons Conservancy
|
||||
PackageSummary: <text>Tauri is a rust project that enables developers to make secure
|
||||
and small desktop applications using a web frontend.
|
||||
</text>
|
||||
PackageComment: <text>The package includes the following libraries; see
|
||||
Relationship information.
|
||||
</text>
|
||||
Created: 2019-05-20T09:00:00Z
|
||||
PackageDownloadLocation: git://github.com/tauri-apps/tauri
|
||||
PackageDownloadLocation: git+https://github.com/tauri-apps/tauri.git
|
||||
PackageDownloadLocation: git+ssh://github.com/tauri-apps/tauri.git
|
||||
Creator: Person: Daniel Thompson-Yvetot
|
||||
|
|
@ -117,15 +117,6 @@ Generated from pnpm-lock.yaml and installed packages in workspace node_modules f
|
|||
- Folder: `licenses/@tauri-apps_cli@2.11.4`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/cli`
|
||||
|
||||
## @tauri-apps/plugin-barcode-scanner@2.4.5
|
||||
|
||||
- License: MIT OR Apache-2.0
|
||||
- Repository: https://github.com/tauri-apps/plugins-workspace
|
||||
- Description: Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS
|
||||
- Included files: LICENSE.spdx
|
||||
- Folder: `licenses/@tauri-apps_plugin-barcode-scanner@2.4.5`
|
||||
- Source package dir: `apps/tauri/node_modules/@tauri-apps/plugin-barcode-scanner`
|
||||
|
||||
## @tauri-apps/plugin-deep-link@2.4.9
|
||||
|
||||
- License: MIT OR Apache-2.0
|
||||
|
|
|
|||
|
|
@ -414,37 +414,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/%40tauri-apps/plugin-barcode-scanner@2.4.5",
|
||||
"name": "@tauri-apps/plugin-barcode-scanner",
|
||||
"version": "2.4.5",
|
||||
"purl": "pkg:npm/%40tauri-apps/plugin-barcode-scanner@2.4.5",
|
||||
"description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"name": "MIT OR Apache-2.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
"externalReferences": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/tauri-apps/plugins-workspace"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/@tauri-apps_plugin-barcode-scanner@2.4.5"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
"value": "apps/tauri/node_modules/@tauri-apps/plugin-barcode-scanner"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/%40tauri-apps/plugin-deep-link@2.4.9",
|
||||
|
|
@ -1754,4 +1723,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -160,19 +160,6 @@
|
|||
"licenseFolder": "licenses/@tauri-apps_cli@2.11.4",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tauri-apps/cli"
|
||||
},
|
||||
{
|
||||
"name": "@tauri-apps/plugin-barcode-scanner",
|
||||
"version": "2.4.5",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"homepage": null,
|
||||
"repository": "https://github.com/tauri-apps/plugins-workspace",
|
||||
"description": "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS",
|
||||
"files": [
|
||||
"LICENSE.spdx"
|
||||
],
|
||||
"licenseFolder": "licenses/@tauri-apps_plugin-barcode-scanner@2.4.5",
|
||||
"sourcePackageDir": "apps/tauri/node_modules/@tauri-apps/plugin-barcode-scanner"
|
||||
},
|
||||
{
|
||||
"name": "@tauri-apps/plugin-deep-link",
|
||||
"version": "2.4.9",
|
||||
|
|
@ -678,4 +665,4 @@
|
|||
"sourcePackageDir": "packages/call/node_modules/zustand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue