15 Commits

Author SHA1 Message Date
Alessandro Casazza
bc9866f7fb
fix: Remove unused code and add hosted checkout url 2022-05-13 10:53:58 +02:00
Bolaji
8840bb7b21
chore: 🤖 update ENDPOINT env in cart 2022-05-13 08:33:44 +01:00
Bolaji
614369a74b
chore: 🤖 use env from CONST 2022-05-13 08:22:21 +01:00
Bolaji
9e68d2efbd
chore: 🤖 update env variables 2022-05-13 07:48:16 +01:00
Alessandro Casazza
f11ff29e3b
feat: Update hooks 2022-05-10 18:57:21 +02:00
Alessandro Casazza
a9e2d75f14
feat: Get products from external static file 2022-05-10 18:50:04 +02:00
Alessandro Casazza
9ccbc55151
chore: Update config 2022-05-10 18:40:31 +02:00
Alessandro Casazza
6565266242
feat: Add get content data from static file and get prices from CL 2022-05-10 18:39:57 +02:00
Alessandro Casazza
b9f8d0928a
chore: Update deps 2022-05-10 18:37:27 +02:00
Bolaji
46fff00060
fix: 🐛 fix error with checkout endpoint 2022-03-01 08:24:17 +01:00
Bolaji
e8a12e4864
refactor: 💡 update commercelayer provider structure 2022-02-28 15:36:23 +01:00
Bolaji
7e5896e4a5
chore: 🤖 fix conflicts 2022-02-28 11:42:03 +01:00
Andrea Barani
9387178538
fix(bigcommerce): add limit on product variants (#655)
add explicit limit on product variants field to load more than default
2022-02-18 04:40:59 -05:00
Luis Alvarez D
541491f169
Replace tsc with SWC for package compilation and file watching (#675)
* Updated turbo version

* Added taskr to packages/local

* Move json files

* Include missing extension

* Fixed prettierignore

* Updated swc plugin

* Moved swc plugin to its own package

* Added note

* Removed unused package

* Added watch for file changes

* Added taskr deps to every package

* Added taskfile to every package

* Updated scripts in every package

* Added 2 utiity scripts

* Fix turbo dev script

* Update swc plugin to include jsx import

* Updated build script in main package.json
2022-02-09 10:30:59 -05:00
Luis Alvarez D
0afe686fe9
Monorepo with Turborepo (#651)
* Moved everything

* Figuring out how to make imports work

* Updated exports

* Added missing exports

* Added @vercel/commerce-local to `site`

* Updated commerce config

* Updated exports and commerce config

* Updated commerce hoc

* Fixed exports in local

* Added publish config

* Updated imports in site

* It's actually working

* Don't use debugger in dev for better speeds

* Improved DX when editing packages

* Set up eslint with husky

* Updated prettier config

* Added prettier setup to every package

* Moved bigcommerce

* Moved Bigcommerce to src and package updates

* Updated setup of bigcommerce

* Moved definitions script

* Moved commercejs

* Move to src

* Fixed types in commercejs

* Moved kibocommerce

* Moved kibocommerce to src

* Added package/tsconfig to kibocommerce

* Fixed imports and other things

* Moved ordercloud

* Moved ordercloud to src

* Fixed imports

* Added missing prettier files

* Moved Saleor

* Moved Saleor to src

* Fixed imports

* Replaced all imports to @commerce

* Added prettierignore/rc to all providers

* Moved shopify to src

* Build shopify in packages

* Moved Spree

* Moved spree to src

* Updated spree

* Moved swell

* Moved swell to src

* Fixed type imports in swell

* Moved Vendure to packages

* Moved vendure to src

* Fixed imports in vendure

* Added codegen to saleor

* Updated codegen setup for shopify

* Added codegen to vendure

* Added codegen to kibocommerce

* Added all packages to site's deps

* Updated codegen setup in bigcommerce

* Minor fixes

* Updated providers' names in site

* Updated packages based on Bel's changes

* Updated turbo to latest

* Fixed ts complains

* Set npm engine in root

* New lockfile install

* remove engines

* Regen lockfile

* Switched from npm to yarn

* Updated typesVersions in all packages

* Moved dep

* Updated SWR to the just released 1.2.0

* Removed "isolatedModules" from packages

* Updated list of providers and default

* Updated swell declaration

* Removed next import from kibocommerce

* Added COMMERCE_PROVIDER log

* Added another log

* Updated turbo config

* Updated docs

* Removed test logs

Co-authored-by: Jared Palmer <jared@jaredpalmer.com>
2022-02-01 14:14:05 -05:00