@launchdarkly/js-server-sdk-common-edge 2.1.2 → 2.1.3
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 +9 -0
- package/README.md +4 -0
- package/dist/cjs/package.json +1 -1
- package/dist/esm/package.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -90,6 +90,15 @@
|
|
|
90
90
|
* dependencies
|
|
91
91
|
* @launchdarkly/js-server-sdk-common bumped from 2.1.1 to 2.1.2
|
|
92
92
|
|
|
93
|
+
## [2.1.3](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v2.1.2...js-server-sdk-common-edge-v2.1.3) (2024-01-16)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Dependencies
|
|
97
|
+
|
|
98
|
+
* The following workspace dependencies were updated
|
|
99
|
+
* dependencies
|
|
100
|
+
* @launchdarkly/js-server-sdk-common bumped from 2.1.2 to 2.1.3
|
|
101
|
+
|
|
93
102
|
## [2.1.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v2.0.2...js-server-sdk-common-edge-v2.1.0) (2023-11-14)
|
|
94
103
|
|
|
95
104
|
|
package/README.md
CHANGED
|
@@ -12,6 +12,10 @@ This library is a beta version and should not be considered ready for production
|
|
|
12
12
|
|
|
13
13
|
See [Contributing](../CONTRIBUTING.md).
|
|
14
14
|
|
|
15
|
+
## Verifying SDK build provenance with the SLSA framework
|
|
16
|
+
|
|
17
|
+
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).
|
|
18
|
+
|
|
15
19
|
## About LaunchDarkly
|
|
16
20
|
|
|
17
21
|
- 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:
|
package/dist/cjs/package.json
CHANGED
package/dist/esm/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/js-server-sdk-common-edge",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server-edge",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@launchdarkly/js-server-sdk-common": "2.1.
|
|
39
|
+
"@launchdarkly/js-server-sdk-common": "2.1.3",
|
|
40
40
|
"crypto-js": "^4.1.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|