@atlaskit/editor-prosemirror
Advanced tools
Comparing version 6.2.0 to 6.2.1
# @atlaskit/editor-prosemirror | ||
## 6.2.1 | ||
### Patch Changes | ||
- 3b567d4: Use new FF that targets NCS and AFE | ||
## 6.2.0 | ||
@@ -4,0 +10,0 @@ |
@@ -25,3 +25,3 @@ "use strict"; | ||
// See https://switcheroo.atlassian.com/ui/gates/4e7e1e8c-9126-4dba-a2a3-1c2b86f81c36/key/platform_editor_metadata_steps | ||
if (!(0, _platformFeatureFlags.fg)('platform_editor_metadata_steps')) { | ||
if (!(0, _platformFeatureFlags.fg)('platform_editor_metadata_step')) { | ||
return stepImplementation; | ||
@@ -28,0 +28,0 @@ } |
@@ -10,3 +10,3 @@ import { fg } from '@atlaskit/platform-feature-flags'; | ||
// See https://switcheroo.atlassian.com/ui/gates/4e7e1e8c-9126-4dba-a2a3-1c2b86f81c36/key/platform_editor_metadata_steps | ||
if (!fg('platform_editor_metadata_steps')) { | ||
if (!fg('platform_editor_metadata_step')) { | ||
return stepImplementation; | ||
@@ -13,0 +13,0 @@ } |
@@ -13,3 +13,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
// See https://switcheroo.atlassian.com/ui/gates/4e7e1e8c-9126-4dba-a2a3-1c2b86f81c36/key/platform_editor_metadata_steps | ||
if (!fg('platform_editor_metadata_steps')) { | ||
if (!fg('platform_editor_metadata_step')) { | ||
return stepImplementation; | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Package to group all prosemirror libraries in a single place ", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
@@ -6,3 +6,3 @@ import { MetadataStep } from '../transform-override'; | ||
jest.mock('@atlaskit/platform-feature-flags', () => ({ | ||
fg: (flagName: string) => flagName === 'platform_editor_metadata_steps', | ||
fg: (flagName: string) => flagName === 'platform_editor_metadata_step', | ||
})); | ||
@@ -9,0 +9,0 @@ |
@@ -16,3 +16,3 @@ import { fg } from '@atlaskit/platform-feature-flags'; | ||
// See https://switcheroo.atlassian.com/ui/gates/4e7e1e8c-9126-4dba-a2a3-1c2b86f81c36/key/platform_editor_metadata_steps | ||
if (!fg('platform_editor_metadata_steps')) { | ||
if (!fg('platform_editor_metadata_step')) { | ||
return stepImplementation; | ||
@@ -19,0 +19,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75064