@nordicsemiconductor/asset-tracker-lwm2m
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "@nordicsemiconductor/asset-tracker-lwm2m", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Converts a JSON document containing the asset_tracker_v2 device and sensor data encoded as LwM2M to the JSON document required by nRF Asset Tracker.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -8,3 +8,3 @@ import { | ||
import { UndefinedLwM2MObjectWarning } from './UndefinedLwM2MObjectWarning.js' | ||
import type { ConversionResult } from 'src/converter.js' | ||
import type { ConversionResult } from '../converter.js' | ||
@@ -11,0 +11,0 @@ /** |
@@ -8,3 +8,3 @@ import { type Config_50009, Config_50009_urn } from '../schemas/Config_50009.js' | ||
import { UndefinedLwM2MObjectWarning } from './UndefinedLwM2MObjectWarning.js' | ||
import type { ConversionResult } from 'src/converter.js' | ||
import type { ConversionResult } from '../converter.js' | ||
@@ -11,0 +11,0 @@ /** |
@@ -9,3 +9,3 @@ import { | ||
import { UndefinedLwM2MObjectWarning } from './UndefinedLwM2MObjectWarning.js' | ||
import type { ConversionResult } from 'src/converter.js' | ||
import type { ConversionResult } from '../converter.js' | ||
@@ -12,0 +12,0 @@ /** |
@@ -15,3 +15,3 @@ import { | ||
import { UndefinedLwM2MObjectWarning } from './UndefinedLwM2MObjectWarning.js' | ||
import type { ConversionResult } from 'src/converter.js' | ||
import type { ConversionResult } from '../converter.js' | ||
@@ -18,0 +18,0 @@ /** |
@@ -8,3 +8,3 @@ import { | ||
import { UndefinedLwM2MObjectWarning } from './UndefinedLwM2MObjectWarning.js' | ||
import type { ConversionResult } from 'src/converter.js' | ||
import type { ConversionResult } from '../converter.js' | ||
@@ -11,0 +11,0 @@ /** |
@@ -12,5 +12,5 @@ import { | ||
type ConnectivityMonitoring_4, | ||
} from 'src/schemas/index.js' | ||
} from '../schemas/index.js' | ||
import { UndefinedLwM2MObjectWarning } from './UndefinedLwM2MObjectWarning.js' | ||
import type { ConversionResult } from 'src/converter.js' | ||
import type { ConversionResult } from '../converter.js' | ||
@@ -17,0 +17,0 @@ /** |
@@ -5,3 +5,3 @@ import { parseURN } from '@nordicsemiconductor/lwm2m-types' | ||
nRFAssetTrackerReportedType, | ||
} from 'src/converter.js' | ||
} from '../converter.js' | ||
@@ -8,0 +8,0 @@ /** |
@@ -19,8 +19,4 @@ { | ||
"noEmit": true, | ||
"verbatimModuleSyntax": true, | ||
"baseUrl": ".", | ||
"paths": { | ||
"asset-tracker-lwm2m": ["index.d.ts"] | ||
} | ||
"verbatimModuleSyntax": true | ||
} | ||
} |
75245
1912