@wordpress/private-apis
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -12,3 +12,3 @@ /** | ||
*/ | ||
const CORE_MODULES_USING_PRIVATE_APIS = ['@wordpress/block-editor', '@wordpress/block-library', '@wordpress/blocks', '@wordpress/commands', '@wordpress/components', '@wordpress/core-commands', '@wordpress/customize-widgets', '@wordpress/data', '@wordpress/edit-post', '@wordpress/edit-site', '@wordpress/edit-widgets', '@wordpress/editor', '@wordpress/router']; | ||
const CORE_MODULES_USING_PRIVATE_APIS = ['@wordpress/block-editor', '@wordpress/block-library', '@wordpress/blocks', '@wordpress/commands', '@wordpress/components', '@wordpress/core-commands', '@wordpress/core-data', '@wordpress/customize-widgets', '@wordpress/data', '@wordpress/edit-post', '@wordpress/edit-site', '@wordpress/edit-widgets', '@wordpress/editor', '@wordpress/router']; | ||
/** | ||
@@ -15,0 +15,0 @@ * A list of core modules that already opted-in to |
@@ -22,3 +22,3 @@ "use strict"; | ||
*/ | ||
const CORE_MODULES_USING_PRIVATE_APIS = ['@wordpress/block-editor', '@wordpress/block-library', '@wordpress/blocks', '@wordpress/commands', '@wordpress/components', '@wordpress/core-commands', '@wordpress/customize-widgets', '@wordpress/data', '@wordpress/edit-post', '@wordpress/edit-site', '@wordpress/edit-widgets', '@wordpress/editor', '@wordpress/router']; | ||
const CORE_MODULES_USING_PRIVATE_APIS = ['@wordpress/block-editor', '@wordpress/block-library', '@wordpress/blocks', '@wordpress/commands', '@wordpress/components', '@wordpress/core-commands', '@wordpress/core-data', '@wordpress/customize-widgets', '@wordpress/data', '@wordpress/edit-post', '@wordpress/edit-site', '@wordpress/edit-widgets', '@wordpress/editor', '@wordpress/router']; | ||
/** | ||
@@ -25,0 +25,0 @@ * A list of core modules that already opted-in to |
{ | ||
"name": "@wordpress/private-apis", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"description": "Internal experimental APIs for WordPress core.", | ||
@@ -36,3 +36,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "a92f606309b1541b834ff9b0a76ed2a466fc45ed" | ||
"gitHead": "ce5639111c30763dbdf07f40eeb136ea6030ecf1" | ||
} |
@@ -59,3 +59,3 @@ # Private APIs | ||
// In packages/package1/index.js: | ||
import { lock } from './private-apis'; | ||
import { lock } from './lock-unlock'; | ||
@@ -70,3 +70,3 @@ export const privateApis = {}; | ||
import { privateApis } from '@wordpress/package1'; | ||
import { unlock } from './private-apis'; | ||
import { unlock } from './lock-unlock'; | ||
@@ -73,0 +73,0 @@ const { __experimentalFunction } = unlock( privateApis ); |
@@ -19,2 +19,3 @@ /** | ||
'@wordpress/core-commands', | ||
'@wordpress/core-data', | ||
'@wordpress/customize-widgets', | ||
@@ -21,0 +22,0 @@ '@wordpress/data', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
106561
952