-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from cupcakearmy/also-expose-api-methods-for-…
…programmatic-usage Also expose api methods for programmatic usage
- Loading branch information
Showing
21 changed files
with
1,434 additions
and
1,124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v20.9.0 | ||
v18.19.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"dev:docker": "docker-compose -f docker-compose.dev.yaml up redis", | ||
"dev:packages": "pnpm --parallel run dev", | ||
|
@@ -13,9 +12,10 @@ | |
"build": "pnpm run --recursive --filter=!@cryptgeon/backend build" | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "^1.39.0", | ||
"@types/node": "^20.8.10", | ||
"@playwright/test": "^1.42.1", | ||
"@types/node": "^20.11.24", | ||
"npm-run-all": "^4.1.5", | ||
"shelljs": "^0.8.5" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.