@launchdarkly/akamai-server-base-sdk 2.0.4 → 2.0.6
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/README.md +4 -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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,23 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
|
|
|
16
16
|
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.3 to ^1.0.4
|
|
17
17
|
* @launchdarkly/js-server-sdk-common bumped from ^2.1.0 to ^2.1.1
|
|
18
18
|
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* The following workspace dependencies were updated
|
|
22
|
+
* dependencies
|
|
23
|
+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.4 to ^1.0.5
|
|
24
|
+
* @launchdarkly/js-server-sdk-common bumped from ^2.1.1 to ^2.1.2
|
|
25
|
+
|
|
26
|
+
## [2.0.6](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.5...akamai-server-base-sdk-v2.0.6) (2024-01-16)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* The following workspace dependencies were updated
|
|
32
|
+
* dependencies
|
|
33
|
+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.5 to ^1.0.6
|
|
34
|
+
* @launchdarkly/js-server-sdk-common bumped from ^2.1.2 to ^2.1.3
|
|
35
|
+
|
|
19
36
|
## [2.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.1...akamai-server-base-sdk-v2.0.2) (2023-11-01)
|
|
20
37
|
|
|
21
38
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -30,6 +30,10 @@ yarn && yarn build && cd packages/sdk/akamai-base
|
|
|
30
30
|
yarn test
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
+
## Verifying SDK build provenance with the SLSA framework
|
|
34
|
+
|
|
35
|
+
LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the [provenance guide](PROVENANCE.md).
|
|
36
|
+
|
|
33
37
|
## About LaunchDarkly
|
|
34
38
|
|
|
35
39
|
- LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
|