mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #104] [MERGED] [WIP] Refactor to NPM workspaces #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/104
Author: @gschier
Created: 9/22/2024
Status: ✅ Merged
Merged: 9/23/2024
Merged by: @gschier
Base:
master← Head:npm-workspaces📝 Commits (2)
dd5a318Proper npm workspaces setup, initial refactor62a3a5bA few more tweaks📊 Changes
176 files changed (+1975 additions, -1241 deletions)
View changed files
📝
.eslintignore(+3 -2)📝
.eslintrc.cjs(+2 -3)📝
.github/workflows/release.yml(+4 -14)➖
.husky/.gitignore(+0 -1)➖
.husky/pre-commit(+0 -4)📝
package-lock.json(+1184 -689)📝
package.json(+14 -92)📝
plugin-runtime-types/package.json(+7 -3)📝
plugin-runtime-types/src/bindings/events.ts(+0 -8)➕
plugin-runtime-types/src/bindings/models.ts(+23 -0)➖
plugin-runtime-types/src/gen/models.ts(+0 -43)📝
plugin-runtime-types/src/helpers.ts(+0 -1)📝
plugin-runtime-types/src/index.ts(+2 -2)📝
plugin-runtime-types/src/plugins/Context.ts(+1 -1)📝
plugin-runtime-types/src/plugins/HttpRequestActionPlugin.ts(+1 -1)📝
plugin-runtime-types/src/plugins/ImporterPlugin.ts(+1 -1)📝
plugin-runtime-types/src/plugins/TemplateFunctionPlugin.ts(+1 -1)📝
plugin-runtime/package.json(+1 -1)📝
src-tauri/src/grpc.rs(+3 -3)📝
src-tauri/src/http_request.rs(+2 -2)...and 80 more files
📄 Description
This PR cleans up the architecture of the project by making use of NPM workspaces:
package.jsonwith workspace packages definedsrc-weba proper NPM package🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.