Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ecomplus-stores/catus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a515334a4bc00850eb7d12062da65921923234a
Choose a base ref
..
head repository: ecomplus-stores/catus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d876ff870049b661bdeb5363515180b84a414a91
Choose a head ref
Showing with 1,064 additions and 876 deletions.
  1. +30 −24 .functions/package-lock.json
  2. +1 −1 .functions/package.json
  3. +18 −12 .netlify/functions/ssr/package-lock.json
  4. +1 −1 .netlify/functions/ssr/package.json
  5. +1,007 −832 package-lock.json
  6. +1 −1 package.json
  7. +6 −5 template/pages/@/layout/header.ejs
54 changes: 30 additions & 24 deletions .functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .functions/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
},
"main": "index.js",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.8.20",
"@ecomplus/storefront-renderer": "^2.10.3",
"firebase-admin": "^10.3.0",
"firebase-functions": "^3.24.1"
},
30 changes: 18 additions & 12 deletions .netlify/functions/ssr/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .netlify/functions/ssr/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
},
"homepage": "https://github.com/ecomplus/storefront-starter#readme",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.8.20"
"@ecomplus/storefront-renderer": "^2.10.3"
},
"files": [
"bundles.json",
Loading