Commit Graph

28 Commits

Author SHA1 Message Date
Soorya U
1776543f58 fix: Check for package.json file to get package manager (#282) 2025-01-22 03:00:50 +02:00
amrbashir
53b84b4dc2 fix: fix reading package.json files, closes #273 2024-09-16 18:19:41 +03:00
Amr Bashir
c64d572c1c fix: bundle extension using tsup (#268)
* fix: bundle extension using tsup

closes #267

* deps
2024-09-02 19:53:00 +03:00
amrbashir
3312f3bc06 fix: update schema filename
this is due the recent changes in tauri repo
ref: https://github.com/tauri-apps/tauri/pull/10796
2024-08-28 19:43:54 +03:00
Amr Bashir
1176d6c522 chore: remove unused code, update deps and use node18 in CI (#244) 2024-04-24 18:47:12 +02:00
Soorya U
8f41ede1cd fix: install tauri-cli using cargo (#242)
* fix: install tauri-cli using cargo

Signed-off-by: Soorya U <sooryau7@gmail.com>

* chore: better error message and updated function name

* change file

---------

Signed-off-by: Soorya U <sooryau7@gmail.com>
2024-04-24 15:59:07 +02:00
amrbashir
731a586be2 revet: revert multiple deps update 2023-03-17 19:02:20 +02:00
amrbashir
84e45e02f3 fix: revert some package bumps 2023-03-17 18:37:07 +02:00
amrbashir
5356efb873 fix: fix tests 2023-03-17 17:42:22 +02:00
amrbashir
b8bbfaa524 fix: downgrade strip-ansi 2023-03-17 17:39:03 +02:00
amrbashir
00687368d8 fix: fix test and imports 2023-03-17 16:38:52 +02:00
Seki Rocc
2a0af165bf fix: use stripAnsi to remove ansi colors in output (#196)
Co-authored-by: chenjie.101 <chenjie.101@bytedance.com>
2023-02-06 13:01:47 +01:00
Amr Bashir
c78393cdec feat: support cargo as a package manager, closes #187 (#189)
* feat: support cargo as a package manager, closes #187

* fmt

* changefile

* Update src/extension.ts

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2022-10-22 12:47:37 +02:00
amrbashir
bb4268dd43 chore: add license and license headers 2022-09-19 17:16:41 +02:00
Amr Bashir
f85fc5c174 feat: provide schema for config based on tauri-build version (#162)
* feat: provide schema for config based on cli version

* fallback to latest release

* enable commented code

* get schema based on tauri-build version

* change url

* handle schema get request error

* Update versioned-schema.md

* Update extension.ts
2022-09-19 15:08:43 +02:00
Fabian-Lars
0e314cc258 fix: Manual brace-expansion resolution. Fix glob usage for glob@v8. Closes #163 (#169)
* add resolution for brace-expansion

* fix glob usage for glob@v8

* add changefile
2022-09-11 14:37:12 +02:00
FabianLars
31db436ef0 fix test. update engine. update lockfile 2022-04-08 23:22:46 +02:00
FabianLars
1017319ee7 formatting 2022-01-13 14:42:02 +01:00
FabianLars
4d04bf1e91 remove jsonfile dependency 2022-01-13 14:28:37 +01:00
FabianLars
8c5d175697 add tauri script to package.json if needed 2022-01-13 02:08:17 +01:00
FabianLars
e048b506da add missing install command 2022-01-13 01:32:45 +01:00
FabianLars
88848adcce add support for pnpm 2022-01-13 00:48:38 +01:00
Justin Maximillian Kimlim
6ea168e57f feat: supports yarn 2021-10-26 20:07:04 +07:00
Lucas Nogueira
c75323c24a feat: add deps commands 2021-05-04 11:58:58 -03:00
Lucas Nogueira
2b0cbc36c9 feat: updates for tauri beta-rc 2021-04-23 17:44:46 -03:00
Lucas Nogueira
3d306557da feat(extension) add vue cli plugin tauri support 2020-07-14 09:41:35 -03:00
Lucas Nogueira
9dd2b252fc feat(extension) add tauri init command 2020-07-07 15:26:32 -03:00
Lucas Nogueira
687969cfb4 initial commit 2020-07-06 13:21:53 -03:00