@launchdarkly/akamai-server-base-sdk 3.0.10 → 3.0.12
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 +17 -0
- package/dist/cjs/bundle.cjs.js +3 -3
- package/dist/cjs/bundle.cjs.js.map +1 -1
- package/dist/cjs/package.json +1 -1
- package/dist/esm/bundle.es.js +3 -3
- package/dist/esm/bundle.es.js.map +1 -1
- package/dist/esm/package.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,23 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
|
|
|
30
30
|
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.1.1 to ^1.1.2
|
|
31
31
|
* @launchdarkly/js-server-sdk-common bumped from ^2.2.1 to ^2.2.2
|
|
32
32
|
|
|
33
|
+
## [3.0.12](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v3.0.11...akamai-server-base-sdk-v3.0.12) (2025-12-05)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Dependencies
|
|
37
|
+
|
|
38
|
+
* The following workspace dependencies were updated
|
|
39
|
+
* dependencies
|
|
40
|
+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^2.0.10 to ^2.0.11
|
|
41
|
+
* @launchdarkly/js-server-sdk-common bumped from ^2.16.2 to ^2.17.0
|
|
42
|
+
|
|
43
|
+
## [3.0.11](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v3.0.10...akamai-server-base-sdk-v3.0.11) (2025-11-21)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* Use release-please to update SDK versions ([#1013](https://github.com/launchdarkly/js-core/issues/1013)) ([d1d11f1](https://github.com/launchdarkly/js-core/commit/d1d11f1feb29fc5ccbf14506aa374162d452be42))
|
|
49
|
+
|
|
33
50
|
## [3.0.10](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v3.0.9...akamai-server-base-sdk-v3.0.10) (2025-08-29)
|
|
34
51
|
|
|
35
52
|
|