Skip to content

Commit a89d221

Browse files
committed
Update CHANGELOG
1 parent 56e072c commit a89d221

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
## Version History
1212

13+
### v3.5.0
14+
15+
- :rocket: Update Core Deps
16+
1317
### v3.4.0
1418

1519
- :rocket: Update Core Deps

task.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { Static, Type, TSchema } from '@sinclair/typebox';
22
import { CookieJar } from 'tough-cookie';
33
import { CookieAgent } from 'http-cookie-agent/undici';
44
import moment from 'moment-timezone';
5-
import ETL, { Event, SchemaType, handler as internal, local, InputFeatureCollection, InvocationType, DataFlowType } from '@tak-ps/etl';
5+
import { Feature } from '@tak-ps/node-cot'
6+
import ETL, { Event, SchemaType, handler as internal, local, InvocationType, DataFlowType } from '@tak-ps/etl';
67
import { parse } from 'csv-parse/sync'
78

89
const Env = Type.Object({
@@ -79,7 +80,7 @@ export default class Task extends ETL {
7980
filteredAgencies.push(...agencies);
8081
}
8182

82-
const fc: Static<typeof InputFeatureCollection> = {
83+
const fc: Static<typeof Feature.InputFeatureCollection> = {
8384
type: 'FeatureCollection',
8485
features: []
8586
};

0 commit comments

Comments
 (0)