Skip to content

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Oct 31, 2024
1 parent 17e2635 commit f581119
Show file tree
Hide file tree
Showing 36 changed files with 539 additions and 539 deletions.
18 changes: 9 additions & 9 deletions examples/kitchensink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "example-kitchensink",
"description": "Kitchensink for Unchained Engine",
"private": true,
"version": "2.15.2",
"version": "2.16.0",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,16 +36,16 @@
"dependencies": {
"@apollo/server-plugin-response-cache": "^4.1.3",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^2.15.2",
"@unchainedshop/core-delivery": "^2.15.2",
"@unchainedshop/core-payment": "^2.15.2",
"@unchainedshop/platform": "^2.15.2",
"@unchainedshop/plugins": "^2.15.2",
"@unchainedshop/types": "^2.15.2",
"@unchainedshop/api": "^2.16.0",
"@unchainedshop/core-delivery": "^2.16.0",
"@unchainedshop/core-payment": "^2.16.0",
"@unchainedshop/platform": "^2.16.0",
"@unchainedshop/plugins": "^2.16.0",
"@unchainedshop/types": "^2.16.0",
"apollo-graphiql-playground": "^0.1.5",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
"cookie": "^0.6.0",
"cookie": "^1.0.1",
"cookie-parser": "^1.4.7",
"dotenv-extended": "^2.9.0",
"ethers": "^6.13.4",
Expand All @@ -65,7 +65,7 @@
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^22.8.2",
"@types/node": "^22.8.5",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
Expand Down
8 changes: 4 additions & 4 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@unchainedshop/minimal",
"description": "Kitchensink for Unchained Engine",
"private": true,
"version": "2.15.2",
"version": "2.16.0",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -34,11 +34,11 @@
"dev": "nodemon --delay 2500ms --watch '../../packages' --watch '.' -i lib -e js,mjs,json,ts --exec \"npm run dev:run\""
},
"dependencies": {
"@unchainedshop/platform": "^2.15.2"
"@unchainedshop/platform": "^2.16.0"
},
"devDependencies": {
"@types/node": "^22.8.2",
"@unchainedshop/types": "^2.15.2",
"@types/node": "^22.8.5",
"@unchainedshop/types": "^2.16.0",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit f581119

Please sign in to comment.