Skip to content

Commit 9c00693

Browse files
committed
chore(deps): update API clients
1 parent cb7cb01 commit 9c00693

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

components/runCards/ApplicationCard/ApplicationModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const ApplicationModal = ({
5454
data: {
5555
debug,
5656
application_id: applicationId,
57-
application_version: versionToUse,
57+
// application_version: versionToUse,
5858
as_name: name,
5959
project_id: projectId,
6060
specification: JSON.stringify({

components/runCards/JobCard/JobModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const JobModal = ({
144144
data: {
145145
debug,
146146
application_id: job.application.application_id,
147-
application_version: job.application.latest_version,
147+
// application_version: job.application.latest_version,
148148
as_name: name,
149149
project_id: projectId,
150150
specification: JSON.stringify(specification),

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@rjsf/utils": "5.17.1",
5353
"@rjsf/validator-ajv8": "5.17.1",
5454
"@sentry/nextjs": "7.103.0",
55-
"@squonk/account-server-client": "2.1.0-rc.10",
56-
"@squonk/data-manager-client": "2.0.0-alpha.1",
55+
"@squonk/account-server-client": "2.1.0-beta.1",
56+
"@squonk/data-manager-client": "2.0.0-beta.1",
5757
"@squonk/mui-theme": "3.0.2",
5858
"@squonk/sdf-parser": "1.3.0",
5959
"@tanstack/match-sorter-utils": "8.11.8",

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)