Converted Spaces To Tabs In JSON

Since we almost universally use tabs instead
of spaces, this commit replaces all of the spaces
with tabs in various JSON files across the monorepo.
This commit is contained in:
Christopher Allford 2022-05-06 12:03:50 -07:00
parent 871426decc
commit 37ad4c5a70
35 changed files with 1109 additions and 1109 deletions

64
nx.json
View File

@ -1,34 +1,34 @@
{ {
"extends": "@nrwl/workspace/presets/npm.json", "extends": "@nrwl/workspace/presets/npm.json",
"npmScope": "woocommerce-monorepo", "npmScope": "woocommerce-monorepo",
"tasksRunnerOptions": { "tasksRunnerOptions": {
"default": { "default": {
"runner": "@nrwl/workspace/tasks-runners/default", "runner": "@nrwl/workspace/tasks-runners/default",
"options": { "options": {
"cacheableOperations": [ "cacheableOperations": [
"build", "build",
"test", "test",
"lint", "lint",
"package" "package"
] ]
} }
} }
}, },
"targetDependencies": { "targetDependencies": {
"build": [ "build": [
{ {
"target": "build", "target": "build",
"projects": "dependencies" "projects": "dependencies"
} }
], ],
"package": [ "package": [
{ {
"target": "package", "target": "package",
"projects": "dependencies" "projects": "dependencies"
} }
] ]
}, },
"affected": { "affected": {
"defaultBase": "trunk" "defaultBase": "trunk"
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"extends": "../tsconfig.json", "extends": "../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"composite": true, "composite": true,
"rootDir": "src", "rootDir": "src",
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"extends": "../../../tsconfig.base.json", "extends": "../../../tsconfig.base.json",
"compilerOptions": { "compilerOptions": {
"types": [ "node", "jest", "axios", "create-hmac" ], "types": [ "node", "jest", "axios", "create-hmac" ],
"rootDir": "src", "rootDir": "src",
"outDir": "dist", "outDir": "dist",
"target": "es5" "target": "es5"
}, },
"include": [ "src/" ] "include": [ "src/" ]
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"declaration": true, "declaration": true,
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,195 +1,195 @@
{ {
"url": "http://localhost:8084/", "url": "http://localhost:8084/",
"users": { "users": {
"admin": { "admin": {
"username": "admin", "username": "admin",
"password": "password" "password": "password"
}, },
"customer": { "customer": {
"username": "customer", "username": "customer",
"password": "password" "password": "password"
} }
}, },
"products": { "products": {
"simple": { "simple": {
"name": "Simple product" "name": "Simple product"
}, },
"variable": { "variable": {
"name": "Variable Product with Three Attributes", "name": "Variable Product with Three Attributes",
"defaultAttributes": [ "defaultAttributes": [
{ {
"id": 0, "id": 0,
"name": "Size", "name": "Size",
"option": "Medium" "option": "Medium"
}, },
{ {
"id": 0, "id": 0,
"name": "Colour", "name": "Colour",
"option": "Blue" "option": "Blue"
} }
], ],
"attributes": [ "attributes": [
{ {
"id": 0, "id": 0,
"name": "Colour", "name": "Colour",
"isVisibleOnProductPage": true, "isVisibleOnProductPage": true,
"isForVariations": true, "isForVariations": true,
"options": [ "options": [
"Red", "Red",
"Green", "Green",
"Blue" "Blue"
], ],
"sortOrder": 0 "sortOrder": 0
}, },
{ {
"id": 0, "id": 0,
"name": "Size", "name": "Size",
"isVisibleOnProductPage": true, "isVisibleOnProductPage": true,
"isForVariations": true, "isForVariations": true,
"options": [ "options": [
"Small", "Small",
"Medium", "Medium",
"Large" "Large"
], ],
"sortOrder": 0 "sortOrder": 0
}, },
{ {
"id": 0, "id": 0,
"name": "Logo", "name": "Logo",
"isVisibleOnProductPage": true, "isVisibleOnProductPage": true,
"isForVariations": true, "isForVariations": true,
"options": [ "options": [
"Woo", "Woo",
"WordPress" "WordPress"
], ],
"sortOrder": 0 "sortOrder": 0
} }
] ]
}, },
"variations": [ "variations": [
{ {
"regularPrice": "19.99", "regularPrice": "19.99",
"attributes": [ "attributes": [
{ {
"name": "Size", "name": "Size",
"option": "Large" "option": "Large"
}, },
{ {
"name": "Colour", "name": "Colour",
"option": "Red" "option": "Red"
} }
] ]
}, },
{ {
"regularPrice": "18.99", "regularPrice": "18.99",
"attributes": [ "attributes": [
{ {
"name": "Size", "name": "Size",
"option": "Medium" "option": "Medium"
}, },
{ {
"name": "Colour", "name": "Colour",
"option": "Green" "option": "Green"
} }
] ]
}, },
{ {
"regularPrice": "17.99", "regularPrice": "17.99",
"attributes": [ "attributes": [
{ {
"name": "Size", "name": "Size",
"option": "Small" "option": "Small"
}, },
{ {
"name": "Colour", "name": "Colour",
"option": "Blue" "option": "Blue"
} }
] ]
} }
], ],
"grouped": { "grouped": {
"name": "Grouped Product with Three Children", "name": "Grouped Product with Three Children",
"groupedProducts": [ "groupedProducts": [
{ {
"name": "Base Unit", "name": "Base Unit",
"regularPrice": "29.99" "regularPrice": "29.99"
}, },
{ {
"name": "Add-on A", "name": "Add-on A",
"regularPrice": "11.95" "regularPrice": "11.95"
}, },
{ {
"name": "Add-on B", "name": "Add-on B",
"regularPrice": "18.97" "regularPrice": "18.97"
} }
] ]
}, },
"external": { "external": {
"name": "External product", "name": "External product",
"regularPrice": "24.99", "regularPrice": "24.99",
"buttonText": "Buy now", "buttonText": "Buy now",
"externalUrl": "https://wordpress.org/plugins/woocommerce" "externalUrl": "https://wordpress.org/plugins/woocommerce"
} }
}, },
"coupons": { "coupons": {
"percentage": { "percentage": {
"code": "20percent", "code": "20percent",
"discountType": "percent", "discountType": "percent",
"amount": "20.00" "amount": "20.00"
} }
}, },
"addresses": { "addresses": {
"admin": { "admin": {
"store": { "store": {
"email": "admin@woocommercecoree2etestsuite.com", "email": "admin@woocommercecoree2etestsuite.com",
"firstname": "John", "firstname": "John",
"lastname": "Doe", "lastname": "Doe",
"company": "Automattic", "company": "Automattic",
"country": "United States (US)", "country": "United States (US)",
"addressfirstline": "addr 1", "addressfirstline": "addr 1",
"addresssecondline": "addr 2", "addresssecondline": "addr 2",
"countryandstate": "United States (US) — California", "countryandstate": "United States (US) — California",
"city": "San Francisco", "city": "San Francisco",
"state": "CA", "state": "CA",
"postcode": "94107" "postcode": "94107"
} }
}, },
"customer": { "customer": {
"billing": { "billing": {
"firstname": "John", "firstname": "John",
"lastname": "Doe", "lastname": "Doe",
"company": "Automattic", "company": "Automattic",
"country": "United States (US)", "country": "United States (US)",
"addressfirstline": "addr 1", "addressfirstline": "addr 1",
"addresssecondline": "addr 2", "addresssecondline": "addr 2",
"city": "San Francisco", "city": "San Francisco",
"state": "CA", "state": "CA",
"postcode": "94107", "postcode": "94107",
"phone": "123456789", "phone": "123456789",
"email": "john.doe@example.com" "email": "john.doe@example.com"
}, },
"shipping": { "shipping": {
"firstname": "John", "firstname": "John",
"lastname": "Doe", "lastname": "Doe",
"company": "Automattic", "company": "Automattic",
"country": "United States (US)", "country": "United States (US)",
"addressfirstline": "addr 1", "addressfirstline": "addr 1",
"addresssecondline": "addr 2", "addresssecondline": "addr 2",
"city": "San Francisco", "city": "San Francisco",
"state": "CA", "state": "CA",
"postcode": "94107" "postcode": "94107"
} }
} }
}, },
"orders": { "orders": {
"basicPaidOrder": { "basicPaidOrder": {
"paymentMethod": "cod", "paymentMethod": "cod",
"status": "processing", "status": "processing",
"billing": { "billing": {
"firstName": "John", "firstName": "John",
"lastName": "Doe", "lastName": "Doe",
"email": "john.doe@example.com" "email": "john.doe@example.com"
} }
} }
} }
} }

View File

@ -1,138 +1,138 @@
{ {
"active": [ "active": [
{ {
"name": "front-end", "name": "front-end",
"description": "Shopper tests", "description": "Shopper tests",
"testFiles": [ "testFiles": [
{ {
"name": "cart-begin", "name": "cart-begin",
"functions": [ "runCartPageTest" ] "functions": [ "runCartPageTest" ]
}, { }, {
"name": "cart-calculate-shipping", "name": "cart-calculate-shipping",
"functions": [ "runCartCalculateShippingTest" ] "functions": [ "runCartCalculateShippingTest" ]
}, { }, {
"name": "cart-coupons", "name": "cart-coupons",
"functions": [ "runCartApplyCouponsTest" ] "functions": [ "runCartApplyCouponsTest" ]
}, { }, {
"name": "checkout-begin", "name": "checkout-begin",
"functions": [ "runCheckoutPageTest" ] "functions": [ "runCheckoutPageTest" ]
}, { }, {
"name": "checkout-coupons", "name": "checkout-coupons",
"functions": [ "runCheckoutApplyCouponsTest" ] "functions": [ "runCheckoutApplyCouponsTest" ]
}, { }, {
"name": "checkout-create-account", "name": "checkout-create-account",
"functions": [ "runCheckoutCreateAccountTest" ] "functions": [ "runCheckoutCreateAccountTest" ]
}, { }, {
"name": "checkout-login-account", "name": "checkout-login-account",
"functions": [ "runCheckoutLoginAccountTest" ] "functions": [ "runCheckoutLoginAccountTest" ]
}, { }, {
"name": "my-account-create-account", "name": "my-account-create-account",
"functions": [ "runMyAccountCreateAccountTest" ] "functions": [ "runMyAccountCreateAccountTest" ]
}, { }, {
"name": "my-account-pay-order", "name": "my-account-pay-order",
"functions": [ "runMyAccountPayOrderTest" ] "functions": [ "runMyAccountPayOrderTest" ]
}, { }, {
"name": "my-account", "name": "my-account",
"functions": [ "runMyAccountPageTest" ] "functions": [ "runMyAccountPageTest" ]
}, { }, {
"name": "order-email-receiving", "name": "order-email-receiving",
"functions": [ "runOrderEmailReceivingTest" ] "functions": [ "runOrderEmailReceivingTest" ]
}, { }, {
"name": "product-browse-search-sort", "name": "product-browse-search-sort",
"functions": [ "runProductBrowseSearchSortTest" ] "functions": [ "runProductBrowseSearchSortTest" ]
}, { }, {
"name": "single-product-page", "name": "single-product-page",
"functions": [ "runSingleProductPageTest" ] "functions": [ "runSingleProductPageTest" ]
}, { }, {
"name": "variable-product-updates", "name": "variable-product-updates",
"functions": [ "runVariableProductUpdateTest" ] "functions": [ "runVariableProductUpdateTest" ]
} }
] ]
}, { }, {
"name": "rest-api", "name": "rest-api",
"description": "REST API tests", "description": "REST API tests",
"testFiles": [ "testFiles": [
{ {
"name": "api", "name": "api",
"functions": [ "runApiTests" ] "functions": [ "runApiTests" ]
} }
] ]
}, { }, {
"name": "wp-admin", "name": "wp-admin",
"description": "Merchant tests", "description": "Merchant tests",
"testFiles": [ "testFiles": [
{ {
"name": "create-coupon", "name": "create-coupon",
"functions": [ "runCreateCouponTest" ] "functions": [ "runCreateCouponTest" ]
}, { }, {
"name": "create-order", "name": "create-order",
"functions": [ "runCreateOrderTest" ] "functions": [ "runCreateOrderTest" ]
}, { }, {
"name": "create-shipping-classes", "name": "create-shipping-classes",
"functions": [ "runAddShippingClassesTest" ] "functions": [ "runAddShippingClassesTest" ]
}, { }, {
"name": "create-shipping-zones", "name": "create-shipping-zones",
"functions": [ "runAddNewShippingZoneTest" ] "functions": [ "runAddNewShippingZoneTest" ]
}, { }, {
"name": "create-simple-product", "name": "create-simple-product",
"functions": [ "runAddSimpleProductTest" ] "functions": [ "runAddSimpleProductTest" ]
}, { }, {
"name": "create-variable-product", "name": "create-variable-product",
"functions": [ "runAddVariableProductTest" ] "functions": [ "runAddVariableProductTest" ]
}, { }, {
"name": "order-coupon", "name": "order-coupon",
"functions": [ "runOrderApplyCouponTest" ] "functions": [ "runOrderApplyCouponTest" ]
}, { }, {
"name": "order-customer-payment-page", "name": "order-customer-payment-page",
"functions": [ "runMerchantOrdersCustomerPaymentPage" ] "functions": [ "runMerchantOrdersCustomerPaymentPage" ]
}, { }, {
"name": "order-edit", "name": "order-edit",
"functions": [ "runEditOrderTest" ] "functions": [ "runEditOrderTest" ]
}, { }, {
"name": "order-emails", "name": "order-emails",
"functions": [ "runMerchantOrderEmailsTest" ] "functions": [ "runMerchantOrderEmailsTest" ]
}, { }, {
"name": "order-refund", "name": "order-refund",
"functions": [ "runOrderRefundTest" ] "functions": [ "runOrderRefundTest" ]
}, { }, {
"name": "order-searching", "name": "order-searching",
"functions": [ "runOrderSearchingTest" ] "functions": [ "runOrderSearchingTest" ]
}, { }, {
"name": "order-status-filters", "name": "order-status-filters",
"functions": [ "runOrderStatusFiltersTest" ] "functions": [ "runOrderStatusFiltersTest" ]
}, { }, {
"name": "product-edit", "name": "product-edit",
"functions": [ "runProductEditDetailsTest" ] "functions": [ "runProductEditDetailsTest" ]
}, { }, {
"name": "product-import-csv", "name": "product-import-csv",
"functions": [ "runImportProductsTest" ] "functions": [ "runImportProductsTest" ]
}, { }, {
"name": "product-search", "name": "product-search",
"functions": [ "runProductSearchTest" ] "functions": [ "runProductSearchTest" ]
}, { }, {
"name": "update-general-settings", "name": "update-general-settings",
"functions": [ "runUpdateGeneralSettingsTest" ] "functions": [ "runUpdateGeneralSettingsTest" ]
}, { }, {
"name": "update-product-settings", "name": "update-product-settings",
"functions": [ "runProductSettingsTest" ] "functions": [ "runProductSettingsTest" ]
}, { }, {
"name": "update-tax-settings", "name": "update-tax-settings",
"functions": [ "runTaxSettingsTest" ] "functions": [ "runTaxSettingsTest" ]
}, { }, {
"name": "wccom-connect", "name": "wccom-connect",
"functions": [ "runInitiateWccomConnectionTest" ] "functions": [ "runInitiateWccomConnectionTest" ]
} }
] ]
} }
], ],
"deprecated": [ "deprecated": [
{ {
"name": "example-folder", "name": "example-folder",
"testFiles": [ "testFiles": [
{ "name": "any-filename-to-deprecate" } { "name": "any-filename-to-deprecate" }
] ]
} }
] ]
} }

View File

@ -1,14 +1,14 @@
{ {
"url": "SMOKE_TEST_URL", "url": "SMOKE_TEST_URL",
"users": { "users": {
"admin": { "admin": {
"username": "SMOKE_TEST_ADMIN_USER", "username": "SMOKE_TEST_ADMIN_USER",
"password": "SMOKE_TEST_ADMIN_PASSWORD", "password": "SMOKE_TEST_ADMIN_PASSWORD",
"email": "SMOKE_TEST_ADMIN_USER_EMAIL" "email": "SMOKE_TEST_ADMIN_USER_EMAIL"
}, },
"customer": { "customer": {
"username": "SMOKE_TEST_CUSTOMER_USER", "username": "SMOKE_TEST_CUSTOMER_USER",
"password": "SMOKE_TEST_CUSTOMER_PASSWORD" "password": "SMOKE_TEST_CUSTOMER_PASSWORD"
} }
} }
} }

View File

@ -1,208 +1,208 @@
{ {
"url": "http://localhost:8084/", "url": "http://localhost:8084/",
"appName": "woocommerce_e2e", "appName": "woocommerce_e2e",
"users": { "users": {
"admin": { "admin": {
"username": "admin", "username": "admin",
"password": "password" "password": "password"
},
"customer": {
"username": "customer",
"password": "password"
}
},
"products": {
"simple": {
"name": "Simple product"
},
"variable": {
"name": "Variable Product with Three Attributes",
"defaultAttributes": [
{
"id": 0,
"name": "Size",
"option": "Medium"
}, },
{ "customer": {
"id": 0, "username": "customer",
"name": "Colour", "password": "password"
"option": "Blue"
} }
], },
"attributes": [ "products": {
{ "simple": {
"id": 0, "name": "Simple product"
"name": "Colour",
"isVisibleOnProductPage": true,
"isForVariations": true,
"options": [
"Red",
"Green",
"Blue"
],
"sortOrder": 0
}, },
{ "variable": {
"id": 0, "name": "Variable Product with Three Attributes",
"name": "Size", "defaultAttributes": [
"isVisibleOnProductPage": true, {
"isForVariations": true, "id": 0,
"options": [ "name": "Size",
"Small", "option": "Medium"
"Medium", },
"Large" {
], "id": 0,
"sortOrder": 0 "name": "Colour",
"option": "Blue"
}
],
"attributes": [
{
"id": 0,
"name": "Colour",
"isVisibleOnProductPage": true,
"isForVariations": true,
"options": [
"Red",
"Green",
"Blue"
],
"sortOrder": 0
},
{
"id": 0,
"name": "Size",
"isVisibleOnProductPage": true,
"isForVariations": true,
"options": [
"Small",
"Medium",
"Large"
],
"sortOrder": 0
},
{
"id": 0,
"name": "Logo",
"isVisibleOnProductPage": true,
"isForVariations": true,
"options": [
"Woo",
"WordPress"
],
"sortOrder": 0
}
]
}, },
{ "variations": [
"id": 0, {
"name": "Logo", "regularPrice": "19.99",
"isVisibleOnProductPage": true, "attributes": [
"isForVariations": true, {
"options": [ "name": "Size",
"Woo", "option": "Large"
"WordPress" },
], {
"sortOrder": 0 "name": "Colour",
"option": "Red"
}
]
},
{
"regularPrice": "18.99",
"attributes": [
{
"name": "Size",
"option": "Medium"
},
{
"name": "Colour",
"option": "Green"
}
]
},
{
"regularPrice": "17.99",
"attributes": [
{
"name": "Size",
"option": "Small"
},
{
"name": "Colour",
"option": "Blue"
}
]
}
],
"grouped": {
"name": "Grouped Product with Three Children",
"groupedProducts": [
{
"name": "Base Unit",
"regularPrice": "29.99"
},
{
"name": "Add-on A",
"regularPrice": "11.95"
},
{
"name": "Add-on B",
"regularPrice": "18.97"
}
]
},
"external": {
"name": "External product",
"regularPrice": "24.99",
"buttonText": "Buy now",
"externalUrl": "https://wordpress.org/plugins/woocommerce"
} }
]
}, },
"variations": [ "coupons": {
{ "percentage": {
"regularPrice": "19.99", "code": "20percent",
"attributes": [ "discountType": "percent",
{ "amount": "20.00"
"name": "Size",
"option": "Large"
},
{
"name": "Colour",
"option": "Red"
}
]
},
{
"regularPrice": "18.99",
"attributes": [
{
"name": "Size",
"option": "Medium"
},
{
"name": "Colour",
"option": "Green"
}
]
},
{
"regularPrice": "17.99",
"attributes": [
{
"name": "Size",
"option": "Small"
},
{
"name": "Colour",
"option": "Blue"
}
]
}
],
"grouped": {
"name": "Grouped Product with Three Children",
"groupedProducts": [
{
"name": "Base Unit",
"regularPrice": "29.99"
},
{
"name": "Add-on A",
"regularPrice": "11.95"
},
{
"name": "Add-on B",
"regularPrice": "18.97"
} }
]
}, },
"external": { "addresses": {
"name": "External product", "admin": {
"regularPrice": "24.99", "store": {
"buttonText": "Buy now", "email": "admin@woocommercecoree2etestsuite.com",
"externalUrl": "https://wordpress.org/plugins/woocommerce" "firstname": "John",
} "lastname": "Doe",
}, "company": "Automattic",
"coupons": { "country": "United States (US)",
"percentage": { "addressfirstline": "addr 1",
"code": "20percent", "addresssecondline": "addr 2",
"discountType": "percent", "countryandstate": "United States (US) — California",
"amount": "20.00" "city": "San Francisco",
} "state": "CA",
}, "postcode": "94107"
"addresses": { }
"admin": { },
"store": { "customer": {
"email": "admin@woocommercecoree2etestsuite.com", "billing": {
"firstname": "John", "firstname": "John",
"lastname": "Doe", "lastname": "Doe",
"company": "Automattic", "company": "Automattic",
"country": "United States (US)", "country": "United States (US)",
"addressfirstline": "addr 1", "addressfirstline": "addr 1",
"addresssecondline": "addr 2", "addresssecondline": "addr 2",
"countryandstate": "United States (US) — California", "city": "San Francisco",
"city": "San Francisco", "state": "CA",
"state": "CA", "postcode": "94107",
"postcode": "94107" "phone": "123456789",
} "email": "john.doe@example.com"
},
"shipping": {
"firstname": "John",
"lastname": "Doe",
"company": "Automattic",
"country": "United States (US)",
"addressfirstline": "addr 1",
"addresssecondline": "addr 2",
"city": "San Francisco",
"state": "CA",
"postcode": "94107"
}
}
}, },
"customer": { "orders": {
"billing": { "basicPaidOrder": {
"firstname": "John", "paymentMethod": "cod",
"lastname": "Doe", "status": "processing",
"company": "Automattic", "billing": {
"country": "United States (US)", "firstName": "John",
"addressfirstline": "addr 1", "lastName": "Doe",
"addresssecondline": "addr 2", "email": "john.doe@example.com"
"city": "San Francisco", }
"state": "CA", }
"postcode": "94107", },
"phone": "123456789", "onboardingwizard": {
"email": "john.doe@example.com" "industry": "Test industry",
}, "numberofproducts": "1 - 10",
"shipping": { "sellingelsewhere": "No"
"firstname": "John", },
"lastname": "Doe", "settings": {
"company": "Automattic", "shipping": {
"country": "United States (US)", "zonename": "United States",
"addressfirstline": "addr 1", "zoneregions": "United States (US)",
"addresssecondline": "addr 2", "shippingmethod": "Free shipping"
"city": "San Francisco", }
"state": "CA",
"postcode": "94107"
}
} }
}, }
"orders": {
"basicPaidOrder": {
"paymentMethod": "cod",
"status": "processing",
"billing": {
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com"
}
}
},
"onboardingwizard": {
"industry": "Test industry",
"numberofproducts": "1 - 10",
"sellingelsewhere": "No"
},
"settings": {
"shipping": {
"zonename": "United States",
"zoneregions": "United States (US)",
"shippingmethod": "Free shipping"
}
}
}

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"extends": "../tsconfig.json", "extends": "../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"rootDir": "src", "rootDir": "src",
"outDir": "build-module", "outDir": "build-module",
"composite": true "composite": true
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"declaration": true, "declaration": true,
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"extends": "../tsconfig-cjs", "extends": "../tsconfig-cjs",
"compilerOptions": { "compilerOptions": {
"outDir": "build" "outDir": "build"
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"extends": "./tsconfig", "extends": "./tsconfig",
"compilerOptions": { "compilerOptions": {
"target": "es6", "target": "es6",
"module": "commonjs", "module": "commonjs",
"declaration": false, "declaration": false,
"declarationMap": false, "declarationMap": false,
"declarationDir": null, "declarationDir": null,
"outDir": "build", "outDir": "build",
"composite": false "composite": false
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"require-dev": { "require-dev": {
"coenjacobs/mozart": "dev-master" "coenjacobs/mozart": "dev-master"
}, },
"config": { "config": {
"platform": { "platform": {
"php": "7.3" "php": "7.3"
} }
} }
} }

View File

@ -1,13 +1,13 @@
{ {
"require-dev": { "require-dev": {
"woocommerce/woocommerce-sniffs": "^0.1.3" "woocommerce/woocommerce-sniffs": "^0.1.3"
}, },
"config": { "config": {
"platform": { "platform": {
"php": "7.0" "php": "7.0"
}, },
"allow-plugins": { "allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true "dealerdirect/phpcodesniffer-composer-installer": true
} }
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true, "prefer-stable": true,
"require-dev": { "require-dev": {
"phpunit/phpunit": "6.5.14" "phpunit/phpunit": "6.5.14"
}, },
"config": { "config": {
"platform": { "platform": {
"php": "7.0" "php": "7.0"
} }
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true, "prefer-stable": true,
"require-dev": { "require-dev": {
"wp-cli/i18n-command": "^2.2" "wp-cli/i18n-command": "^2.2"
}, },
"config": { "config": {
"platform": { "platform": {
"php": "7.0" "php": "7.0"
} }
} }
} }

View File

@ -1,41 +1,41 @@
{ {
"name": "woocommerce/woocommerce-lib", "name": "woocommerce/woocommerce-lib",
"description": "A package for hiding re-namespaced dependencies and executing them", "description": "A package for hiding re-namespaced dependencies and executing them",
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "dev", "minimum-stability": "dev",
"require": { "require": {
"php": ">=7.0", "php": ">=7.0",
"psr/container": "^1.0" "psr/container": "^1.0"
}, },
"require-dev": { "require-dev": {
"league/container": "3.3.5" "league/container": "3.3.5"
}, },
"config": { "config": {
"platform": { "platform": {
"php": "7.0" "php": "7.0"
} }
}, },
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [
"\"../vendor/bin/mozart\" compose" "\"../vendor/bin/mozart\" compose"
], ],
"post-update-cmd": [ "post-update-cmd": [
"\"../vendor/bin/mozart\" compose" "\"../vendor/bin/mozart\" compose"
] ]
}, },
"extra": { "extra": {
"mozart": { "mozart": {
"dep_namespace": "Automattic\\WooCommerce\\Vendor\\", "dep_namespace": "Automattic\\WooCommerce\\Vendor\\",
"dep_directory": "/packages/", "dep_directory": "/packages/",
"packages": [ "packages": [
"league/container" "league/container"
], ],
"excluded_packages": [ "excluded_packages": [
"psr/container" "psr/container"
], ],
"classmap_directory": "/classes/", "classmap_directory": "/classes/",
"classmap_prefix": "WC_Vendor_", "classmap_prefix": "WC_Vendor_",
"delete_vendor_directories": true "delete_vendor_directories": true
} }
} }
} }

View File

@ -1,211 +1,211 @@
{ {
"url": "http://localhost:8086/", "url": "http://localhost:8086/",
"users": { "users": {
"admin": { "admin": {
"username": "admin", "username": "admin",
"password": "password" "password": "password"
}, },
"customer": { "customer": {
"username": "customer", "username": "customer",
"password": "password" "password": "password"
} }
}, },
"products": { "products": {
"simple": { "simple": {
"name": "Simple product" "name": "Simple product"
}, },
"variable": { "variable": {
"name": "Variable Product with Three Attributes", "name": "Variable Product with Three Attributes",
"defaultAttributes": [ "defaultAttributes": [
{ {
"id": 0, "id": 0,
"name": "Size", "name": "Size",
"option": "Medium" "option": "Medium"
}, },
{ {
"id": 0, "id": 0,
"name": "Colour", "name": "Colour",
"option": "Blue" "option": "Blue"
} }
], ],
"attributes": [ "attributes": [
{ {
"id": 0, "id": 0,
"name": "Colour", "name": "Colour",
"isVisibleOnProductPage": true, "isVisibleOnProductPage": true,
"isForVariations": true, "isForVariations": true,
"options": [ "options": [
"Red", "Red",
"Green", "Green",
"Blue" "Blue"
], ],
"sortOrder": 0 "sortOrder": 0
}, },
{ {
"id": 0, "id": 0,
"name": "Size", "name": "Size",
"isVisibleOnProductPage": true, "isVisibleOnProductPage": true,
"isForVariations": true, "isForVariations": true,
"options": [ "options": [
"Small", "Small",
"Medium", "Medium",
"Large" "Large"
], ],
"sortOrder": 0 "sortOrder": 0
}, },
{ {
"id": 0, "id": 0,
"name": "Logo", "name": "Logo",
"isVisibleOnProductPage": true, "isVisibleOnProductPage": true,
"isForVariations": true, "isForVariations": true,
"options": [ "options": [
"Woo", "Woo",
"WordPress" "WordPress"
], ],
"sortOrder": 0 "sortOrder": 0
} }
] ]
}, },
"variations": [ "variations": [
{ {
"regularPrice": "19.99", "regularPrice": "19.99",
"attributes": [ "attributes": [
{ {
"name": "Size", "name": "Size",
"option": "Large" "option": "Large"
}, },
{ {
"name": "Colour", "name": "Colour",
"option": "Red" "option": "Red"
} }
] ]
}, },
{ {
"regularPrice": "18.99", "regularPrice": "18.99",
"attributes": [ "attributes": [
{ {
"name": "Size", "name": "Size",
"option": "Medium" "option": "Medium"
}, },
{ {
"name": "Colour", "name": "Colour",
"option": "Green" "option": "Green"
} }
] ]
}, },
{ {
"regularPrice": "17.99", "regularPrice": "17.99",
"attributes": [ "attributes": [
{ {
"name": "Size", "name": "Size",
"option": "Small" "option": "Small"
}, },
{ {
"name": "Colour", "name": "Colour",
"option": "Blue" "option": "Blue"
} }
] ]
} }
], ],
"grouped": { "grouped": {
"name": "Grouped Product with Three Children", "name": "Grouped Product with Three Children",
"groupedProducts": [ "groupedProducts": [
{ {
"name": "Base Unit", "name": "Base Unit",
"regularPrice": "29.99" "regularPrice": "29.99"
}, },
{ {
"name": "Add-on A", "name": "Add-on A",
"regularPrice": "11.95" "regularPrice": "11.95"
}, },
{ {
"name": "Add-on B", "name": "Add-on B",
"regularPrice": "18.97" "regularPrice": "18.97"
} }
] ]
}, },
"external": { "external": {
"name": "External product", "name": "External product",
"regularPrice": "24.99", "regularPrice": "24.99",
"buttonText": "Buy now", "buttonText": "Buy now",
"externalUrl": "https://wordpress.org/plugins/woocommerce" "externalUrl": "https://wordpress.org/plugins/woocommerce"
} }
}, },
"coupons": { "coupons": {
"percentage": { "percentage": {
"code": "20percent", "code": "20percent",
"discountType": "percent", "discountType": "percent",
"amount": "20.00" "amount": "20.00"
} }
}, },
"addresses": { "addresses": {
"admin": { "admin": {
"store": { "store": {
"email": "admin@woocommercecoree2etestsuite.com", "email": "admin@woocommercecoree2etestsuite.com",
"firstname": "John", "firstname": "John",
"lastname": "Doe", "lastname": "Doe",
"company": "Automattic", "company": "Automattic",
"country": "United States (US)", "country": "United States (US)",
"addressfirstline": "addr 1", "addressfirstline": "addr 1",
"addresssecondline": "addr 2", "addresssecondline": "addr 2",
"countryandstate": "United States (US) — California", "countryandstate": "United States (US) — California",
"city": "San Francisco", "city": "San Francisco",
"state": "CA", "state": "CA",
"postcode": "94107" "postcode": "94107"
} }
}, },
"customer": { "customer": {
"billing": { "billing": {
"firstname": "John", "firstname": "John",
"lastname": "Doe", "lastname": "Doe",
"company": "Automattic", "company": "Automattic",
"country": "United States (US)", "country": "United States (US)",
"addressfirstline": "addr 1", "addressfirstline": "addr 1",
"addresssecondline": "addr 2", "addresssecondline": "addr 2",
"city": "San Francisco", "city": "San Francisco",
"state": "CA", "state": "CA",
"postcode": "94107", "postcode": "94107",
"phone": "123456789", "phone": "123456789",
"email": "john.doe@example.com" "email": "john.doe@example.com"
}, },
"shipping": { "shipping": {
"firstname": "John", "firstname": "John",
"lastname": "Doe", "lastname": "Doe",
"company": "Automattic", "company": "Automattic",
"country": "United States (US)", "country": "United States (US)",
"addressfirstline": "addr 1", "addressfirstline": "addr 1",
"addresssecondline": "addr 2", "addresssecondline": "addr 2",
"city": "San Francisco", "city": "San Francisco",
"state": "CA", "state": "CA",
"postcode": "94107" "postcode": "94107"
} }
} }
}, },
"orders": { "orders": {
"basicPaidOrder": { "basicPaidOrder": {
"paymentMethod": "cod", "paymentMethod": "cod",
"status": "processing", "status": "processing",
"billing": { "billing": {
"firstName": "John", "firstName": "John",
"lastName": "Doe", "lastName": "Doe",
"email": "john.doe@example.com" "email": "john.doe@example.com"
} }
} }
}, },
"onboardingwizard": { "onboardingwizard": {
"industry": "Test industry", "industry": "Test industry",
"numberofproducts": "1 - 10", "numberofproducts": "1 - 10",
"sellingelsewhere": "No", "sellingelsewhere": "No",
"sellingOnAnotherPlatform": "Yes, on another platform", "sellingOnAnotherPlatform": "Yes, on another platform",
"number_employees": "< 10", "number_employees": "< 10",
"revenue": "Up to $2,500.00", "revenue": "Up to $2,500.00",
"other_platform_name": "Etsy" "other_platform_name": "Etsy"
}, },
"settings": { "settings": {
"shipping": { "shipping": {
"zonename": "United States", "zonename": "United States",
"zoneregions": "United States (US)", "zoneregions": "United States (US)",
"shippingmethod": "Free shipping" "shippingmethod": "Free shipping"
} }
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"extends": "../../tsconfig.base.json", "extends": "../../tsconfig.base.json",
"references": [ "references": [
{ "path": "../../packages/js/api" } { "path": "../../packages/js/api" }
], ],
"files": [] "files": []
} }

View File

@ -1,21 +1,21 @@
{ {
"extends": [ "extends": [
"config:base" "config:base"
], ],
"packageRules": [ "packageRules": [
{ {
"packageNames": ["automattic/jetpack-autoloader"], "packageNames": ["automattic/jetpack-autoloader"],
"rangeStrategy": "bump" "rangeStrategy": "bump"
}, },
{ {
"depTypeList": ["devDependencies"], "depTypeList": ["devDependencies"],
"extends": ["schedule:monthly"] "extends": ["schedule:monthly"]
} }
], ],
"ignoreDeps": [ "ignoreDeps": [
"woocommerce/action-scheduler", "woocommerce/action-scheduler",
"woocommerce/woocommerce-admin", "woocommerce/woocommerce-admin",
"woocommerce/woocommerce-blocks", "woocommerce/woocommerce-blocks",
"woocommerce/woocommerce-rest-api" "woocommerce/woocommerce-rest-api"
] ]
} }

View File

@ -1,65 +1,65 @@
{ {
"name": "monorepo-merge", "name": "monorepo-merge",
"version": "0.0.0", "version": "0.0.0",
"description": "A tool for merging repositories into the WooCommerce Monorepo.", "description": "A tool for merging repositories into the WooCommerce Monorepo.",
"author": "Automattic", "author": "Automattic",
"bin": { "bin": {
"monorepo-merge": "./bin/run" "monorepo-merge": "./bin/run"
}, },
"homepage": "https://github.com/woocommerce/woocommerce", "homepage": "https://github.com/woocommerce/woocommerce",
"license": "GPLv2", "license": "GPLv2",
"main": "dist/index.js", "main": "dist/index.js",
"repository": "woocommerce/woocommerce", "repository": "woocommerce/woocommerce",
"files": [ "files": [
"/bin", "/bin",
"/dist", "/dist",
"/npm-shrinkwrap.json", "/npm-shrinkwrap.json",
"/oclif.manifest.json" "/oclif.manifest.json"
], ],
"dependencies": { "dependencies": {
"@oclif/core": "^1", "@oclif/core": "^1",
"@oclif/plugin-help": "^5", "@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1", "@oclif/plugin-plugins": "^2.0.1",
"@octokit/graphql": "4.8.0" "@octokit/graphql": "4.8.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.9.4", "@types/node": "^16.9.4",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"globby": "^11", "globby": "^11",
"jscodeshift": "^0.13.1", "jscodeshift": "^0.13.1",
"oclif": "^2", "oclif": "^2",
"shx": "^0.3.3", "shx": "^0.3.3",
"ts-node": "^10.2.1", "ts-node": "^10.2.1",
"tslib": "^2.3.1", "tslib": "^2.3.1",
"typescript": "^4.4.3" "typescript": "^4.4.3"
}, },
"oclif": { "oclif": {
"bin": "monorepo-merge", "bin": "monorepo-merge",
"dirname": "monorepo-merge", "dirname": "monorepo-merge",
"commands": "./dist/commands", "commands": "./dist/commands",
"plugins": [ "plugins": [
"@oclif/plugin-help", "@oclif/plugin-help",
"@oclif/plugin-plugins" "@oclif/plugin-plugins"
], ],
"topicSeparator": " ", "topicSeparator": " ",
"topics": { "topics": {
"merge": { "merge": {
"description": "Merges other repositories into the monorepo." "description": "Merges other repositories into the monorepo."
}, },
"transfer-issues": { "transfer-issues": {
"description": "Transfers issues from other repositories into the monorepo." "description": "Transfers issues from other repositories into the monorepo."
} }
} }
}, },
"scripts": { "scripts": {
"build": "shx rm -rf dist && tsc -b", "build": "shx rm -rf dist && tsc -b",
"lint": "eslint . --ext .ts --config .eslintrc", "lint": "eslint . --ext .ts --config .eslintrc",
"postpack": "shx rm -f oclif.manifest.json", "postpack": "shx rm -f oclif.manifest.json",
"posttest": "pnpm lint", "posttest": "pnpm lint",
"prepack": "pnpm build && oclif manifest" "prepack": "pnpm build && oclif manifest"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
}, },
"types": "dist/index.d.ts" "types": "dist/index.d.ts"
} }

View File

@ -1,17 +1,17 @@
{ {
"compilerOptions": { "compilerOptions": {
"declaration": true, "declaration": true,
"importHelpers": true, "importHelpers": true,
"module": "commonjs", "module": "commonjs",
"outDir": "dist", "outDir": "dist",
"rootDir": "src", "rootDir": "src",
"strict": true, "strict": true,
"target": "es2019", "target": "es2019",
"typeRoots": [ "typeRoots": [
"./node_modules/@types" "./node_modules/@types"
], ],
}, },
"include": [ "include": [
"src/**/*" "src/**/*"
] ]
} }

View File

@ -1,43 +1,43 @@
{ {
"compilerOptions": { "compilerOptions": {
"allowJs": true, "allowJs": true,
"checkJs": true, "checkJs": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"jsx": "preserve", "jsx": "preserve",
"target": "es6", "target": "es6",
"module": "commonjs", "module": "commonjs",
"incremental": true, "incremental": true,
"declaration": true, "declaration": true,
"declarationMap": true, "declarationMap": true,
"composite": true, "composite": true,
"emitDeclarationOnly": false, "emitDeclarationOnly": false,
"isolatedModules": true, "isolatedModules": true,
/* Strict Type-Checking Options */ /* Strict Type-Checking Options */
"strict": true, "strict": true,
/* Additional Checks */ /* Additional Checks */
"noUnusedLocals": true, "noUnusedLocals": true,
"noUnusedParameters": true, "noUnusedParameters": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
/* Module Resolution Options */ /* Module Resolution Options */
"moduleResolution": "node", "moduleResolution": "node",
/* This needs to be false so our types are possible to consume without setting this */ /* This needs to be false so our types are possible to consume without setting this */
"esModuleInterop": false, "esModuleInterop": false,
"resolveJsonModule": true "resolveJsonModule": true
}, },
/* /*
We set files: [] here so that running tsc against this config does not pick up anything, We set files: [] here so that running tsc against this config does not pick up anything,
but only delegates the tsc command execution to the projects specified in references[] but only delegates the tsc command execution to the projects specified in references[]
More at: https://www.typescriptlang.org/docs/handbook/project-references.html More at: https://www.typescriptlang.org/docs/handbook/project-references.html
*/ */
"files": [], "files": [],
"references": [ "references": [
{ "path": "./plugins/woocommerce/" }, { "path": "./plugins/woocommerce/" },
{ "path": "./plugins/woocommerce-admin/" }, { "path": "./plugins/woocommerce-admin/" },
{ "path": "./packages/js/admin-e2e-tests" }, { "path": "./packages/js/admin-e2e-tests" },
@ -56,5 +56,5 @@
{ "path": "./packages/js/number" }, { "path": "./packages/js/number" },
{ "path": "./packages/js/onboarding" }, { "path": "./packages/js/onboarding" },
{ "path": "./packages/js/tracks" } { "path": "./packages/js/tracks" }
] ]
} }

View File

@ -1,33 +1,33 @@
{ {
"version": 2, "version": 2,
"projects": { "projects": {
"@woocommerce/api": "packages/js/api", "@woocommerce/api": "packages/js/api",
"@woocommerce/api-core-tests": "packages/js/api-core-tests", "@woocommerce/api-core-tests": "packages/js/api-core-tests",
"@woocommerce/e2e-builds": "packages/js/e2e-builds", "@woocommerce/e2e-builds": "packages/js/e2e-builds",
"@woocommerce/e2e-core-tests": "packages/js/e2e-core-tests", "@woocommerce/e2e-core-tests": "packages/js/e2e-core-tests",
"@woocommerce/e2e-environment": "packages/js/e2e-environment", "@woocommerce/e2e-environment": "packages/js/e2e-environment",
"@woocommerce/e2e-utils": "packages/js/e2e-utils", "@woocommerce/e2e-utils": "packages/js/e2e-utils",
"woocommerce": "plugins/woocommerce", "woocommerce": "plugins/woocommerce",
"woocommerce-admin": "plugins/woocommerce-admin", "woocommerce-admin": "plugins/woocommerce-admin",
"woocommerce-legacy-assets": "plugins/woocommerce/legacy", "woocommerce-legacy-assets": "plugins/woocommerce/legacy",
"woocommerce-beta-tester": "plugins/woocommerce-beta-tester", "woocommerce-beta-tester": "plugins/woocommerce-beta-tester",
"@woocommerce/admin-e2e-tests": "packages/js/admin-e2e-tests", "@woocommerce/admin-e2e-tests": "packages/js/admin-e2e-tests",
"@woocommerce/components": "packages/js/components", "@woocommerce/components": "packages/js/components",
"@woocommerce/csv-export": "packages/js/csv-export", "@woocommerce/csv-export": "packages/js/csv-export",
"@woocommerce/currency": "packages/js/currency", "@woocommerce/currency": "packages/js/currency",
"@woocommerce/customer-effort-score": "packages/js/customer-effort-score", "@woocommerce/customer-effort-score": "packages/js/customer-effort-score",
"@woocommerce/data": "packages/js/data", "@woocommerce/data": "packages/js/data",
"@woocommerce/date": "packages/js/date", "@woocommerce/date": "packages/js/date",
"@woocommerce/dependency-extraction-webpack-plugin": "packages/js/dependency-extraction-webpack-plugin", "@woocommerce/dependency-extraction-webpack-plugin": "packages/js/dependency-extraction-webpack-plugin",
"@woocommerce/eslint-plugin": "packages/js/eslint-plugin", "@woocommerce/eslint-plugin": "packages/js/eslint-plugin",
"@woocommerce/experimental": "packages/js/experimental", "@woocommerce/experimental": "packages/js/experimental",
"@woocommerce/explat": "packages/js/explat", "@woocommerce/explat": "packages/js/explat",
"@woocommerce/js-tests": "packages/js/js-tests", "@woocommerce/js-tests": "packages/js/js-tests",
"@woocommerce/navigation": "packages/js/navigation", "@woocommerce/navigation": "packages/js/navigation",
"@woocommerce/notices": "packages/js/notices", "@woocommerce/notices": "packages/js/notices",
"@woocommerce/number": "packages/js/number", "@woocommerce/number": "packages/js/number",
"@woocommerce/onboarding": "packages/js/onboarding", "@woocommerce/onboarding": "packages/js/onboarding",
"@woocommerce/style-build": "packages/js/style-build", "@woocommerce/style-build": "packages/js/style-build",
"@woocommerce/tracks": "packages/js/tracks" "@woocommerce/tracks": "packages/js/tracks"
} }
} }