We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f34dd0 commit 00af82dCopy full SHA for 00af82d
packages/sdk/akamai/src/createPlatformInfo.ts
@@ -1,5 +1,10 @@
1
import type { Info, PlatformData, SdkData } from '@launchdarkly/js-server-sdk-common-edge';
2
3
+/*
4
+ TODO:
5
+ Add to release-please-config.json when ready for release
6
+ This is needed to update the version number for sdkData
7
+*/
8
class AkamaiPlatformInfo implements Info {
9
platformData(): PlatformData {
10
return {
0 commit comments