Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 7674810

Browse files
committed
fix exports
1 parent 6bc7918 commit 7674810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DynamoDBFeatureStore = require('./dynamodb_feature_store');
2-
const DynamoDBBigSegmentStore = require('./dynamodb_big_segment_store');
2+
const { DynamoDBBigSegmentStore } = require('./dynamodb_big_segment_store');
33

44
module.exports = {
55
DynamoDBFeatureStore,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-node-server-sdk-dynamodb",
3-
"version": "3.0.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "DynamoDB-backed feature store for the LaunchDarkly Node.js SDK",
55
"main": "index.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)