@launchdarkly/akamai-server-base-sdk 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/cjs/bundle.cjs.js +8 -23
- package/dist/cjs/bundle.cjs.js.map +1 -1
- package/dist/cjs/package.json +2 -74
- package/dist/cjs/src/index.d.ts.map +1 -1
- package/dist/esm/bundle.es.js +8 -23
- package/dist/esm/bundle.es.js.map +1 -1
- package/dist/esm/package.json +2 -74
- package/dist/esm/src/index.d.ts.map +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,34 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
|
|
|
9
9
|
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.1.0 to ^0.1.1
|
|
10
10
|
* @launchdarkly/js-server-sdk-common bumped from ^1.0.2 to ^1.0.3
|
|
11
11
|
|
|
12
|
+
## [0.4.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.4.1...akamai-server-base-sdk-v0.4.2) (2023-06-23)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* Fix issue that caused the feature store get function impl to be called twice ([#178](https://github.com/launchdarkly/js-core/issues/178)) ([68f1c78](https://github.com/launchdarkly/js-core/commit/68f1c784c2481f7c5dead9d13b8e16a54048aaa1))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* The following workspace dependencies were updated
|
|
23
|
+
* dependencies
|
|
24
|
+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.2 to ^0.2.3
|
|
25
|
+
|
|
26
|
+
## [0.4.1](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.4.0...akamai-server-base-sdk-v0.4.1) (2023-06-16)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* Fix typescript exports for both cjs and es modules ([21ea133](https://github.com/launchdarkly/js-core/commit/21ea13322b6d69f9baaaddf0d19c311296fc5389))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Dependencies
|
|
35
|
+
|
|
36
|
+
* The following workspace dependencies were updated
|
|
37
|
+
* dependencies
|
|
38
|
+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.1 to ^0.2.2
|
|
39
|
+
|
|
12
40
|
## [0.4.0](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.3.1...akamai-server-base-sdk-v0.4.0) (2023-06-14)
|
|
13
41
|
|
|
14
42
|
|