@bifravst/timestream-helpers
Advanced tools
Comparing version
export * from './client.js'; | ||
export * from './getAvailableColumns.js'; | ||
export * from './index.js'; | ||
@@ -3,0 +4,0 @@ export * from './parseResult.js'; |
export * from './client.js'; | ||
export * from './getAvailableColumns.js'; | ||
export * from './index.js'; | ||
@@ -3,0 +4,0 @@ export * from './parseResult.js'; |
@@ -0,5 +1,5 @@ | ||
import { ScalarType } from '@aws-sdk/client-timestream-query'; | ||
import assert from 'node:assert'; | ||
import { describe, it } from 'node:test'; | ||
import { parseResult } from './parseResult.js'; | ||
import { describe, it } from 'node:test'; | ||
import assert from 'node:assert'; | ||
import { ScalarType } from '@aws-sdk/client-timestream-query'; | ||
void void describe('parseResult', () => { | ||
@@ -6,0 +6,0 @@ void it('parses a Timestream result into an array of values', () => { |
import { MeasureValueType, TimeUnit } from '@aws-sdk/client-timestream-write'; | ||
import assert from 'node:assert'; | ||
import { describe, it } from 'node:test'; | ||
import { toRecord } from './toRecord.js'; | ||
import { describe, it } from 'node:test'; | ||
import assert from 'node:assert'; | ||
void describe('toRecord()', () => { | ||
@@ -6,0 +6,0 @@ void it('should convert sensor data to a timestream record', () => { |
@@ -0,4 +1,4 @@ | ||
import assert from 'node:assert'; | ||
import { describe, it } from 'node:test'; | ||
import { toTimestreamType } from './toTimestreamType.js'; | ||
import { describe, it } from 'node:test'; | ||
import assert from 'node:assert'; | ||
void describe('toTimestreamType', () => { | ||
@@ -5,0 +5,0 @@ for (const [v, expected] of [ |
{ | ||
"name": "@bifravst/timestream-helpers", | ||
"version": "6.0.3", | ||
"version": "6.1.0", | ||
"description": "Helper functions which simplify working with AWS Timestream", | ||
@@ -37,9 +37,10 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@bifravst/eslint-config-typescript": "6.1.9", | ||
"@bifravst/prettier-config": "1.0.4", | ||
"@commitlint/config-conventional": "19.2.2", | ||
"@bifravst/eslint-config-typescript": "6.1.20", | ||
"@bifravst/prettier-config": "1.1.6", | ||
"@commitlint/config-conventional": "19.7.1", | ||
"@types/backoff": "2.5.5", | ||
"@types/node": "20.14.10", | ||
"husky": "9.0.11", | ||
"tsx": "4.16.2" | ||
"@types/node": "22.13.4", | ||
"commitlint": "19.7.1", | ||
"husky": "9.1.7", | ||
"tsx": "4.19.3" | ||
}, | ||
@@ -56,3 +57,3 @@ "lint-staged": { | ||
"engines": { | ||
"node": ">=20", | ||
"node": ">=22", | ||
"npm": ">=10" | ||
@@ -72,3 +73,3 @@ }, | ||
{ | ||
"successComment": false, | ||
"successCommentCondition": false, | ||
"failTitle": false | ||
@@ -75,0 +76,0 @@ } |
Sorry, the diff of this file is not supported yet
33279
1.98%21
10.53%754
1.07%8
14.29%