Skip to content

Commit 9a70d35

Browse files
chore(deps): update dependency @types/jest to v29.5.3 (#452)
Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Todd Baert <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 626cda8 commit 9a70d35

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@swc/cli": "~0.1.62",
4545
"@swc/core": "~1.3.51",
4646
"@types/events": "^3.0.0",
47-
"@types/jest": "29.5.2",
47+
"@types/jest": "29.5.3",
4848
"@types/lodash.isequal": "^4.5.6",
4949
"@types/node": "18.16.19",
5050
"@types/object-hash": "^3.0.0",

0 commit comments

Comments
 (0)