Skip to content

Commit

Permalink
v3.0.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Oct 22, 2024
1 parent ff37415 commit d5f5e53
Show file tree
Hide file tree
Showing 35 changed files with 437 additions and 427 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"description": "Docs for Unchained Engine",
"private": true,
"version": "3.0.0-alpha3",
"version": "3.0.0-alpha4",
"license": "ISC",
"scripts": {
"dev": "docusaurus start",
Expand Down
16 changes: 8 additions & 8 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": "3.0.0-alpha3",
"version": "3.0.0-alpha4",
"license": "EUPL-1.2",
"type": "module",
"homepage": "https://unchained.shop",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@graphql-yoga/plugin-response-cache": "^3.9.0",
"@paypal/checkout-server-sdk": "^1.0.3",
"@unchainedshop/api": "^3.0.0-alpha3",
"@unchainedshop/core-delivery": "^3.0.0-alpha3",
"@unchainedshop/core-payment": "^3.0.0-alpha3",
"@unchainedshop/platform": "^3.0.0-alpha3",
"@unchainedshop/plugins": "^3.0.0-alpha3",
"@unchainedshop/ticketing": "^3.0.0-alpha3",
"@unchainedshop/api": "^3.0.0-alpha4",
"@unchainedshop/core-delivery": "^3.0.0-alpha4",
"@unchainedshop/core-payment": "^3.0.0-alpha4",
"@unchainedshop/platform": "^3.0.0-alpha4",
"@unchainedshop/plugins": "^3.0.0-alpha4",
"@unchainedshop/ticketing": "^3.0.0-alpha4",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
"cookie-parser": "^1.4.7",
Expand All @@ -66,7 +66,7 @@
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"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 @@ -34,14 +34,14 @@
"dev": "nodemon --env-file .env.defaults --delay 2500ms --watch '../../packages' --watch '.' -i lib -e js,mjs,json,ts --exec \"npm run dev:run\""
},
"dependencies": {
"@fastify/cookie": "^10.0.1",
"@fastify/cookie": "^11.0.1",
"@fastify/session": "^11.0.1",
"@unchainedshop/platform": "^3.0.0-alpha3",
"@unchainedshop/plugins": "^3.0.0-alpha3",
"@unchainedshop/platform": "^3.0.0-alpha4",
"@unchainedshop/plugins": "^3.0.0-alpha4",
"fastify": "^5.0.0"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/node": "^22.7.8",
"mongodb-memory-server": "^10.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit d5f5e53

Please sign in to comment.