@atlaskit/tmp-editor-statsig 45.1.0 → 46.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
+ ## 46.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`61f4e0dfbe267`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/61f4e0dfbe267) -
8
+ EDITOR-6067 - Tab to Improve Writing: Create new experiment for Confluence only
9
+
3
10
  ## 45.1.0
4
11
 
5
12
  ### Minor Changes
@@ -900,10 +900,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
900
900
  defaultValue: false
901
901
  }),
902
902
  // Added 2026-03-03
903
- platform_editor_ai_quick_prompt: (0, _experimentBuilders.createBooleanExperiment)({
903
+ platform_editor_ai_quick_prompt_iw_cc: (0, _experimentBuilders.createBooleanExperiment)({
904
904
  productKeys: {
905
- confluence: 'platform_editor_ai_quick_prompt',
906
- jira: 'platform_editor_ai_quick_prompt'
905
+ confluence: 'platform_editor_ai_quick_prompt_iw_cc'
907
906
  },
908
907
  param: 'isEnabled',
909
908
  defaultValue: false
@@ -894,10 +894,9 @@ export const editorExperimentsConfig = {
894
894
  defaultValue: false
895
895
  }),
896
896
  // Added 2026-03-03
897
- platform_editor_ai_quick_prompt: createBooleanExperiment({
897
+ platform_editor_ai_quick_prompt_iw_cc: createBooleanExperiment({
898
898
  productKeys: {
899
- confluence: 'platform_editor_ai_quick_prompt',
900
- jira: 'platform_editor_ai_quick_prompt'
899
+ confluence: 'platform_editor_ai_quick_prompt_iw_cc'
901
900
  },
902
901
  param: 'isEnabled',
903
902
  defaultValue: false
@@ -894,10 +894,9 @@ export var editorExperimentsConfig = {
894
894
  defaultValue: false
895
895
  }),
896
896
  // Added 2026-03-03
897
- platform_editor_ai_quick_prompt: createBooleanExperiment({
897
+ platform_editor_ai_quick_prompt_iw_cc: createBooleanExperiment({
898
898
  productKeys: {
899
- confluence: 'platform_editor_ai_quick_prompt',
900
- jira: 'platform_editor_ai_quick_prompt'
899
+ confluence: 'platform_editor_ai_quick_prompt_iw_cc'
901
900
  },
902
901
  param: 'isEnabled',
903
902
  defaultValue: false
@@ -136,7 +136,7 @@ export declare const editorExperimentsConfig: {
136
136
  productKeys?: ProductKeys;
137
137
  typeGuard: IsBooleanType;
138
138
  };
139
- platform_editor_ai_quick_prompt: {
139
+ platform_editor_ai_quick_prompt_iw_cc: {
140
140
  defaultValue: boolean;
141
141
  param: string;
142
142
  productKeys?: ProductKeys;
@@ -136,7 +136,7 @@ export declare const editorExperimentsConfig: {
136
136
  productKeys?: ProductKeys;
137
137
  typeGuard: IsBooleanType;
138
138
  };
139
- platform_editor_ai_quick_prompt: {
139
+ platform_editor_ai_quick_prompt_iw_cc: {
140
140
  defaultValue: boolean;
141
141
  param: string;
142
142
  productKeys?: ProductKeys;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "45.1.0",
3
+ "version": "46.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",