@atlaskit/tmp-editor-statsig 146.0.0 → 146.0.1

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
+ ## 146.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`023c9fd048b21`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/023c9fd048b21) -
8
+ Remove the dynamic config kill switch for editor remix safety-violation handling.
9
+
3
10
  ## 146.0.0
4
11
 
5
12
  ### Major Changes
@@ -14,7 +14,7 @@ var BOOLEAN_CONFIG_KEY = 'value';
14
14
  * missing, or the value is not a boolean.
15
15
  *
16
16
  * Use this for a dynamic-config-backed kill switch, e.g.
17
- * `dynamicConfigBooleanValue('platform_editor_ai_remix_safety_violation')`.
17
+ * `dynamicConfigBooleanValue('native_embed_resize_observability_killswitch')`.
18
18
  */
19
19
  function dynamicConfigBooleanValue(configName) {
20
20
  var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
@@ -7,7 +7,7 @@ const BOOLEAN_CONFIG_KEY = 'value';
7
7
  * missing, or the value is not a boolean.
8
8
  *
9
9
  * Use this for a dynamic-config-backed kill switch, e.g.
10
- * `dynamicConfigBooleanValue('platform_editor_ai_remix_safety_violation')`.
10
+ * `dynamicConfigBooleanValue('native_embed_resize_observability_killswitch')`.
11
11
  */
12
12
  export function dynamicConfigBooleanValue(configName, defaultValue = false) {
13
13
  if (!FeatureGates.initializeCompleted()) {
@@ -7,7 +7,7 @@ var BOOLEAN_CONFIG_KEY = 'value';
7
7
  * missing, or the value is not a boolean.
8
8
  *
9
9
  * Use this for a dynamic-config-backed kill switch, e.g.
10
- * `dynamicConfigBooleanValue('platform_editor_ai_remix_safety_violation')`.
10
+ * `dynamicConfigBooleanValue('native_embed_resize_observability_killswitch')`.
11
11
  */
12
12
  export function dynamicConfigBooleanValue(configName) {
13
13
  var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
@@ -4,6 +4,6 @@
4
4
  * missing, or the value is not a boolean.
5
5
  *
6
6
  * Use this for a dynamic-config-backed kill switch, e.g.
7
- * `dynamicConfigBooleanValue('platform_editor_ai_remix_safety_violation')`.
7
+ * `dynamicConfigBooleanValue('native_embed_resize_observability_killswitch')`.
8
8
  */
9
9
  export declare function dynamicConfigBooleanValue(configName: string, defaultValue?: boolean): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "146.0.0",
3
+ "version": "146.0.1",
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",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/feature-gate-js-client": "^6.0.0",
29
29
  "@atlaskit/platform-feature-flags": "^2.1.0",
30
- "@atlaskit/react-ufo": "^7.3.0",
30
+ "@atlaskit/react-ufo": "^7.4.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {