Skip to content

Commit c4ee63c

Browse files
committed
fix: update dependencies
1 parent ae9b324 commit c4ee63c

File tree

4 files changed

+23
-37
lines changed

4 files changed

+23
-37
lines changed

historicalData/getAvailableColumns.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

lambda/queryLwM2MHistory.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
ValidationException,
99
} from '@aws-sdk/client-timestream-query'
1010
import { fromEnv } from '@bifravst/from-env'
11-
import { parseResult } from '@bifravst/timestream-helpers'
11+
import { getAvailableColumns, parseResult } from '@bifravst/timestream-helpers'
1212
import { aResponse } from '@hello.nrfcloud.com/lambda-helpers/aResponse'
1313
import { addVersionHeader } from '@hello.nrfcloud.com/lambda-helpers/addVersionHeader'
1414
import { corsOPTIONS } from '@hello.nrfcloud.com/lambda-helpers/corsOPTIONS'
@@ -45,7 +45,6 @@ import {
4545
LastHour,
4646
type HistoricalDataTimeSpan,
4747
} from '../historicalData/HistoricalDataTimeSpans.ts'
48-
import { getAvailableColumns } from '../historicalData/getAvailableColumns.ts'
4948
import { validateDeviceJWT } from '../jwt/validateDeviceJWT.ts'
5049
import { fetchMapJWTPublicKeys } from './map/fetchMapJWTPublicKeys.ts'
5150
import { withDevice, type WithDevice } from './middleware/withDevice.ts'

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@bifravst/prettier-config": "1.1.6",
5858
"@bifravst/random-words": "8.0.2",
5959
"@commitlint/config-conventional": "19.7.1",
60-
"@hello.nrfcloud.com/bdd-markdown-steps": "2.8.379",
60+
"@hello.nrfcloud.com/bdd-markdown-steps": "2.8.380",
6161
"@swc/cli": "0.6.0",
6262
"@swc/core": "1.10.18",
6363
"@types/aws-lambda": "8.10.147",
@@ -125,15 +125,15 @@
125125
"@bifravst/aws-ssm-settings-helpers": "1.2.107",
126126
"@bifravst/from-env": "3.0.2",
127127
"@bifravst/run": "1.2.0",
128-
"@bifravst/timestream-helpers": "6.0.3",
128+
"@bifravst/timestream-helpers": "6.1.0",
129129
"@hello.nrfcloud.com/certificate-helpers": "1.0.0",
130130
"@hello.nrfcloud.com/lambda-helpers": "2.0.78",
131131
"@hello.nrfcloud.com/nrfcloud-api-helpers": "6.0.158",
132132
"@hello.nrfcloud.com/proto": "15.3.50",
133-
"@hello.nrfcloud.com/proto-map": "16.2.2",
133+
"@hello.nrfcloud.com/proto-map": "16.2.3",
134134
"@middy/core": "6.0.0",
135135
"@middy/input-output-logger": "6.0.0",
136-
"@sinclair/typebox": "0.34.25",
136+
"@sinclair/typebox": "0.34.26",
137137
"cbor-x": "1.6.0",
138138
"id128": "1.6.6",
139139
"jsonwebtoken": "9.0.2",

0 commit comments

Comments
 (0)