Skip to content

Commit

Permalink
v2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Oct 29, 2024
1 parent 10de702 commit 5c30645
Show file tree
Hide file tree
Showing 36 changed files with 756 additions and 951 deletions.
22 changes: 11 additions & 11 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.1",
"version": "2.15.2",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,36 +36,36 @@
"dependencies": {
"@apollo/server-plugin-response-cache": "^4.1.3",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^2.15.1",
"@unchainedshop/core-delivery": "^2.15.1",
"@unchainedshop/core-payment": "^2.15.1",
"@unchainedshop/platform": "^2.15.1",
"@unchainedshop/plugins": "^2.15.1",
"@unchainedshop/types": "^2.15.1",
"@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",
"apollo-graphiql-playground": "^0.1.5",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
"cookie": "^0.6.0",
"cookie-parser": "^1.4.7",
"dotenv-extended": "^2.9.0",
"ethers": "^6.13.3",
"ethers": "^6.13.4",
"event-iterator": "^2.0.0",
"express": "^4.21.1",
"graphql": "^16.9.0",
"JSONStream": "^1.3.5",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.16",
"open": "^10.1.0",
"postfinancecheckout": "^4.5.0",
"serve-static": "^1.15.0",
"stripe": "^15.12.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.3.3",
"twilio": "^5.3.5",
"uuid": "^10.0.0",
"web-push": "^3.6.7",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/node": "^22.8.2",
"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.1",
"version": "2.15.2",
"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.1"
"@unchainedshop/platform": "^2.15.2"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@unchainedshop/types": "^2.15.1",
"@types/node": "^22.8.2",
"@unchainedshop/types": "^2.15.2",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 5c30645

Please sign in to comment.