@openfeature/flagd-provider
Advanced tools
Comparing version 0.7.6 to 0.7.7
{ | ||
"name": "@openfeature/flagd-provider", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"scripts": { | ||
@@ -9,2 +9,3 @@ "publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi", | ||
"peerDependencies": { | ||
"@grpc/grpc-js": "^1.6.0", | ||
"@openfeature/js-sdk": "^1.1.0" | ||
@@ -24,8 +25,6 @@ }, | ||
"dependencies": { | ||
"@grpc/grpc-js": "1.8.13", | ||
"@protobuf-ts/grpc-transport": "2.8.3", | ||
"@protobuf-ts/runtime": "2.8.3", | ||
"@protobuf-ts/runtime-rpc": "2.8.3", | ||
"lru-cache": "8.0.5" | ||
"@protobuf-ts/grpc-transport": "2.9.0", | ||
"@protobuf-ts/runtime-rpc": "2.9.0", | ||
"lru-cache": "10.0.0" | ||
} | ||
} |
export * from './lib/flagd-provider'; |
@@ -0,0 +0,0 @@ export type CacheOption = 'lru' | 'disabled'; |
@@ -0,0 +0,0 @@ export declare const BASE_EVENT_STREAM_RETRY_BACKOFF_MS = 1000; |
@@ -0,0 +0,0 @@ import { EvaluationContext, JsonValue, Logger, Provider, ResolutionDetails } from '@openfeature/js-sdk'; |
@@ -0,0 +0,0 @@ import { EvaluationContext, JsonValue, Logger, ResolutionDetails } from '@openfeature/js-sdk'; |
@@ -0,0 +0,0 @@ import { EvaluationContext, JsonValue, Logger, ResolutionDetails } from '@openfeature/js-sdk'; |
{ | ||
"module": "commonjs" | ||
} | ||
} |
@@ -0,0 +0,0 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime"; |
@@ -0,0 +0,0 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc"; |
@@ -0,0 +0,0 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; |
@@ -0,0 +0,0 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc"; |
@@ -0,0 +0,0 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
424104
5
10137
+ Added@grpc/grpc-js@1.12.6(transitive)
+ Added@js-sdsl/ordered-map@4.4.2(transitive)
+ Added@protobuf-ts/grpc-transport@2.9.0(transitive)
+ Added@protobuf-ts/runtime@2.9.4(transitive)
+ Added@protobuf-ts/runtime-rpc@2.9.0(transitive)
+ Addedlru-cache@10.0.0(transitive)
- Removed@grpc/grpc-js@1.8.13
- Removed@protobuf-ts/runtime@2.8.3
- Removed@grpc/grpc-js@1.8.13(transitive)
- Removed@protobuf-ts/grpc-transport@2.8.3(transitive)
- Removed@protobuf-ts/runtime@2.8.3(transitive)
- Removed@protobuf-ts/runtime-rpc@2.8.3(transitive)
- Removedlru-cache@8.0.5(transitive)
Updatedlru-cache@10.0.0