Skip to content

Commit 6e3387d

Browse files
chore(deps): update eslint to v5.62.0 (#453)
Signed-off-by: Todd Baert <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent 626cda8 commit 6e3387d

File tree

6 files changed

+108
-108
lines changed

6 files changed

+108
-108
lines changed

libs/providers/flagd-web/schemas

libs/providers/flagd-web/src/lib/flagd-web-provider.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { CallbackClient, Code, ConnectError, PromiseClient } from '@bufbuild/con
22
import { Struct } from '@bufbuild/protobuf';
33
import { Client, ErrorCode, JsonValue, OpenFeature, ProviderEvents, StandardResolutionReasons } from '@openfeature/web-sdk';
44
import fetchMock from 'jest-fetch-mock';
5-
import { Service } from '../proto/ts/schema/v1/schema_connectweb';
5+
import { Service } from '../proto/ts/schema/v1/schema_connect';
66
import { AnyFlag, EventStreamResponse, ResolveAllResponse } from '../proto/ts/schema/v1/schema_pb';
77
import { FlagdWebProvider } from './flagd-web-provider';
88

libs/providers/flagd-web/src/lib/flagd-web-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
StandardResolutionReasons,
1616
TypeMismatchError,
1717
} from '@openfeature/web-sdk';
18-
import { Service } from '../proto/ts/schema/v1/schema_connectweb';
18+
import { Service } from '../proto/ts/schema/v1/schema_connect';
1919
import { AnyFlag } from '../proto/ts/schema/v1/schema_pb';
2020
import { FlagdProviderOptions, getOptions } from './options';
2121

libs/providers/flagd/schemas

0 commit comments

Comments
 (0)