Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: swellstores/swell-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.11
Choose a base ref
...
head repository: swellstores/swell-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 11, 2023

  1. Copy the full SHA
    7a80d68 View commit details

Commits on Mar 13, 2023

  1. Merge branch 'fix/ugprade-node-and-dependencies' into 'master'

    Fix: bump node version + devDependencies
    
    See merge request schema/swell-node!9
    swellmike committed Mar 13, 2023
    Copy the full SHA
    9c26233 View commit details
  2. 5.0.0

    swellmike committed Mar 13, 2023
    Copy the full SHA
    2e84314 View commit details
Showing with 7,708 additions and 11 deletions.
  1. +0 −2 .npmrc
  2. +1 −1 .nvmrc
  3. +7,698 −0 package-lock.json
  4. +9 −8 package.json
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
save=true
save-exact=true
package-lock=false
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.22.1
v14.19.1
7,698 changes: 7,698 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "swell-node",
"version": "4.0.11",
"version": "5.0.0",
"description": "Swell API library for NodeJS",
"engines": {
"node": ">=14.19.1",
"npm": ">=8.17.0"
},
"keywords": [
"swell",
"ecommerce",
@@ -15,14 +19,11 @@
"url": "git://github.com/swellstores/swell-node.git"
},
"bugs:": "https://github.com/swellstores/swell-node/issues",
"engines": {
"node": ">= v12.21.0"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "7.14.0",
"jest": "26.6.3",
"sinon": "9.2.4"
"chai": "^4.3.7",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"sinon": "^15.0.1"
},
"dependencies": {},
"license": "MIT",