Skip to content

Commit

Permalink
v2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Nov 6, 2024
1 parent 7931d34 commit c84e948
Show file tree
Hide file tree
Showing 36 changed files with 384 additions and 473 deletions.
14 changes: 7 additions & 7 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.16.1",
"version": "2.16.2",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@apollo/server-plugin-response-cache": "^4.1.3",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^2.16.1",
"@unchainedshop/core-delivery": "^2.16.1",
"@unchainedshop/core-payment": "^2.16.1",
"@unchainedshop/platform": "^2.16.1",
"@unchainedshop/plugins": "^2.16.1",
"@unchainedshop/types": "^2.16.1",
"@unchainedshop/api": "^2.16.2",
"@unchainedshop/core-delivery": "^2.16.2",
"@unchainedshop/core-payment": "^2.16.2",
"@unchainedshop/platform": "^2.16.2",
"@unchainedshop/plugins": "^2.16.2",
"@unchainedshop/types": "^2.16.2",
"apollo-graphiql-playground": "^0.1.5",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
Expand Down
6 changes: 3 additions & 3 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.16.1",
"version": "2.16.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.16.1"
"@unchainedshop/platform": "^2.16.2"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@unchainedshop/types": "^2.16.1",
"@unchainedshop/types": "^2.16.2",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit c84e948

Please sign in to comment.