@launchdarkly/js-client-sdk-common 1.26.1 → 1.26.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.26.2](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.26.1...js-client-sdk-common-v1.26.2) (2026-04-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **common:** remove non-spec fields from FDv2 GoodbyeObject ([#1341](https://github.com/launchdarkly/js-core/issues/1341)) ([feb9aa7](https://github.com/launchdarkly/js-core/commit/feb9aa7f6217bc9b3a9794bc71867e14112ea928))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @launchdarkly/js-sdk-common bumped from 2.24.2 to 2.24.3
16
+
3
17
  ## [1.26.1](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.26.0...js-client-sdk-common-v1.26.1) (2026-04-24)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/js-client-sdk-common",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
4
4
  "type": "module",
5
5
  "main": "./dist/esm/index.mjs",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -38,12 +38,11 @@
38
38
  "clean": "rimraf dist",
39
39
  "lint": "npx eslint . --ext .ts",
40
40
  "lint:fix": "npx eslint . --ext .ts --fix",
41
- "prettier": "prettier --write 'src/*.@(js|ts|tsx|json)'",
42
- "check": "yarn && yarn prettier && yarn lint && tsc && yarn test"
41
+ "check": "yarn && yarn lint && tsc && yarn test"
43
42
  },
44
43
  "license": "Apache-2.0",
45
44
  "dependencies": {
46
- "@launchdarkly/js-sdk-common": "2.24.2"
45
+ "@launchdarkly/js-sdk-common": "2.24.3"
47
46
  },
48
47
  "devDependencies": {
49
48
  "@rollup/plugin-commonjs": "^25.0.0",
@@ -58,15 +57,12 @@
58
57
  "@typescript-eslint/eslint-plugin": "^6.20.0",
59
58
  "@typescript-eslint/parser": "^6.20.0",
60
59
  "eslint": "^8.45.0",
61
- "eslint-config-prettier": "^8.8.0",
62
60
  "eslint-plugin-import": "^2.27.5",
63
61
  "eslint-plugin-jest": "^27.6.3",
64
- "eslint-plugin-prettier": "^5.0.0",
65
62
  "jest": "^29.6.1",
66
63
  "jest-diff": "^29.6.1",
67
64
  "jest-environment-jsdom": "^29.6.1",
68
65
  "launchdarkly-js-test-helpers": "^2.2.0",
69
- "prettier": "^3.0.0",
70
66
  "rimraf": "6.0.1",
71
67
  "rollup": "^3.23.0",
72
68
  "ts-jest": "^29.1.1",