Skip to content

Commit cd4bc4b

Browse files
committed
feat: only warn about missing feature context fields when feature is used
- Added `noUncheckedIndexedAccess` option to `tsconfig.json` for stricter type checking. - Modified `getFeatureDefinitions` method to now return synchronous`FeatureDefinition[]`. - Enhanced error handling in `_getFeaturesRemote` method (no longer returns undefined, bug). - Updated tests to reflect changes in feature handling and context warnings.
1 parent b511473 commit cd4bc4b

File tree

8 files changed

+214
-224
lines changed

8 files changed

+214
-224
lines changed

packages/node-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bucketco/node-sdk",
3-
"version": "1.9.3",
3+
"version": "1.10.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)