@wp-typia/project-tools 0.24.5 → 0.24.6
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.
|
@@ -22,8 +22,8 @@ export interface CompoundInnerBlocksPresetDefinition {
|
|
|
22
22
|
templateLock: CompoundInnerBlocksTemplateLock;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
|
-
* Canonical preset registry used by the CLI, generated scaffolds, and
|
|
26
|
-
* forms.
|
|
25
|
+
* Canonical preset registry used by the CLI, generated scaffolds, and
|
|
26
|
+
* interactive forms.
|
|
27
27
|
*/
|
|
28
28
|
export declare const COMPOUND_INNER_BLOCKS_PRESET_REGISTRY: {
|
|
29
29
|
readonly freeform: {
|
|
@@ -14,8 +14,8 @@ export const COMPOUND_INNER_BLOCKS_PRESET_IDS = [
|
|
|
14
14
|
*/
|
|
15
15
|
export const DEFAULT_COMPOUND_INNER_BLOCKS_PRESET_ID = "freeform";
|
|
16
16
|
/**
|
|
17
|
-
* Canonical preset registry used by the CLI, generated scaffolds, and
|
|
18
|
-
* forms.
|
|
17
|
+
* Canonical preset registry used by the CLI, generated scaffolds, and
|
|
18
|
+
* interactive forms.
|
|
19
19
|
*/
|
|
20
20
|
export const COMPOUND_INNER_BLOCKS_PRESET_REGISTRY = {
|
|
21
21
|
freeform: {
|
|
@@ -24,7 +24,7 @@ export declare const DEFAULT_WORDPRESS_CORE_DATA_VERSION = "~7.46.0";
|
|
|
24
24
|
export declare const DEFAULT_WORDPRESS_DATA_VERSION = "~10.46.0";
|
|
25
25
|
export declare const DEFAULT_WORDPRESS_DATAVIEWS_VERSION = "~14.3.0";
|
|
26
26
|
export declare const DEFAULT_WORDPRESS_ENV_VERSION = "^11.2.0";
|
|
27
|
-
export declare const DEFAULT_WP_TYPIA_DATAVIEWS_VERSION = "^0.1.
|
|
27
|
+
export declare const DEFAULT_WP_TYPIA_DATAVIEWS_VERSION = "^0.1.2";
|
|
28
28
|
/**
|
|
29
29
|
* Resolve a managed package version range from linked workspace packages first,
|
|
30
30
|
* then installed package manifests, while preserving the shared normalization
|
|
@@ -22,7 +22,7 @@ export const DEFAULT_WORDPRESS_CORE_DATA_VERSION = '~7.46.0';
|
|
|
22
22
|
export const DEFAULT_WORDPRESS_DATA_VERSION = '~10.46.0';
|
|
23
23
|
export const DEFAULT_WORDPRESS_DATAVIEWS_VERSION = '~14.3.0';
|
|
24
24
|
export const DEFAULT_WORDPRESS_ENV_VERSION = '^11.2.0';
|
|
25
|
-
export const DEFAULT_WP_TYPIA_DATAVIEWS_VERSION = '^0.1.
|
|
25
|
+
export const DEFAULT_WP_TYPIA_DATAVIEWS_VERSION = '^0.1.2';
|
|
26
26
|
let cachedPackageVersions = null;
|
|
27
27
|
function normalizeVersionRange(value) {
|
|
28
28
|
const trimmed = value?.trim();
|