Skip to content

Commit 554457f

Browse files
committed
Feature #58588: Add build files for production
1 parent 4619db8 commit 554457f

11 files changed

+54
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.idea/
22
.stignore
33
node_modules
4-
build
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('react', 'wc-blocks-checkout', 'wc-blocks-components', 'wc-blocks-data-store', 'wc-settings', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'f074623598d51b5e4c55');

build/billing-address-autocomplete-intl-frontend.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('wp-blocks'), 'version' => 'f901108df2f066170382');

build/billing-address-autocomplete-intl-index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "postcode-eu-address-validation/billing-address-autocomplete-intl",
5+
"version": "1.0.0",
6+
"title": "International Address Autocomplete",
7+
"category": "woocommerce",
8+
"description": "Autocomplete international addresses using the Postcode.eu API.",
9+
"example": {},
10+
"parent": [
11+
"woocommerce/checkout-billing-address-block"
12+
],
13+
"attributes": {
14+
"lock": {
15+
"type": "object",
16+
"default": {
17+
"remove": true,
18+
"move": true
19+
}
20+
}
21+
},
22+
"textdomain": "postcode-eu-address-validation"
23+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 3,
4+
"name": "postcode-eu-address-validation/shipping-address-autocomplete-intl",
5+
"version": "1.0.0",
6+
"title": "International Address Autocomplete",
7+
"category": "woocommerce",
8+
"description": "Autocomplete international addresses using the Postcode.eu API.",
9+
"example": {},
10+
"parent": [
11+
"woocommerce/checkout-shipping-address-block"
12+
],
13+
"attributes": {
14+
"lock": {
15+
"type": "object",
16+
"default": {
17+
"remove": true,
18+
"move": true
19+
}
20+
}
21+
},
22+
"textdomain": "postcode-eu-address-validation"
23+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('react', 'wc-blocks-checkout', 'wc-blocks-components', 'wc-blocks-data-store', 'wc-settings', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '7f123088717075ee9ec5');

build/shipping-address-autocomplete-intl-frontend.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('wp-blocks'), 'version' => '914d16d6b20e3cc70094');

0 commit comments

Comments
 (0)