From 574345f9194b29920a4a7893db0a06ea16292b53 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Sat, 29 Jun 2024 11:21:03 +0000 Subject: [PATCH 1/2] feat(api): update via SDK Studio (#72) --- .stats.yml | 2 +- api.md | 2 +- src/index.ts | 1 - src/resources/agency.ts | 10 +- .../arrival-and-departure-for-stop.ts | 217 +++++++++++++++++ .../arrivals-and-departures-for-stop.ts | 221 +++++++++++++++++- src/resources/index.ts | 2 +- src/resources/shared.ts | 178 +++++++++++++- tests/api-resources/agency.test.ts | 11 +- 9 files changed, 625 insertions(+), 19 deletions(-) diff --git a/.stats.yml b/.stats.yml index 9ef3e1c..a98ebc8 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 7 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-078a3ae0f749c5f370d657032346c607e199d3f87f16c33e7b6b7555995663de.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-0e07cc2f627e7da0fe68db9c5c0a83df63b867f0e9d2351d9b50734fe28f9207.yml diff --git a/api.md b/api.md index 3aea27b..1918843 100644 --- a/api.md +++ b/api.md @@ -23,7 +23,7 @@ Types: Methods: -- client.agency.retrieve(agencyId, { ...params }) -> AgencyRetrieveResponse +- client.agency.retrieve(agencyId) -> AgencyRetrieveResponse # Config diff --git a/src/index.ts b/src/index.ts index 3a7802f..f9041a0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -192,7 +192,6 @@ export namespace OnebusawaySDK { export import Agency = API.Agency; export import AgencyRetrieveResponse = API.AgencyRetrieveResponse; - export import AgencyRetrieveParams = API.AgencyRetrieveParams; export import Config = API.Config; export import ConfigRetrieveResponse = API.ConfigRetrieveResponse; diff --git a/src/resources/agency.ts b/src/resources/agency.ts index 27332d5..ac821bd 100644 --- a/src/resources/agency.ts +++ b/src/resources/agency.ts @@ -27,6 +27,8 @@ export namespace AgencyRetrieveResponse { entry?: Data.Entry; limitExceeded?: boolean; + + references?: Shared.References; } export namespace Data { @@ -54,14 +56,6 @@ export namespace AgencyRetrieveResponse { } } -export interface AgencyRetrieveParams { - /** - * API key for authentication. - */ - key: string; -} - export namespace Agency { export import AgencyRetrieveResponse = AgencyAPI.AgencyRetrieveResponse; - export import AgencyRetrieveParams = AgencyAPI.AgencyRetrieveParams; } diff --git a/src/resources/arrival-and-departure-for-stop.ts b/src/resources/arrival-and-departure-for-stop.ts index 4ec55e1..8823dbb 100644 --- a/src/resources/arrival-and-departure-for-stop.ts +++ b/src/resources/arrival-and-departure-for-stop.ts @@ -34,142 +34,359 @@ export namespace ArrivalAndDepartureForStopRetrieveResponse { export namespace Data { export interface Entry { + /** + * The actual track information of the arriving transit vehicle. + */ actualTrack?: string; + /** + * Indicates if riders can arrive on this transit vehicle. + */ arrivalEnabled?: boolean; + /** + * Index of this arrival’s trip into the sequence of trips for the active block. + */ blockTripSequence?: number; + /** + * Indicates if riders can depart from this transit vehicle. + */ departureEnabled?: boolean; + /** + * Distance of the arriving transit vehicle from the stop, in meters. + */ distanceFromStop?: number; + /** + * Information about frequency-based scheduling, if applicable to the trip. + */ frequency?: string; + /** + * Historical occupancy information of the transit vehicle. + */ historicalOccupancy?: string; + /** + * Timestamp of the last update time for this arrival. + */ lastUpdateTime?: number; + /** + * Number of stops between the arriving transit vehicle and the current stop + * (excluding the current stop). + */ numberOfStopsAway?: number; + /** + * Current occupancy status of the transit vehicle. + */ occupancyStatus?: string; + /** + * Indicates if real-time arrival info is available for this trip. + */ predicted?: boolean; + /** + * Interval for predicted arrival time, if available. + */ predictedArrivalInterval?: string; + /** + * Predicted arrival time, in milliseconds since Unix epoch (zero if no real-time + * available). + */ predictedArrivalTime?: number; + /** + * Interval for predicted departure time, if available. + */ predictedDepartureInterval?: string; + /** + * Predicted departure time, in milliseconds since Unix epoch (zero if no real-time + * available). + */ predictedDepartureTime?: number; + /** + * Predicted occupancy status of the transit vehicle. + */ predictedOccupancy?: string; + /** + * The ID of the route for the arriving vehicle. + */ routeId?: string; + /** + * Optional route long name that potentially overrides the route long name in the + * referenced route element. + */ routeLongName?: string; + /** + * Optional route short name that potentially overrides the route short name in the + * referenced route element. + */ routeShortName?: string; + /** + * Interval for scheduled arrival time. + */ scheduledArrivalInterval?: string; + /** + * Scheduled arrival time, in milliseconds since Unix epoch. + */ scheduledArrivalTime?: number; + /** + * Interval for scheduled departure time. + */ scheduledDepartureInterval?: string; + /** + * Scheduled departure time, in milliseconds since Unix epoch. + */ scheduledDepartureTime?: number; + /** + * Scheduled track information of the arriving transit vehicle. + */ scheduledTrack?: string; + /** + * Time, in milliseconds since the Unix epoch, of midnight for the start of the + * service date for the trip. + */ serviceDate?: number; + /** + * References to situation elements (if any) applicable to this arrival. + */ situationIds?: Array; + /** + * Current status of the arrival. + */ status?: string; + /** + * The ID of the stop the vehicle is arriving at. + */ stopId?: string; + /** + * Index of the stop into the sequence of stops that make up the trip for this + * arrival. + */ stopSequence?: number; + /** + * Total number of stops visited on the trip for this arrival. + */ totalStopsInTrip?: number; + /** + * Optional trip headsign that potentially overrides the trip headsign in the + * referenced trip element. + */ tripHeadsign?: string; + /** + * The ID of the trip for the arriving vehicle. + */ tripId?: string; + /** + * Trip-specific status for the arriving transit vehicle. + */ tripStatus?: Entry.TripStatus; + /** + * ID of the transit vehicle serving this trip. + */ vehicleId?: string; } export namespace Entry { + /** + * Trip-specific status for the arriving transit vehicle. + */ export interface TripStatus { + /** + * Trip ID of the trip the vehicle is actively serving. + */ activeTripId?: string; + /** + * Index of the active trip into the sequence of trips for the active block. + */ blockTripSequence?: number; + /** + * ID of the closest stop to the current location of the transit vehicle. + */ closestStop?: string; + /** + * Time offset from the closest stop to the current position of the transit vehicle + * (in seconds). + */ closestStopTimeOffset?: number; + /** + * Distance, in meters, the transit vehicle has progressed along the active trip. + */ distanceAlongTrip?: number; + /** + * Information about frequency-based scheduling, if applicable to the trip. + */ frequency?: string; + /** + * Last known distance along the trip received in real-time from the transit + * vehicle. + */ lastKnownDistanceAlongTrip?: number; + /** + * Last known location of the transit vehicle. + */ lastKnownLocation?: TripStatus.LastKnownLocation; + /** + * Last known orientation value received in real-time from the transit vehicle. + */ lastKnownOrientation?: number; + /** + * Timestamp of the last known real-time location update from the transit vehicle. + */ lastLocationUpdateTime?: number; + /** + * Timestamp of the last known real-time update from the transit vehicle. + */ lastUpdateTime?: number; + /** + * ID of the next stop the transit vehicle is scheduled to arrive at. + */ nextStop?: string; + /** + * Time offset from the next stop to the current position of the transit vehicle + * (in seconds). + */ nextStopTimeOffset?: number; + /** + * Capacity of the transit vehicle in terms of occupancy. + */ occupancyCapacity?: number; + /** + * Current count of occupants in the transit vehicle. + */ occupancyCount?: number; + /** + * Current occupancy status of the transit vehicle. + */ occupancyStatus?: string; + /** + * Orientation of the transit vehicle, represented as an angle in degrees. + */ orientation?: number; + /** + * Current journey phase of the trip. + */ phase?: string; + /** + * Current position of the transit vehicle. + */ position?: TripStatus.Position; + /** + * Indicates if real-time arrival info is available for this trip. + */ predicted?: boolean; + /** + * Distance, in meters, the transit vehicle is scheduled to have progressed along + * the active trip. + */ scheduledDistanceAlongTrip?: number; + /** + * Deviation from the schedule in seconds (positive for late, negative for early). + */ scheduleDeviation?: number; + /** + * Time, in milliseconds since the Unix epoch, of midnight for the start of the + * service date for the trip. + */ serviceDate?: number; + /** + * References to situation elements (if any) applicable to this trip. + */ situationIds?: Array; + /** + * Current status modifiers for the trip. + */ status?: string; + /** + * Total length of the trip, in meters. + */ totalDistanceAlongTrip?: number; + /** + * ID of the transit vehicle currently serving the trip. + */ vehicleId?: string; } export namespace TripStatus { + /** + * Last known location of the transit vehicle. + */ export interface LastKnownLocation { + /** + * Latitude of the last known location of the transit vehicle. + */ lat?: number; + /** + * Longitude of the last known location of the transit vehicle. + */ lon?: number; } + /** + * Current position of the transit vehicle. + */ export interface Position { + /** + * Latitude of the current position of the transit vehicle. + */ lat?: number; + /** + * Longitude of the current position of the transit vehicle. + */ lon?: number; } } diff --git a/src/resources/arrivals-and-departures-for-stop.ts b/src/resources/arrivals-and-departures-for-stop.ts index 5d5ec2b..0d1905d 100644 --- a/src/resources/arrivals-and-departures-for-stop.ts +++ b/src/resources/arrivals-and-departures-for-stop.ts @@ -41,153 +41,370 @@ export interface ArrivalsAndDeparturesForStopRetrieveResponse extends Shared.Res export namespace ArrivalsAndDeparturesForStopRetrieveResponse { export interface Data { entry?: Data.Entry; + + references?: Shared.References; } export namespace Data { export interface Entry { arrivalsAndDepartures?: Array; - - references?: Shared.References; } export namespace Entry { export interface ArrivalsAndDeparture { + /** + * The actual track information of the arriving transit vehicle. + */ actualTrack?: string; + /** + * Indicates if riders can arrive on this transit vehicle. + */ arrivalEnabled?: boolean; + /** + * Index of this arrival’s trip into the sequence of trips for the active block. + */ blockTripSequence?: number; + /** + * Indicates if riders can depart from this transit vehicle. + */ departureEnabled?: boolean; + /** + * Distance of the arriving transit vehicle from the stop, in meters. + */ distanceFromStop?: number; + /** + * Information about frequency-based scheduling, if applicable to the trip. + */ frequency?: string; + /** + * Historical occupancy information of the transit vehicle. + */ historicalOccupancy?: string; + /** + * Timestamp of the last update time for this arrival. + */ lastUpdateTime?: number; + /** + * Number of stops between the arriving transit vehicle and the current stop + * (excluding the current stop). + */ numberOfStopsAway?: number; + /** + * Current occupancy status of the transit vehicle. + */ occupancyStatus?: string; + /** + * Indicates if real-time arrival info is available for this trip. + */ predicted?: boolean; + /** + * Interval for predicted arrival time, if available. + */ predictedArrivalInterval?: string; + /** + * Predicted arrival time, in milliseconds since Unix epoch (zero if no real-time + * available). + */ predictedArrivalTime?: number; + /** + * Interval for predicted departure time, if available. + */ predictedDepartureInterval?: string; + /** + * Predicted departure time, in milliseconds since Unix epoch (zero if no real-time + * available). + */ predictedDepartureTime?: number; + /** + * Predicted occupancy status of the transit vehicle. + */ predictedOccupancy?: string; + /** + * The ID of the route for the arriving vehicle. + */ routeId?: string; + /** + * Optional route long name that potentially overrides the route long name in the + * referenced route element. + */ routeLongName?: string; + /** + * Optional route short name that potentially overrides the route short name in the + * referenced route element. + */ routeShortName?: string; + /** + * Interval for scheduled arrival time. + */ scheduledArrivalInterval?: string; + /** + * Scheduled arrival time, in milliseconds since Unix epoch. + */ scheduledArrivalTime?: number; + /** + * Interval for scheduled departure time. + */ scheduledDepartureInterval?: string; + /** + * Scheduled departure time, in milliseconds since Unix epoch. + */ scheduledDepartureTime?: number; + /** + * Scheduled track information of the arriving transit vehicle. + */ scheduledTrack?: string; + /** + * Time, in milliseconds since the Unix epoch, of midnight for the start of the + * service date for the trip. + */ serviceDate?: number; + /** + * References to situation elements (if any) applicable to this arrival. + */ situationIds?: Array; + /** + * Current status of the arrival. + */ status?: string; + /** + * The ID of the stop the vehicle is arriving at. + */ stopId?: string; + /** + * Index of the stop into the sequence of stops that make up the trip for this + * arrival. + */ stopSequence?: number; + /** + * Total number of stops visited on the trip for this arrival. + */ totalStopsInTrip?: number; + /** + * Optional trip headsign that potentially overrides the trip headsign in the + * referenced trip element. + */ tripHeadsign?: string; + /** + * The ID of the trip for the arriving vehicle. + */ tripId?: string; + /** + * Trip-specific status for the arriving transit vehicle. + */ tripStatus?: ArrivalsAndDeparture.TripStatus; + /** + * ID of the transit vehicle serving this trip. + */ vehicleId?: string; } export namespace ArrivalsAndDeparture { + /** + * Trip-specific status for the arriving transit vehicle. + */ export interface TripStatus { + /** + * Trip ID of the trip the vehicle is actively serving. + */ activeTripId?: string; + /** + * Index of the active trip into the sequence of trips for the active block. + */ blockTripSequence?: number; + /** + * ID of the closest stop to the current location of the transit vehicle. + */ closestStop?: string; + /** + * Time offset from the closest stop to the current position of the transit vehicle + * (in seconds). + */ closestStopTimeOffset?: number; + /** + * Distance, in meters, the transit vehicle has progressed along the active trip. + */ distanceAlongTrip?: number; + /** + * Information about frequency-based scheduling, if applicable to the trip. + */ frequency?: string; + /** + * Last known distance along the trip received in real-time from the transit + * vehicle. + */ lastKnownDistanceAlongTrip?: number; + /** + * Last known location of the transit vehicle. + */ lastKnownLocation?: TripStatus.LastKnownLocation; + /** + * Last known orientation value received in real-time from the transit vehicle. + */ lastKnownOrientation?: number; + /** + * Timestamp of the last known real-time location update from the transit vehicle. + */ lastLocationUpdateTime?: number; + /** + * Timestamp of the last known real-time update from the transit vehicle. + */ lastUpdateTime?: number; + /** + * ID of the next stop the transit vehicle is scheduled to arrive at. + */ nextStop?: string; + /** + * Time offset from the next stop to the current position of the transit vehicle + * (in seconds). + */ nextStopTimeOffset?: number; + /** + * Capacity of the transit vehicle in terms of occupancy. + */ occupancyCapacity?: number; + /** + * Current count of occupants in the transit vehicle. + */ occupancyCount?: number; + /** + * Current occupancy status of the transit vehicle. + */ occupancyStatus?: string; + /** + * Orientation of the transit vehicle, represented as an angle in degrees. + */ orientation?: number; + /** + * Current journey phase of the trip. + */ phase?: string; + /** + * Current position of the transit vehicle. + */ position?: TripStatus.Position; + /** + * Indicates if real-time arrival info is available for this trip. + */ predicted?: boolean; + /** + * Distance, in meters, the transit vehicle is scheduled to have progressed along + * the active trip. + */ scheduledDistanceAlongTrip?: number; + /** + * Deviation from the schedule in seconds (positive for late, negative for early). + */ scheduleDeviation?: number; + /** + * Time, in milliseconds since the Unix epoch, of midnight for the start of the + * service date for the trip. + */ serviceDate?: number; + /** + * References to situation elements (if any) applicable to this trip. + */ situationIds?: Array; + /** + * Current status modifiers for the trip. + */ status?: string; + /** + * Total length of the trip, in meters. + */ totalDistanceAlongTrip?: number; + /** + * ID of the transit vehicle currently serving the trip. + */ vehicleId?: string; } export namespace TripStatus { + /** + * Last known location of the transit vehicle. + */ export interface LastKnownLocation { + /** + * Latitude of the last known location of the transit vehicle. + */ lat?: number; + /** + * Longitude of the last known location of the transit vehicle. + */ lon?: number; } + /** + * Current position of the transit vehicle. + */ export interface Position { + /** + * Latitude of the current position of the transit vehicle. + */ lat?: number; + /** + * Longitude of the current position of the transit vehicle. + */ lon?: number; } } diff --git a/src/resources/index.ts b/src/resources/index.ts index d3d4889..8034c00 100644 --- a/src/resources/index.ts +++ b/src/resources/index.ts @@ -2,7 +2,7 @@ export * from './shared'; export { AgenciesWithCoverageRetrieveResponse, AgenciesWithCoverage } from './agencies-with-coverage'; -export { AgencyRetrieveResponse, AgencyRetrieveParams, Agency } from './agency'; +export { AgencyRetrieveResponse, Agency } from './agency'; export { ArrivalAndDepartureForStopRetrieveResponse, ArrivalAndDepartureForStopRetrieveParams, diff --git a/src/resources/shared.ts b/src/resources/shared.ts index 08b5111..51272a8 100644 --- a/src/resources/shared.ts +++ b/src/resources/shared.ts @@ -5,7 +5,7 @@ export interface References { routes?: Array; - situations?: Array; + situations?: Array; stops?: Array; @@ -59,6 +59,182 @@ export namespace References { url?: string; } + export interface Situation { + /** + * Unique identifier for the situation. + */ + id: string; + + /** + * Unix timestamp of when this situation was created. + */ + creationTime: number; + + activeWindows?: Array; + + allAffects?: Array; + + /** + * Message regarding the consequence of the situation. + */ + consequenceMessage?: string; + + consequences?: Array; + + description?: Situation.Description; + + publicationWindows?: Array; + + /** + * Reason for the service alert, taken from TPEG codes. + */ + reason?: + | 'equipmentReason' + | 'environmentReason' + | 'personnelReason' + | 'miscellaneousReason' + | 'securityAlert'; + + /** + * Severity of the situation. + */ + severity?: string; + + summary?: Situation.Summary; + + url?: Situation.URL; + } + + export namespace Situation { + export interface ActiveWindow { + /** + * Start time of the active window as a Unix timestamp. + */ + from?: number; + + /** + * End time of the active window as a Unix timestamp. + */ + to?: number; + } + + export interface AllAffect { + /** + * Identifier for the agency. + */ + agencyId?: string; + + /** + * Identifier for the application. + */ + applicationId?: string; + + /** + * Identifier for the direction. + */ + directionId?: string; + + /** + * Identifier for the route. + */ + routeId?: string; + + /** + * Identifier for the stop. + */ + stopId?: string; + + /** + * Identifier for the trip. + */ + tripId?: string; + } + + export interface Consequence { + /** + * Condition of the consequence. + */ + condition?: string; + + conditionDetails?: Consequence.ConditionDetails; + } + + export namespace Consequence { + export interface ConditionDetails { + diversionPath?: ConditionDetails.DiversionPath; + + diversionStopIds?: Array; + } + + export namespace ConditionDetails { + export interface DiversionPath { + /** + * Length of the diversion path. + */ + length?: number; + + /** + * Levels of the diversion path. + */ + levels?: string; + + /** + * Points of the diversion path. + */ + points?: string; + } + } + } + + export interface Description { + /** + * Language of the description. + */ + lang?: string; + + /** + * Longer description of the situation. + */ + value?: string; + } + + export interface PublicationWindow { + /** + * Start time of the time window as a Unix timestamp. + */ + from: number; + + /** + * End time of the time window as a Unix timestamp. + */ + to: number; + } + + export interface Summary { + /** + * Language of the summary. + */ + lang?: string; + + /** + * Short summary of the situation. + */ + value?: string; + } + + export interface URL { + /** + * Language of the URL. + */ + lang?: string; + + /** + * URL for more information about the situation. + */ + value?: string; + } + } + export interface Stop { id: string; diff --git a/tests/api-resources/agency.test.ts b/tests/api-resources/agency.test.ts index 8be1819..8eb1ed9 100644 --- a/tests/api-resources/agency.test.ts +++ b/tests/api-resources/agency.test.ts @@ -9,8 +9,8 @@ const onebusawaySDK = new OnebusawaySDK({ }); describe('resource agency', () => { - test('retrieve: only required params', async () => { - const responsePromise = onebusawaySDK.agency.retrieve('string', { key: 'string' }); + test('retrieve', async () => { + const responsePromise = onebusawaySDK.agency.retrieve('string'); const rawResponse = await responsePromise.asResponse(); expect(rawResponse).toBeInstanceOf(Response); const response = await responsePromise; @@ -20,7 +20,10 @@ describe('resource agency', () => { expect(dataAndResponse.response).toBe(rawResponse); }); - test('retrieve: required and optional params', async () => { - const response = await onebusawaySDK.agency.retrieve('string', { key: 'string' }); + test('retrieve: request options instead of params are passed correctly', async () => { + // ensure the request options are being passed correctly by passing an invalid HTTP method in order to cause an error + await expect( + onebusawaySDK.agency.retrieve('string', { path: '/_stainless_unknown_path' }), + ).rejects.toThrow(OnebusawaySDK.NotFoundError); }); }); From f7bee5b74a09d46f624d0eb17d7f8e4a828d55ea Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:21:14 +0000 Subject: [PATCH 2/2] release: 0.1.0-alpha.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47736a5..a23d2b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.16" + ".": "0.1.0-alpha.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 586a4f4..5d59f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.17 (2024-06-29) + +Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/OneBusAway/js-sdk/compare/v0.1.0-alpha.16...v0.1.0-alpha.17) + +### Features + +* **api:** update via SDK Studio ([#72](https://github.com/OneBusAway/js-sdk/issues/72)) ([574345f](https://github.com/OneBusAway/js-sdk/commit/574345f9194b29920a4a7893db0a06ea16292b53)) + ## 0.1.0-alpha.16 (2024-06-29) Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/OneBusAway/js-sdk/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) diff --git a/package-lock.json b/package-lock.json index 2efd60d..8180366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "onebusaway-sdk", - "version": "0.1.0-alpha.16", + "version": "0.1.0-alpha.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "onebusaway-sdk", - "version": "0.1.0-alpha.16", + "version": "0.1.0-alpha.17", "license": "Apache-2.0", "dependencies": { "@types/node": "^18.11.18", diff --git a/package.json b/package.json index 00afe77..f214627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onebusaway-sdk", - "version": "0.1.0-alpha.16", + "version": "0.1.0-alpha.17", "description": "The official TypeScript library for the Onebusaway SDK API", "author": "Onebusaway SDK ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index baebd9d..35b0d1b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0-alpha.16'; // x-release-please-version +export const VERSION = '0.1.0-alpha.17'; // x-release-please-version