Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfarherFinitestate committed Oct 2, 2024
1 parent 977ef28 commit bfc6970
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"axios": "^1.7.7",
"finite-state-sdk": "^0.0.1-beta.4"
"finite-state-sdk": "^0.0.1-beta.5"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CompleteTestResultUploadResponse } from 'finite-state-sdk'
import * as fs from 'fs'
import { CompleteTestResultUploadResponse } from 'node_modules/finite-state-sdk/dist/fs/main'
import * as path from 'path'

export async function extractAssetVersion(
Expand Down
2 changes: 1 addition & 1 deletion src/upload_third_party.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as core from '@actions/core'
import {
CompleteTestResultUploadResponse,
CreateNewAssetVersionParams,
FiniteStateSDK,
UploadMethod
Expand All @@ -15,7 +16,6 @@ import {
githubInputParamsType,
isPullRequest
} from './lib/utils/github_utils'
import { CompleteTestResultUploadResponse } from 'node_modules/finite-state-sdk/dist/fs/main'

export async function getInputs(): Promise<githubInputParamsType> {
return {
Expand Down

0 comments on commit bfc6970

Please sign in to comment.