@atlaskit/tmp-editor-statsig 41.0.0 → 42.0.0

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
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 42.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`46ff42199054d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46ff42199054d) -
8
+ Cleans up experiment platform_editor_eslint_suppression_fix
9
+
3
10
  ## 41.0.0
4
11
 
5
12
  ### Major Changes
@@ -1602,14 +1602,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1602
1602
  param: 'isEnabled',
1603
1603
  defaultValue: false
1604
1604
  }),
1605
- // Added 2026-03-05
1606
- platform_editor_eslint_suppression_fix: (0, _experimentBuilders.createBooleanExperiment)({
1607
- productKeys: {
1608
- confluence: 'platform_editor_eslint_suppression_fix'
1609
- },
1610
- param: 'isEnabled',
1611
- defaultValue: false
1612
- }),
1613
1605
  // Added 2026-03-04
1614
1606
  platform_editor_rovobutton_smartlink_toolbar_exp: (0, _experimentBuilders.createBooleanExperiment)({
1615
1607
  productKeys: {
@@ -1596,14 +1596,6 @@ export const editorExperimentsConfig = {
1596
1596
  param: 'isEnabled',
1597
1597
  defaultValue: false
1598
1598
  }),
1599
- // Added 2026-03-05
1600
- platform_editor_eslint_suppression_fix: createBooleanExperiment({
1601
- productKeys: {
1602
- confluence: 'platform_editor_eslint_suppression_fix'
1603
- },
1604
- param: 'isEnabled',
1605
- defaultValue: false
1606
- }),
1607
1599
  // Added 2026-03-04
1608
1600
  platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
1609
1601
  productKeys: {
@@ -1596,14 +1596,6 @@ export var editorExperimentsConfig = {
1596
1596
  param: 'isEnabled',
1597
1597
  defaultValue: false
1598
1598
  }),
1599
- // Added 2026-03-05
1600
- platform_editor_eslint_suppression_fix: createBooleanExperiment({
1601
- productKeys: {
1602
- confluence: 'platform_editor_eslint_suppression_fix'
1603
- },
1604
- param: 'isEnabled',
1605
- defaultValue: false
1606
- }),
1607
1599
  // Added 2026-03-04
1608
1600
  platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
1609
1601
  productKeys: {
@@ -1170,12 +1170,6 @@ export declare const editorExperimentsConfig: {
1170
1170
  productKeys?: ProductKeys;
1171
1171
  typeGuard: IsBooleanType;
1172
1172
  };
1173
- platform_editor_eslint_suppression_fix: {
1174
- defaultValue: boolean;
1175
- param: string;
1176
- productKeys?: ProductKeys;
1177
- typeGuard: IsBooleanType;
1178
- };
1179
1173
  platform_editor_rovobutton_smartlink_toolbar_exp: {
1180
1174
  defaultValue: boolean;
1181
1175
  param: string;
@@ -1170,12 +1170,6 @@ export declare const editorExperimentsConfig: {
1170
1170
  productKeys?: ProductKeys;
1171
1171
  typeGuard: IsBooleanType;
1172
1172
  };
1173
- platform_editor_eslint_suppression_fix: {
1174
- defaultValue: boolean;
1175
- param: string;
1176
- productKeys?: ProductKeys;
1177
- typeGuard: IsBooleanType;
1178
- };
1179
1173
  platform_editor_rovobutton_smartlink_toolbar_exp: {
1180
1174
  defaultValue: boolean;
1181
1175
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "41.0.0",
3
+ "version": "42.0.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",