@launchdarkly/js-server-sdk-common-edge 2.6.2 → 2.6.4

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 CHANGED
@@ -96,6 +96,24 @@
96
96
  * dependencies
97
97
  * @launchdarkly/js-server-sdk-common bumped from 2.2.1 to 2.2.2
98
98
 
99
+ ## [2.6.4](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v2.6.3...js-server-sdk-common-edge-v2.6.4) (2025-04-16)
100
+
101
+
102
+ ### Dependencies
103
+
104
+ * The following workspace dependencies were updated
105
+ * dependencies
106
+ * @launchdarkly/js-server-sdk-common bumped from 2.14.0 to 2.15.0
107
+
108
+ ## [2.6.3](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v2.6.2...js-server-sdk-common-edge-v2.6.3) (2025-04-08)
109
+
110
+
111
+ ### Dependencies
112
+
113
+ * The following workspace dependencies were updated
114
+ * dependencies
115
+ * @launchdarkly/js-server-sdk-common bumped from 2.13.0 to 2.14.0
116
+
99
117
  ## [2.6.2](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v2.6.1...js-server-sdk-common-edge-v2.6.2) (2025-03-26)
100
118
 
101
119
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@launchdarkly/js-server-sdk-common-edge",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
4
4
  "type": "commonjs"
5
5
  }
@@ -35,6 +35,7 @@ declare const createOptions: (options: LDOptions) => {
35
35
  payloadFilterKey?: string | undefined;
36
36
  } | undefined;
37
37
  hooks?: import("@launchdarkly/js-server-sdk-common/dist/integrations").Hook[] | undefined;
38
+ enableEventCompression?: boolean | undefined;
38
39
  };
39
40
  export default createOptions;
40
41
  //# sourceMappingURL=createOptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createOptions.d.ts","sourceRoot":"","sources":["../../../../src/api/createOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAE5E,eAAO,MAAM,cAAc,EAAE,SAM5B,CAAC;AAEF,QAAA,MAAM,aAAa,YAAa,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AAElF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"createOptions.d.ts","sourceRoot":"","sources":["../../../../src/api/createOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAE5E,eAAO,MAAM,cAAc,EAAE,SAM5B,CAAC;AAEF,QAAA,MAAM,aAAa,YAAa,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AAElF,eAAe,aAAa,CAAC"}
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@launchdarkly/js-server-sdk-common-edge",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
4
4
  "type": "module"
5
5
  }
@@ -35,6 +35,7 @@ declare const createOptions: (options: LDOptions) => {
35
35
  payloadFilterKey?: string | undefined;
36
36
  } | undefined;
37
37
  hooks?: import("@launchdarkly/js-server-sdk-common/dist/integrations").Hook[] | undefined;
38
+ enableEventCompression?: boolean | undefined;
38
39
  };
39
40
  export default createOptions;
40
41
  //# sourceMappingURL=createOptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createOptions.d.ts","sourceRoot":"","sources":["../../../../src/api/createOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAE5E,eAAO,MAAM,cAAc,EAAE,SAM5B,CAAC;AAEF,QAAA,MAAM,aAAa,YAAa,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AAElF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"createOptions.d.ts","sourceRoot":"","sources":["../../../../src/api/createOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAE5E,eAAO,MAAM,cAAc,EAAE,SAM5B,CAAC;AAEF,QAAA,MAAM,aAAa,YAAa,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AAElF,eAAe,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/js-server-sdk-common-edge",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
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.13.0",
39
+ "@launchdarkly/js-server-sdk-common": "2.15.0",
40
40
  "crypto-js": "^4.1.1"
41
41
  },
42
42
  "devDependencies": {