Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 28, 2024
1 parent 44fd954 commit 46615f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 44 deletions.
6 changes: 4 additions & 2 deletions lwm2m/fetchLwM2MShadows.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { IoTClient, SearchIndexCommand } from '@aws-sdk/client-iot'
import type { LwM2MObjectInstance } from '@hello.nrfcloud.com/proto-lwm2m'
import {
instanceTs,
type LwM2MObjectInstance,
} from '@hello.nrfcloud.com/proto-lwm2m'
import { shadowToObjects } from './shadowToObjects.js'
import { getDeviceInfo } from '../lambda/withDeviceAlias.js'
import { instanceTs } from './instanceTs.js'

type LwM2MShadow = {
deviceId: string
Expand Down
19 changes: 0 additions & 19 deletions lwm2m/instanceTs.spec.ts

This file was deleted.

18 changes: 0 additions & 18 deletions lwm2m/instanceTs.ts

This file was deleted.

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 @@ -82,7 +82,7 @@
},
"prettier": "@bifravst/prettier-config",
"dependencies": {
"@hello.nrfcloud.com/proto-lwm2m": "2.5.2",
"@hello.nrfcloud.com/proto-lwm2m": "2.7.0",
"@nordicsemiconductor/from-env": "3.0.1",
"@nordicsemiconductor/timestream-helpers": "6.0.2",
"@protobuf-ts/runtime": "2.9.3",
Expand Down

0 comments on commit 46615f0

Please sign in to comment.