Skip to content

Commit 8adfc7d

Browse files
author
Matt Carroll
committed
Fix README, remove unused enum
1 parent 3287c36 commit 8adfc7d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

packages/datafile-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This package provides a datafile manager implementations for Node.js and the bro
55
## Installation
66

77
```sh
8-
npm install @optimizely/datafile-manager
8+
npm install @optimizely/js-sdk-datafile-manager
99
```
1010

1111
## Usage

packages/datafile-manager/src/datafileManager.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ export interface DatafileManager extends Managed {
3737
onReady: () => Promise<void>
3838
}
3939

40-
export enum CacheDirective {
41-
// Use cache entry as fallback, but wait for CDN sync before onReady
42-
AWAIT = 'await',
43-
// Use cache entry for onReady, and do CDN sync in the background
44-
DONT_AWAIT = 'dontawait',
45-
}
46-
4740
export interface DatafileManagerConfig {
4841
autoUpdate?: boolean
4942
datafile?: object

0 commit comments

Comments
 (0)