chore: Release (#3782)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2353719f44
commit
3efe13eefd
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medusa); validate customer id when applying a customer group discount
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
"@medusajs/inventory": patch
|
||||
"@medusajs/stock-location": patch
|
||||
"@medusajs/types": patch
|
||||
"@medusajs/utils": patch
|
||||
---
|
||||
|
||||
chore: Bump Typeorm
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medusa): Throw upon draft order creation if a variant does not have any prices
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
chore(medusa): migrate SalesChannel / ProductCategory repository
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/openapi-typescript-codegen": patch
|
||||
---
|
||||
|
||||
feat(codegen:test): coverage x-expanded-relation + x-codegen.queryParams
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
chores(medusa): cleanup registrations life time
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
chore(medusa): Migrate payment repository api
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
feat(tests): harmonize and clean-up yarn test commands convention
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medusa): invalidate price selection cache on update
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
chore(medusa): Migrate price list repository
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
"@medusajs/utils": patch
|
||||
---
|
||||
|
||||
chore(medusa, utils): rename buildLegacyFieldsListFrom to objectToStringPath
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
chore(medusa): Migrate product tag repository
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"medusa-react": patch
|
||||
---
|
||||
|
||||
fix(medusa-react): update customer hook payload type
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medusa): align prices formating in the import & export strategies
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
chore(medusa): Upgrade ioredis-mock
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
chore(medusa): Migrate product type repository
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
"medusa-plugin-discount-generator": patch
|
||||
"medusa-plugin-economic": patch
|
||||
"medusa-plugin-mailchimp": patch
|
||||
"medusa-plugin-restock-notification": patch
|
||||
"medusa-plugin-sendgrid": patch
|
||||
"medusa-plugin-wishlist": patch
|
||||
---
|
||||
|
||||
fix(plugin-discount-generator,plugin-economic,plugin-mailchimp,plugin-restock-notification,plugin-sendgrid,plugin-wishlist): Temporarily remove payload validation in some plugins
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/admin-ui": patch
|
||||
---
|
||||
|
||||
fix(admin-ui): correct notification text on fulfillment cancel
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"medusa-react": patch
|
||||
---
|
||||
|
||||
fix(react): Fix input type on useAdminUpdateReservation mutation hook
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(medusa): Add totals when retrieving order by cart id
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@medusajs/admin-ui": patch
|
||||
---
|
||||
|
||||
fix(admin-ui): display SC update notification
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
"@medusajs/admin-ui": patch
|
||||
---
|
||||
|
||||
feat(medusa, admin-ui): add description field to product categories
|
||||
@@ -9,9 +9,9 @@
|
||||
"build": "babel src -d dist --extensions \".ts,.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/cache-inmemory": "1.8.0",
|
||||
"@medusajs/event-bus-local": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/cache-inmemory": "1.8.1",
|
||||
"@medusajs/event-bus-local": "1.8.1",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"faker": "^5.5.3",
|
||||
"medusa-interfaces": "1.3.7",
|
||||
"typeorm": "^0.3.14"
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"build": "babel src -d dist --extensions \".ts,.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/cache-inmemory": "1.8.0",
|
||||
"@medusajs/event-bus-local": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/cache-inmemory": "1.8.1",
|
||||
"@medusajs/event-bus-local": "1.8.1",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"faker": "^5.5.3",
|
||||
"medusa-fulfillment-webshipper": "1.3.8",
|
||||
"medusa-interfaces": "1.3.7",
|
||||
"medusa-plugin-sendgrid": "1.3.8",
|
||||
"medusa-plugin-sendgrid": "1.3.9",
|
||||
"typeorm": "^0.3.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"test:integration": "jest --silent=false --runInBand --bail --detectOpenHandles --forceExit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"medusa-interfaces": "1.3.7",
|
||||
"typeorm": "^0.3.14"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @medusajs/admin-ui
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3750](https://github.com/medusajs/medusa/pull/3750) [`6f48cc57b`](https://github.com/medusajs/medusa/commit/6f48cc57bc0b06925a707278a6d820f0e2e0fe81) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): correct notification text on fulfillment cancel
|
||||
|
||||
- [#3755](https://github.com/medusajs/medusa/pull/3755) [`72b76bbd3`](https://github.com/medusajs/medusa/commit/72b76bbd3c36e06c1536e115dea9ac6de659d482) Thanks [@fPolic](https://github.com/fPolic)! - fix(admin-ui): display SC update notification
|
||||
|
||||
- [#3768](https://github.com/medusajs/medusa/pull/3768) [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa, admin-ui): add description field to product categories
|
||||
|
||||
- Updated dependencies [[`c24c2a973`](https://github.com/medusajs/medusa/commit/c24c2a9732bb0d1aff481b723e421b7fcb49a1f0), [`30ee10fdd`](https://github.com/medusajs/medusa/commit/30ee10fddd7d8e2f7d742101aad10d2c688ac98e)]:
|
||||
- medusa-react@5.0.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@medusajs/admin-ui",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"license": "MIT",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/medusajs/medusa.git",
|
||||
@@ -49,7 +49,7 @@
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"emoji-picker-react": "^4.4.3",
|
||||
"framer-motion": "^9.1.6",
|
||||
"medusa-react": "5.0.0",
|
||||
"medusa-react": "5.0.1",
|
||||
"moment": "^2.29.4",
|
||||
"pluralize": "^8.0.0",
|
||||
"postcss": "^8.4.21",
|
||||
@@ -79,8 +79,8 @@
|
||||
"vite": "^4.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/admin
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`78ff64e78`](https://github.com/medusajs/medusa/commit/78ff64e7837f6506c641a3c97ffdfa6ee17419ee), [`1a60c6f58`](https://github.com/medusajs/medusa/commit/1a60c6f58dd80d2d8cb8ee10c186975b39325d13), [`713d85a92`](https://github.com/medusajs/medusa/commit/713d85a92cf5249e3b75b96f8bf2c25e4f9b0c90), [`914d57336`](https://github.com/medusajs/medusa/commit/914d57336bc8355533d743745989f793ffd4d513), [`60abb91b7`](https://github.com/medusajs/medusa/commit/60abb91b7c568c6c4cce3b2da7cfb8d54b078299), [`089f1eb19`](https://github.com/medusajs/medusa/commit/089f1eb19e2bb43659c5b300fccb8163c1d60b5c), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`282e239df`](https://github.com/medusajs/medusa/commit/282e239dfc0a74f0eb72b17426c8c8bffd86064a), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0), [`eab2d22f7`](https://github.com/medusajs/medusa/commit/eab2d22f7d22ec53c68398558ffda32d2a734983), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`085fedb1f`](https://github.com/medusajs/medusa/commit/085fedb1f7e982859cff3ef3f1d870dce3bcc8b6), [`4d69d8ef6`](https://github.com/medusajs/medusa/commit/4d69d8ef6aef0a05d0bbb00eed045c2de511be56), [`6f48cc57b`](https://github.com/medusajs/medusa/commit/6f48cc57bc0b06925a707278a6d820f0e2e0fe81), [`7f6dc44be`](https://github.com/medusajs/medusa/commit/7f6dc44beb9789088f6d6b796f7545beb3653094), [`72b76bbd3`](https://github.com/medusajs/medusa/commit/72b76bbd3c36e06c1536e115dea9ac6de659d482), [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c)]:
|
||||
- @medusajs/medusa@1.8.1
|
||||
- @medusajs/admin-ui@1.8.1
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"bin": {
|
||||
"medusa-admin": "./bin/medusa-admin.js"
|
||||
},
|
||||
@@ -26,7 +26,7 @@
|
||||
"directory": "packages/admin"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-ui": "1.8.0",
|
||||
"@medusajs/admin-ui": "1.8.1",
|
||||
"commander": "^10.0.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.17.1",
|
||||
@@ -37,7 +37,7 @@
|
||||
"ts-dedent": "^2.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "1.8.0"
|
||||
"@medusajs/medusa": "1.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/cache-inmemory
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/modules-sdk@1.8.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/cache-inmemory",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "In-memory Cache Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -17,7 +17,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"ts-jest": "^25.5.1",
|
||||
@@ -30,6 +30,6 @@
|
||||
"test": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "1.8.0"
|
||||
"@medusajs/modules-sdk": "1.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/cache-redis
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/modules-sdk@1.8.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/cache-redis",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "Redis Cache Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -17,7 +17,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"ts-jest": "^25.5.1",
|
||||
@@ -30,7 +30,7 @@
|
||||
"test": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "1.8.0",
|
||||
"@medusajs/modules-sdk": "1.8.1",
|
||||
"awilix": "^8.0.0",
|
||||
"ioredis": "^5.3.1"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/event-bus-local
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/utils@1.8.1
|
||||
- @medusajs/modules-sdk@1.8.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/event-bus-local",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "Local Event Bus Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@@ -17,7 +17,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.2",
|
||||
"ts-jest": "^25.5.1",
|
||||
@@ -30,7 +30,7 @@
|
||||
"test": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "1.8.0",
|
||||
"@medusajs/utils": "1.8.0"
|
||||
"@medusajs/modules-sdk": "1.8.1",
|
||||
"@medusajs/utils": "1.8.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/event-bus-redis
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/utils@1.8.1
|
||||
- @medusajs/modules-sdk@1.8.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/event-bus-redis",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "Redis Event Bus Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@@ -17,7 +17,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.2",
|
||||
"medusa-test-utils": "^1.1.40",
|
||||
@@ -31,8 +31,8 @@
|
||||
"test": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "1.8.0",
|
||||
"@medusajs/utils": "1.8.0",
|
||||
"@medusajs/modules-sdk": "1.8.1",
|
||||
"@medusajs/utils": "1.8.1",
|
||||
"awilix": "^8.0.0",
|
||||
"bullmq": "^3.5.6",
|
||||
"ioredis": "^5.2.5"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"url": "https://github.com/medusajs/medusa/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa-oas-cli": "0.2.0",
|
||||
"@medusajs/medusa-oas-cli": "0.2.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"execa": "^5.1.1",
|
||||
"jest": "^27.4.7",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @medusajs/inventory
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3778](https://github.com/medusajs/medusa/pull/3778) [`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Bump Typeorm
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/utils@1.8.1
|
||||
- @medusajs/modules-sdk@1.8.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/inventory",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "Inventory Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -17,15 +17,15 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"ts-jest": "^25.5.1",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "1.8.0",
|
||||
"@medusajs/utils": "1.8.0",
|
||||
"@medusajs/modules-sdk": "1.8.1",
|
||||
"@medusajs/utils": "1.8.1",
|
||||
"awilix": "^8.0.0",
|
||||
"typeorm": "^0.3.14"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/utils@1.8.1
|
||||
|
||||
## 1.3.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa-cli",
|
||||
"version": "1.3.9",
|
||||
"version": "1.3.10",
|
||||
"description": "Command Line interface for Medusa Commerce",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@@ -36,7 +36,7 @@
|
||||
"jest": "^25.5.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/utils": "1.8.0",
|
||||
"@medusajs/utils": "1.8.1",
|
||||
"axios": "^0.21.4",
|
||||
"chalk": "^4.0.0",
|
||||
"configstore": "5.0.1",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"@babel/plugin-transform-runtime": "^7.7.6",
|
||||
"@babel/preset-env": "^7.7.5",
|
||||
"@babel/runtime": "^7.9.6",
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"client-sessions": "^0.8.0",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`78ff64e78`](https://github.com/medusajs/medusa/commit/78ff64e7837f6506c641a3c97ffdfa6ee17419ee), [`1a60c6f58`](https://github.com/medusajs/medusa/commit/1a60c6f58dd80d2d8cb8ee10c186975b39325d13), [`713d85a92`](https://github.com/medusajs/medusa/commit/713d85a92cf5249e3b75b96f8bf2c25e4f9b0c90), [`914d57336`](https://github.com/medusajs/medusa/commit/914d57336bc8355533d743745989f793ffd4d513), [`60abb91b7`](https://github.com/medusajs/medusa/commit/60abb91b7c568c6c4cce3b2da7cfb8d54b078299), [`089f1eb19`](https://github.com/medusajs/medusa/commit/089f1eb19e2bb43659c5b300fccb8163c1d60b5c), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`282e239df`](https://github.com/medusajs/medusa/commit/282e239dfc0a74f0eb72b17426c8c8bffd86064a), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0), [`eab2d22f7`](https://github.com/medusajs/medusa/commit/eab2d22f7d22ec53c68398558ffda32d2a734983), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`085fedb1f`](https://github.com/medusajs/medusa/commit/085fedb1f7e982859cff3ef3f1d870dce3bcc8b6), [`4d69d8ef6`](https://github.com/medusajs/medusa/commit/4d69d8ef6aef0a05d0bbb00eed045c2de511be56), [`7f6dc44be`](https://github.com/medusajs/medusa/commit/7f6dc44beb9789088f6d6b796f7545beb3653094), [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c)]:
|
||||
- @medusajs/medusa@1.8.1
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa-js",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Client for Medusa Commerce Rest API",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
@@ -32,7 +32,7 @@
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "1.8.0"
|
||||
"@medusajs/medusa": "1.8.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -43,7 +43,7 @@
|
||||
"url": "https://github.com/medusajs/medusa/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"jest": "^27.4.7",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`78ff64e78`](https://github.com/medusajs/medusa/commit/78ff64e7837f6506c641a3c97ffdfa6ee17419ee), [`1a60c6f58`](https://github.com/medusajs/medusa/commit/1a60c6f58dd80d2d8cb8ee10c186975b39325d13), [`713d85a92`](https://github.com/medusajs/medusa/commit/713d85a92cf5249e3b75b96f8bf2c25e4f9b0c90), [`914d57336`](https://github.com/medusajs/medusa/commit/914d57336bc8355533d743745989f793ffd4d513), [`60abb91b7`](https://github.com/medusajs/medusa/commit/60abb91b7c568c6c4cce3b2da7cfb8d54b078299), [`089f1eb19`](https://github.com/medusajs/medusa/commit/089f1eb19e2bb43659c5b300fccb8163c1d60b5c), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`282e239df`](https://github.com/medusajs/medusa/commit/282e239dfc0a74f0eb72b17426c8c8bffd86064a), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0), [`eab2d22f7`](https://github.com/medusajs/medusa/commit/eab2d22f7d22ec53c68398558ffda32d2a734983), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`085fedb1f`](https://github.com/medusajs/medusa/commit/085fedb1f7e982859cff3ef3f1d870dce3bcc8b6), [`4d69d8ef6`](https://github.com/medusajs/medusa/commit/4d69d8ef6aef0a05d0bbb00eed045c2de511be56), [`7f6dc44be`](https://github.com/medusajs/medusa/commit/7f6dc44beb9789088f6d6b796f7545beb3653094), [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c)]:
|
||||
- @medusajs/medusa@1.8.1
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-payment-paypal",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Paypal Payment provider for Medusa Commerce",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -20,14 +20,14 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"@types/stripe": "^8.0.417",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "1.8.0"
|
||||
"@medusajs/medusa": "1.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@paypal/checkout-server-sdk": "^1.0.3",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`78ff64e78`](https://github.com/medusajs/medusa/commit/78ff64e7837f6506c641a3c97ffdfa6ee17419ee), [`1a60c6f58`](https://github.com/medusajs/medusa/commit/1a60c6f58dd80d2d8cb8ee10c186975b39325d13), [`713d85a92`](https://github.com/medusajs/medusa/commit/713d85a92cf5249e3b75b96f8bf2c25e4f9b0c90), [`914d57336`](https://github.com/medusajs/medusa/commit/914d57336bc8355533d743745989f793ffd4d513), [`60abb91b7`](https://github.com/medusajs/medusa/commit/60abb91b7c568c6c4cce3b2da7cfb8d54b078299), [`089f1eb19`](https://github.com/medusajs/medusa/commit/089f1eb19e2bb43659c5b300fccb8163c1d60b5c), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`282e239df`](https://github.com/medusajs/medusa/commit/282e239dfc0a74f0eb72b17426c8c8bffd86064a), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0), [`eab2d22f7`](https://github.com/medusajs/medusa/commit/eab2d22f7d22ec53c68398558ffda32d2a734983), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`085fedb1f`](https://github.com/medusajs/medusa/commit/085fedb1f7e982859cff3ef3f1d870dce3bcc8b6), [`4d69d8ef6`](https://github.com/medusajs/medusa/commit/4d69d8ef6aef0a05d0bbb00eed045c2de511be56), [`7f6dc44be`](https://github.com/medusajs/medusa/commit/7f6dc44beb9789088f6d6b796f7545beb3653094), [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c)]:
|
||||
- @medusajs/medusa@1.8.1
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-payment-stripe",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Stripe Payment provider for Meduas Commerce",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -20,14 +20,14 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"@types/stripe": "^8.0.417",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "1.8.0"
|
||||
"@medusajs/medusa": "1.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 0.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/utils@1.8.1
|
||||
- @medusajs/modules-sdk@1.8.1
|
||||
|
||||
## 0.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-algolia",
|
||||
"version": "0.2.10",
|
||||
"version": "0.2.11",
|
||||
"description": "Algolia search plugin for Medusa",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -19,12 +19,12 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "1.8.0",
|
||||
"@medusajs/utils": "1.8.0",
|
||||
"@medusajs/modules-sdk": "1.8.1",
|
||||
"@medusajs/utils": "1.8.1",
|
||||
"algoliasearch": "^4.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"client-sessions": "^0.8.0",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 1.1.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3763](https://github.com/medusajs/medusa/pull/3763) [`4104d9ccb`](https://github.com/medusajs/medusa/commit/4104d9ccb25276c85b5363f85e14b3093e64df85) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(plugin-discount-generator,plugin-economic,plugin-mailchimp,plugin-restock-notification,plugin-sendgrid,plugin-wishlist): Temporarily remove payload validation in some plugins
|
||||
|
||||
## 1.1.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-discount-generator",
|
||||
"version": "1.1.25",
|
||||
"version": "1.1.26",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"author": "Sebastian Rindom",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 1.1.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3763](https://github.com/medusajs/medusa/pull/3763) [`4104d9ccb`](https://github.com/medusajs/medusa/commit/4104d9ccb25276c85b5363f85e14b3093e64df85) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(plugin-discount-generator,plugin-economic,plugin-mailchimp,plugin-restock-notification,plugin-sendgrid,plugin-wishlist): Temporarily remove payload validation in some plugins
|
||||
|
||||
## 1.1.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-economic",
|
||||
"version": "1.1.43",
|
||||
"version": "1.1.44",
|
||||
"description": "E-conomic financial reporting",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 1.1.48
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3763](https://github.com/medusajs/medusa/pull/3763) [`4104d9ccb`](https://github.com/medusajs/medusa/commit/4104d9ccb25276c85b5363f85e14b3093e64df85) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(plugin-discount-generator,plugin-economic,plugin-mailchimp,plugin-restock-notification,plugin-sendgrid,plugin-wishlist): Temporarily remove payload validation in some plugins
|
||||
|
||||
## 1.1.47
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-mailchimp",
|
||||
"version": "1.1.47",
|
||||
"version": "1.1.48",
|
||||
"description": "Mailchimp newsletter subscriptions",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# Change Log
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/utils@1.8.1
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-meilisearch",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Meilisearch search plugin for Medusa",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -19,14 +19,14 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/utils": "1.8.0",
|
||||
"@medusajs/utils": "1.8.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"lodash": "^4.17.21",
|
||||
"meilisearch": "^0.31.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"typescript": "^4.9.5"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 3.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3763](https://github.com/medusajs/medusa/pull/3763) [`4104d9ccb`](https://github.com/medusajs/medusa/commit/4104d9ccb25276c85b5363f85e14b3093e64df85) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(plugin-discount-generator,plugin-economic,plugin-mailchimp,plugin-restock-notification,plugin-sendgrid,plugin-wishlist): Temporarily remove payload validation in some plugins
|
||||
|
||||
- Updated dependencies [[`78ff64e78`](https://github.com/medusajs/medusa/commit/78ff64e7837f6506c641a3c97ffdfa6ee17419ee), [`1a60c6f58`](https://github.com/medusajs/medusa/commit/1a60c6f58dd80d2d8cb8ee10c186975b39325d13), [`713d85a92`](https://github.com/medusajs/medusa/commit/713d85a92cf5249e3b75b96f8bf2c25e4f9b0c90), [`914d57336`](https://github.com/medusajs/medusa/commit/914d57336bc8355533d743745989f793ffd4d513), [`60abb91b7`](https://github.com/medusajs/medusa/commit/60abb91b7c568c6c4cce3b2da7cfb8d54b078299), [`089f1eb19`](https://github.com/medusajs/medusa/commit/089f1eb19e2bb43659c5b300fccb8163c1d60b5c), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`282e239df`](https://github.com/medusajs/medusa/commit/282e239dfc0a74f0eb72b17426c8c8bffd86064a), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0), [`eab2d22f7`](https://github.com/medusajs/medusa/commit/eab2d22f7d22ec53c68398558ffda32d2a734983), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`085fedb1f`](https://github.com/medusajs/medusa/commit/085fedb1f7e982859cff3ef3f1d870dce3bcc8b6), [`4d69d8ef6`](https://github.com/medusajs/medusa/commit/4d69d8ef6aef0a05d0bbb00eed045c2de511be56), [`7f6dc44be`](https://github.com/medusajs/medusa/commit/7f6dc44beb9789088f6d6b796f7545beb3653094), [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c)]:
|
||||
- @medusajs/medusa@1.8.1
|
||||
|
||||
## 3.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-restock-notification",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -29,7 +29,7 @@
|
||||
"watch": "babel -w src --out-dir . --ignore '**/__tests__','**/__mocks__'"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"medusa-interfaces": "1.3.7"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 1.3.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3763](https://github.com/medusajs/medusa/pull/3763) [`4104d9ccb`](https://github.com/medusajs/medusa/commit/4104d9ccb25276c85b5363f85e14b3093e64df85) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(plugin-discount-generator,plugin-economic,plugin-mailchimp,plugin-restock-notification,plugin-sendgrid,plugin-wishlist): Temporarily remove payload validation in some plugins
|
||||
|
||||
## 1.3.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-sendgrid",
|
||||
"version": "1.3.8",
|
||||
"version": "1.3.9",
|
||||
"description": "SendGrid transactional emails",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 1.1.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3763](https://github.com/medusajs/medusa/pull/3763) [`4104d9ccb`](https://github.com/medusajs/medusa/commit/4104d9ccb25276c85b5363f85e14b3093e64df85) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(plugin-discount-generator,plugin-economic,plugin-mailchimp,plugin-restock-notification,plugin-sendgrid,plugin-wishlist): Temporarily remove payload validation in some plugins
|
||||
|
||||
## 1.1.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-wishlist",
|
||||
"version": "1.1.42",
|
||||
"version": "1.1.43",
|
||||
"description": "Provides /customers/:id/wishlist to add items to a customr's wishlist",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# Change Log
|
||||
|
||||
## 5.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3752](https://github.com/medusajs/medusa/pull/3752) [`c24c2a973`](https://github.com/medusajs/medusa/commit/c24c2a9732bb0d1aff481b723e421b7fcb49a1f0) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa-react): update customer hook payload type
|
||||
|
||||
- [#3732](https://github.com/medusajs/medusa/pull/3732) [`30ee10fdd`](https://github.com/medusajs/medusa/commit/30ee10fddd7d8e2f7d742101aad10d2c688ac98e) Thanks [@StephixOne](https://github.com/StephixOne)! - fix(react): Fix input type on useAdminUpdateReservation mutation hook
|
||||
|
||||
- Updated dependencies [[`78ff64e78`](https://github.com/medusajs/medusa/commit/78ff64e7837f6506c641a3c97ffdfa6ee17419ee), [`1a60c6f58`](https://github.com/medusajs/medusa/commit/1a60c6f58dd80d2d8cb8ee10c186975b39325d13), [`713d85a92`](https://github.com/medusajs/medusa/commit/713d85a92cf5249e3b75b96f8bf2c25e4f9b0c90), [`914d57336`](https://github.com/medusajs/medusa/commit/914d57336bc8355533d743745989f793ffd4d513), [`60abb91b7`](https://github.com/medusajs/medusa/commit/60abb91b7c568c6c4cce3b2da7cfb8d54b078299), [`089f1eb19`](https://github.com/medusajs/medusa/commit/089f1eb19e2bb43659c5b300fccb8163c1d60b5c), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`282e239df`](https://github.com/medusajs/medusa/commit/282e239dfc0a74f0eb72b17426c8c8bffd86064a), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0), [`eab2d22f7`](https://github.com/medusajs/medusa/commit/eab2d22f7d22ec53c68398558ffda32d2a734983), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`085fedb1f`](https://github.com/medusajs/medusa/commit/085fedb1f7e982859cff3ef3f1d870dce3bcc8b6), [`4d69d8ef6`](https://github.com/medusajs/medusa/commit/4d69d8ef6aef0a05d0bbb00eed045c2de511be56), [`7f6dc44be`](https://github.com/medusajs/medusa/commit/7f6dc44beb9789088f6d6b796f7545beb3653094), [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c)]:
|
||||
- @medusajs/medusa@1.8.1
|
||||
- @medusajs/medusa-js@2.0.1
|
||||
|
||||
## 5.0.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
@@ -25,7 +25,7 @@
|
||||
"test": "echo \"Tests disabled temporarily\""
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"@tanstack/react-query": "^4.22.0",
|
||||
"react": "^16.8 || ^17.0 || ^18.0",
|
||||
"react-dom": "^16.8 || ^17.0 || ^18.0"
|
||||
@@ -34,7 +34,7 @@
|
||||
"author": "Zakaria S. El Asri",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.0",
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"@storybook/addon-essentials": "^6.3.12",
|
||||
"@storybook/addon-links": "^6.3.12",
|
||||
"@storybook/addons": "^6.3.12",
|
||||
@@ -61,7 +61,7 @@
|
||||
"tsup": "^6.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa-js": "2.0.0"
|
||||
"@medusajs/medusa-js": "2.0.1"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": "public"
|
||||
|
||||
@@ -1,5 +1,45 @@
|
||||
# Change Log
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3797](https://github.com/medusajs/medusa/pull/3797) [`78ff64e78`](https://github.com/medusajs/medusa/commit/78ff64e7837f6506c641a3c97ffdfa6ee17419ee) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa); validate customer id when applying a customer group discount
|
||||
|
||||
- [#3766](https://github.com/medusajs/medusa/pull/3766) [`1a60c6f58`](https://github.com/medusajs/medusa/commit/1a60c6f58dd80d2d8cb8ee10c186975b39325d13) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(medusa): Throw upon draft order creation if a variant does not have any prices
|
||||
|
||||
- [#3728](https://github.com/medusajs/medusa/pull/3728) [`713d85a92`](https://github.com/medusajs/medusa/commit/713d85a92cf5249e3b75b96f8bf2c25e4f9b0c90) Thanks [@riqwan](https://github.com/riqwan)! - chore(medusa): migrate SalesChannel / ProductCategory repository
|
||||
|
||||
- [#3699](https://github.com/medusajs/medusa/pull/3699) [`914d57336`](https://github.com/medusajs/medusa/commit/914d57336bc8355533d743745989f793ffd4d513) Thanks [@adrien2p](https://github.com/adrien2p)! - chores(medusa): cleanup registrations life time
|
||||
|
||||
- [#3724](https://github.com/medusajs/medusa/pull/3724) [`60abb91b7`](https://github.com/medusajs/medusa/commit/60abb91b7c568c6c4cce3b2da7cfb8d54b078299) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa): Migrate payment repository api
|
||||
|
||||
- [#3695](https://github.com/medusajs/medusa/pull/3695) [`089f1eb19`](https://github.com/medusajs/medusa/commit/089f1eb19e2bb43659c5b300fccb8163c1d60b5c) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(tests): harmonize and clean-up yarn test commands convention
|
||||
|
||||
- [#3739](https://github.com/medusajs/medusa/pull/3739) [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa): invalidate price selection cache on update
|
||||
|
||||
- [#3725](https://github.com/medusajs/medusa/pull/3725) [`282e239df`](https://github.com/medusajs/medusa/commit/282e239dfc0a74f0eb72b17426c8c8bffd86064a) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa): Migrate price list repository
|
||||
|
||||
- [#3738](https://github.com/medusajs/medusa/pull/3738) [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0) Thanks [@riqwan](https://github.com/riqwan)! - chore(medusa, utils): rename buildLegacyFieldsListFrom to objectToStringPath
|
||||
|
||||
- [#3726](https://github.com/medusajs/medusa/pull/3726) [`eab2d22f7`](https://github.com/medusajs/medusa/commit/eab2d22f7d22ec53c68398558ffda32d2a734983) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa): Migrate product tag repository
|
||||
|
||||
- [#3739](https://github.com/medusajs/medusa/pull/3739) [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec) Thanks [@fPolic](https://github.com/fPolic)! - fix(medusa): align prices formating in the import & export strategies
|
||||
|
||||
- [#3704](https://github.com/medusajs/medusa/pull/3704) [`085fedb1f`](https://github.com/medusajs/medusa/commit/085fedb1f7e982859cff3ef3f1d870dce3bcc8b6) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore(medusa): Upgrade ioredis-mock
|
||||
|
||||
- [#3727](https://github.com/medusajs/medusa/pull/3727) [`4d69d8ef6`](https://github.com/medusajs/medusa/commit/4d69d8ef6aef0a05d0bbb00eed045c2de511be56) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(medusa): Migrate product type repository
|
||||
|
||||
- [#3777](https://github.com/medusajs/medusa/pull/3777) [`7f6dc44be`](https://github.com/medusajs/medusa/commit/7f6dc44beb9789088f6d6b796f7545beb3653094) Thanks [@olivermrbl](https://github.com/olivermrbl)! - fix(medusa): Add totals when retrieving order by cart id
|
||||
|
||||
- [#3768](https://github.com/medusajs/medusa/pull/3768) [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c) Thanks [@riqwan](https://github.com/riqwan)! - feat(medusa, admin-ui): add description field to product categories
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/types@1.8.1
|
||||
- @medusajs/utils@1.8.1
|
||||
- @medusajs/modules-sdk@1.8.1
|
||||
- @medusajs/medusa-cli@1.3.10
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "E-commerce for JAMstack",
|
||||
"main": "dist/index.js",
|
||||
"bin": "./cli.js",
|
||||
@@ -19,7 +19,7 @@
|
||||
"author": "Sebastian Rindom",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/jsonwebtoken": "^8.5.9",
|
||||
"@types/multer": "^1.4.7",
|
||||
@@ -38,14 +38,14 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"medusa-interfaces": "1.3.7",
|
||||
"typeorm": "^0.3.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa-cli": "1.3.9",
|
||||
"@medusajs/modules-sdk": "1.8.0",
|
||||
"@medusajs/utils": "1.8.0",
|
||||
"@medusajs/medusa-cli": "1.3.10",
|
||||
"@medusajs/modules-sdk": "1.8.1",
|
||||
"@medusajs/utils": "1.8.1",
|
||||
"@types/ioredis": "^4.28.10",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"awilix": "^8.0.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/modules-sdk
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/types@1.8.1
|
||||
- @medusajs/utils@1.8.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/modules-sdk",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "SDK for medusa modules",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -23,8 +23,8 @@
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/utils": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"@medusajs/utils": "1.8.1",
|
||||
"awilix": "^8.0.0",
|
||||
"glob": "7.1.6",
|
||||
"medusa-telemetry": "^0.0.16",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/oas-cli
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`78ff64e78`](https://github.com/medusajs/medusa/commit/78ff64e7837f6506c641a3c97ffdfa6ee17419ee), [`1a60c6f58`](https://github.com/medusajs/medusa/commit/1a60c6f58dd80d2d8cb8ee10c186975b39325d13), [`713d85a92`](https://github.com/medusajs/medusa/commit/713d85a92cf5249e3b75b96f8bf2c25e4f9b0c90), [`0b3c6fde3`](https://github.com/medusajs/medusa/commit/0b3c6fde30c9bac052a8e1aa641ef925b6937c0e), [`914d57336`](https://github.com/medusajs/medusa/commit/914d57336bc8355533d743745989f793ffd4d513), [`60abb91b7`](https://github.com/medusajs/medusa/commit/60abb91b7c568c6c4cce3b2da7cfb8d54b078299), [`089f1eb19`](https://github.com/medusajs/medusa/commit/089f1eb19e2bb43659c5b300fccb8163c1d60b5c), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`282e239df`](https://github.com/medusajs/medusa/commit/282e239dfc0a74f0eb72b17426c8c8bffd86064a), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0), [`eab2d22f7`](https://github.com/medusajs/medusa/commit/eab2d22f7d22ec53c68398558ffda32d2a734983), [`08f85fa33`](https://github.com/medusajs/medusa/commit/08f85fa33b35e15f944a833e1401c7ba2081d3ec), [`085fedb1f`](https://github.com/medusajs/medusa/commit/085fedb1f7e982859cff3ef3f1d870dce3bcc8b6), [`4d69d8ef6`](https://github.com/medusajs/medusa/commit/4d69d8ef6aef0a05d0bbb00eed045c2de511be56), [`7f6dc44be`](https://github.com/medusajs/medusa/commit/7f6dc44beb9789088f6d6b796f7545beb3653094), [`d533caa4c`](https://github.com/medusajs/medusa/commit/d533caa4c2986c1c9e320cce97423b0cdc213b6c)]:
|
||||
- @medusajs/medusa@1.8.1
|
||||
- @medusajs/openapi-typescript-codegen@0.2.1
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa-oas-cli",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "OAS CLI",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@@ -35,8 +35,8 @@
|
||||
"test": "jest src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa": "1.8.0",
|
||||
"@medusajs/openapi-typescript-codegen": "0.2.0",
|
||||
"@medusajs/medusa": "1.8.1",
|
||||
"@medusajs/openapi-typescript-codegen": "0.2.1",
|
||||
"@readme/openapi-parser": "^2.4.0",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"commander": "^10.0.0",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/oas-github-ci
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/medusa-oas-cli@0.2.1
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/oas-github-ci",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "OAS Github CI",
|
||||
"main": "scripts/build-openapi.js",
|
||||
"files": [
|
||||
@@ -21,7 +21,7 @@
|
||||
"test": "jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa-oas-cli": "0.2.0",
|
||||
"@medusajs/medusa-oas-cli": "0.2.1",
|
||||
"@readme/openapi-parser": "^2.4.0",
|
||||
"@redocly/cli": "1.0.0-beta.123",
|
||||
"execa": "^5.1.1",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @medusajs/openapi-typescript-codegen
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3675](https://github.com/medusajs/medusa/pull/3675) [`0b3c6fde3`](https://github.com/medusajs/medusa/commit/0b3c6fde30c9bac052a8e1aa641ef925b6937c0e) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - feat(codegen:test): coverage x-expanded-relation + x-codegen.queryParams
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/openapi-typescript-codegen",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
|
||||
"main": "dist/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @medusajs/stock-location
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3778](https://github.com/medusajs/medusa/pull/3778) [`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Bump Typeorm
|
||||
|
||||
- Updated dependencies [[`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd), [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0)]:
|
||||
- @medusajs/utils@1.8.1
|
||||
- @medusajs/modules-sdk@1.8.1
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/stock-location",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "Stock Location Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -17,15 +17,15 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
"ts-jest": "^25.5.1",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/modules-sdk": "1.8.0",
|
||||
"@medusajs/utils": "1.8.0",
|
||||
"@medusajs/modules-sdk": "1.8.1",
|
||||
"@medusajs/utils": "1.8.1",
|
||||
"awilix": "^8.0.0",
|
||||
"typeorm": "^0.3.14"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @medusajs/types
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3778](https://github.com/medusajs/medusa/pull/3778) [`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Bump Typeorm
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/types",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "Medusa Types definition",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/utils
|
||||
|
||||
## 1.8.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#3778](https://github.com/medusajs/medusa/pull/3778) [`654a54622`](https://github.com/medusajs/medusa/commit/654a54622303139e7180538bd686630ad9a46cfd) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Bump Typeorm
|
||||
|
||||
- [#3738](https://github.com/medusajs/medusa/pull/3738) [`abdb74d99`](https://github.com/medusajs/medusa/commit/abdb74d997f49f994bff49787a396179982843b0) Thanks [@riqwan](https://github.com/riqwan)! - chore(medusa, utils): rename buildLegacyFieldsListFrom to objectToStringPath
|
||||
|
||||
## 1.8.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/utils",
|
||||
"version": "1.8.0",
|
||||
"version": "1.8.1",
|
||||
"description": "Medusa utilities functions shared by Medusa core and Modules",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -17,7 +17,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "1.8.0",
|
||||
"@medusajs/types": "1.8.1",
|
||||
"@types/express": "^4.17.17",
|
||||
"cross-env": "^5.2.1",
|
||||
"jest": "^25.5.4",
|
||||
|
||||
144
yarn.lock
144
yarn.lock
@@ -5613,13 +5613,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@medusajs/admin-ui@1.8.0, @medusajs/admin-ui@workspace:packages/admin-ui":
|
||||
"@medusajs/admin-ui@1.8.1, @medusajs/admin-ui@workspace:packages/admin-ui":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/admin-ui@workspace:packages/admin-ui"
|
||||
dependencies:
|
||||
"@hookform/error-message": ^2.0.1
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
"@radix-ui/react-accordion": ^1.0.1
|
||||
"@radix-ui/react-avatar": ^1.0.1
|
||||
"@radix-ui/react-collapsible": ^1.0.1
|
||||
@@ -5649,7 +5649,7 @@ __metadata:
|
||||
copy-to-clipboard: ^3.3.1
|
||||
emoji-picker-react: ^4.4.3
|
||||
framer-motion: ^9.1.6
|
||||
medusa-react: 5.0.0
|
||||
medusa-react: 5.0.1
|
||||
moment: ^2.29.4
|
||||
pluralize: ^8.0.0
|
||||
postcss: ^8.4.21
|
||||
@@ -5686,7 +5686,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/admin@workspace:packages/admin"
|
||||
dependencies:
|
||||
"@medusajs/admin-ui": 1.8.0
|
||||
"@medusajs/admin-ui": 1.8.1
|
||||
"@types/express": ^4.17.13
|
||||
commander: ^10.0.0
|
||||
dotenv: ^16.0.3
|
||||
@@ -5698,18 +5698,18 @@ __metadata:
|
||||
ts-dedent: ^2.2.0
|
||||
typescript: ^4.9.3
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
bin:
|
||||
medusa-admin: ./bin/medusa-admin.js
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/cache-inmemory@1.8.0, @medusajs/cache-inmemory@workspace:packages/cache-inmemory":
|
||||
"@medusajs/cache-inmemory@1.8.1, @medusajs/cache-inmemory@workspace:packages/cache-inmemory":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/cache-inmemory@workspace:packages/cache-inmemory"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/modules-sdk": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
cross-env: ^5.2.1
|
||||
jest: ^25.5.4
|
||||
ts-jest: ^25.5.1
|
||||
@@ -5721,8 +5721,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/cache-redis@workspace:packages/cache-redis"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/modules-sdk": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
awilix: ^8.0.0
|
||||
cross-env: ^5.2.1
|
||||
ioredis: ^5.3.1
|
||||
@@ -5736,7 +5736,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/client-types@workspace:packages/generated/client-types"
|
||||
dependencies:
|
||||
"@medusajs/medusa-oas-cli": 0.2.0
|
||||
"@medusajs/medusa-oas-cli": 0.2.1
|
||||
cross-env: ^7.0.3
|
||||
execa: ^5.1.1
|
||||
jest: ^27.4.7
|
||||
@@ -5746,13 +5746,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/event-bus-local@1.8.0, @medusajs/event-bus-local@workspace:packages/event-bus-local":
|
||||
"@medusajs/event-bus-local@1.8.1, @medusajs/event-bus-local@workspace:packages/event-bus-local":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/event-bus-local@workspace:packages/event-bus-local"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/modules-sdk": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
"@medusajs/utils": 1.8.1
|
||||
cross-env: ^5.2.1
|
||||
jest: ^25.5.2
|
||||
ts-jest: ^25.5.1
|
||||
@@ -5764,9 +5764,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/event-bus-redis@workspace:packages/event-bus-redis"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/modules-sdk": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
"@medusajs/utils": 1.8.1
|
||||
awilix: ^8.0.0
|
||||
bullmq: ^3.5.6
|
||||
cross-env: ^5.2.1
|
||||
@@ -5782,9 +5782,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/inventory@workspace:packages/inventory"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/modules-sdk": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
"@medusajs/utils": 1.8.1
|
||||
awilix: ^8.0.0
|
||||
cross-env: ^5.2.1
|
||||
jest: ^25.5.4
|
||||
@@ -5794,7 +5794,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/medusa-cli@1.3.9, @medusajs/medusa-cli@workspace:packages/medusa-cli":
|
||||
"@medusajs/medusa-cli@1.3.10, @medusajs/medusa-cli@workspace:packages/medusa-cli":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/medusa-cli@workspace:packages/medusa-cli"
|
||||
dependencies:
|
||||
@@ -5803,7 +5803,7 @@ __metadata:
|
||||
"@babel/plugin-proposal-class-properties": ^7.7.4
|
||||
"@babel/plugin-transform-runtime": ^7.7.6
|
||||
"@babel/preset-env": ^7.7.5
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/utils": 1.8.1
|
||||
axios: ^0.21.4
|
||||
chalk: ^4.0.0
|
||||
configstore: 5.0.1
|
||||
@@ -5838,11 +5838,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/medusa-js@2.0.0, @medusajs/medusa-js@workspace:packages/medusa-js":
|
||||
"@medusajs/medusa-js@2.0.1, @medusajs/medusa-js@workspace:packages/medusa-js":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/medusa-js@workspace:packages/medusa-js"
|
||||
dependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
"@types/uuid": ^9.0.0
|
||||
axios: ^0.24.0
|
||||
cross-env: ^7.0.3
|
||||
@@ -5854,16 +5854,16 @@ __metadata:
|
||||
typescript: ^4.9.5
|
||||
uuid: ^9.0.0
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/medusa-oas-cli@0.2.0, @medusajs/medusa-oas-cli@workspace:packages/oas/medusa-oas-cli":
|
||||
"@medusajs/medusa-oas-cli@0.2.1, @medusajs/medusa-oas-cli@workspace:packages/oas/medusa-oas-cli":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/medusa-oas-cli@workspace:packages/oas/medusa-oas-cli"
|
||||
dependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/openapi-typescript-codegen": 0.2.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
"@medusajs/openapi-typescript-codegen": 0.2.1
|
||||
"@readme/openapi-parser": ^2.4.0
|
||||
"@types/lodash": ^4.14.191
|
||||
commander: ^10.0.0
|
||||
@@ -5881,14 +5881,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/medusa@1.8.0, @medusajs/medusa@workspace:packages/medusa":
|
||||
"@medusajs/medusa@1.8.1, @medusajs/medusa@workspace:packages/medusa":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/medusa@workspace:packages/medusa"
|
||||
dependencies:
|
||||
"@medusajs/medusa-cli": 1.3.9
|
||||
"@medusajs/modules-sdk": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/medusa-cli": 1.3.10
|
||||
"@medusajs/modules-sdk": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
"@medusajs/utils": 1.8.1
|
||||
"@types/express": ^4.17.17
|
||||
"@types/ioredis": ^4.28.10
|
||||
"@types/jsonwebtoken": ^8.5.9
|
||||
@@ -5943,7 +5943,7 @@ __metadata:
|
||||
uuid: ^8.3.2
|
||||
winston: ^3.8.2
|
||||
peerDependencies:
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/types": 1.8.1
|
||||
medusa-interfaces: 1.3.7
|
||||
typeorm: ^0.3.11
|
||||
bin:
|
||||
@@ -5951,12 +5951,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/modules-sdk@1.8.0, @medusajs/modules-sdk@workspace:packages/modules-sdk":
|
||||
"@medusajs/modules-sdk@1.8.1, @medusajs/modules-sdk@workspace:packages/modules-sdk":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/modules-sdk@workspace:packages/modules-sdk"
|
||||
dependencies:
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/types": 1.8.1
|
||||
"@medusajs/utils": 1.8.1
|
||||
awilix: ^8.0.0
|
||||
cross-env: ^5.2.1
|
||||
glob: 7.1.6
|
||||
@@ -5972,7 +5972,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/oas-github-ci@workspace:packages/oas/oas-github-ci"
|
||||
dependencies:
|
||||
"@medusajs/medusa-oas-cli": 0.2.0
|
||||
"@medusajs/medusa-oas-cli": 0.2.1
|
||||
"@readme/openapi-parser": ^2.4.0
|
||||
"@redocly/cli": 1.0.0-beta.123
|
||||
execa: ^5.1.1
|
||||
@@ -5980,7 +5980,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/openapi-typescript-codegen@0.2.0, @medusajs/openapi-typescript-codegen@workspace:packages/oas/openapi-typescript-codegen":
|
||||
"@medusajs/openapi-typescript-codegen@0.2.1, @medusajs/openapi-typescript-codegen@workspace:packages/oas/openapi-typescript-codegen":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/openapi-typescript-codegen@workspace:packages/oas/openapi-typescript-codegen"
|
||||
dependencies:
|
||||
@@ -6021,9 +6021,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/stock-location@workspace:packages/stock-location"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/modules-sdk": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
"@medusajs/utils": 1.8.1
|
||||
awilix: ^8.0.0
|
||||
cross-env: ^5.2.1
|
||||
jest: ^25.5.4
|
||||
@@ -6033,7 +6033,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/types@1.8.0, @medusajs/types@workspace:packages/types":
|
||||
"@medusajs/types@1.8.1, @medusajs/types@workspace:packages/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/types@workspace:packages/types"
|
||||
dependencies:
|
||||
@@ -6045,11 +6045,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@medusajs/utils@1.8.0, @medusajs/utils@workspace:packages/utils":
|
||||
"@medusajs/utils@1.8.1, @medusajs/utils@workspace:packages/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@medusajs/utils@workspace:packages/utils"
|
||||
dependencies:
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/types": 1.8.1
|
||||
"@types/express": ^4.17.17
|
||||
awilix: ^8.0.0
|
||||
class-transformer: ^0.5.1
|
||||
@@ -23358,9 +23358,9 @@ __metadata:
|
||||
"@babel/cli": ^7.12.10
|
||||
"@babel/core": ^7.12.10
|
||||
"@babel/node": ^7.12.10
|
||||
"@medusajs/cache-inmemory": 1.8.0
|
||||
"@medusajs/event-bus-local": 1.8.0
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/cache-inmemory": 1.8.1
|
||||
"@medusajs/event-bus-local": 1.8.1
|
||||
"@medusajs/medusa": 1.8.1
|
||||
babel-preset-medusa-package: "*"
|
||||
faker: ^5.5.3
|
||||
jest: ^26.6.3
|
||||
@@ -23377,16 +23377,16 @@ __metadata:
|
||||
"@babel/cli": ^7.12.10
|
||||
"@babel/core": ^7.12.10
|
||||
"@babel/node": ^7.12.10
|
||||
"@medusajs/cache-inmemory": 1.8.0
|
||||
"@medusajs/event-bus-local": 1.8.0
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/cache-inmemory": 1.8.1
|
||||
"@medusajs/event-bus-local": 1.8.1
|
||||
"@medusajs/medusa": 1.8.1
|
||||
babel-preset-medusa-package: "*"
|
||||
faker: ^5.5.3
|
||||
jest: ^26.6.3
|
||||
jest-environment-node: 26.6.2
|
||||
medusa-fulfillment-webshipper: 1.3.8
|
||||
medusa-interfaces: 1.3.7
|
||||
medusa-plugin-sendgrid: 1.3.8
|
||||
medusa-plugin-sendgrid: 1.3.9
|
||||
typeorm: ^0.3.14
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -23398,7 +23398,7 @@ __metadata:
|
||||
"@babel/cli": ^7.12.10
|
||||
"@babel/core": ^7.12.10
|
||||
"@babel/node": ^7.12.10
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
babel-preset-medusa-package: "*"
|
||||
jest: ^26.6.3
|
||||
jest-environment-node: 26.6.2
|
||||
@@ -28438,7 +28438,7 @@ __metadata:
|
||||
"@babel/plugin-transform-runtime": ^7.7.6
|
||||
"@babel/preset-env": ^7.7.5
|
||||
"@babel/runtime": ^7.9.6
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
axios: ^0.20.0
|
||||
body-parser: ^1.19.0
|
||||
client-sessions: ^0.8.0
|
||||
@@ -28561,7 +28561,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-payment-paypal@workspace:packages/medusa-payment-paypal"
|
||||
dependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
"@paypal/checkout-server-sdk": ^1.0.3
|
||||
"@types/stripe": ^8.0.417
|
||||
axios: ^1.3.4
|
||||
@@ -28572,7 +28572,7 @@ __metadata:
|
||||
medusa-core-utils: ^1.2.0
|
||||
typescript: ^4.4.4
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -28580,7 +28580,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-payment-stripe@workspace:packages/medusa-payment-stripe"
|
||||
dependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
"@types/stripe": ^8.0.417
|
||||
body-parser: ^1.19.0
|
||||
cross-env: ^5.2.1
|
||||
@@ -28590,7 +28590,7 @@ __metadata:
|
||||
stripe: ^11.10.0
|
||||
typescript: ^4.9.5
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -28598,9 +28598,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-plugin-algolia@workspace:packages/medusa-plugin-algolia"
|
||||
dependencies:
|
||||
"@medusajs/modules-sdk": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/modules-sdk": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
"@medusajs/utils": 1.8.1
|
||||
algoliasearch: ^4.15.0
|
||||
client-sessions: ^0.8.0
|
||||
cross-env: ^5.2.1
|
||||
@@ -28779,9 +28779,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-plugin-meilisearch@workspace:packages/medusa-plugin-meilisearch"
|
||||
dependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/types": 1.8.0
|
||||
"@medusajs/utils": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
"@medusajs/types": 1.8.1
|
||||
"@medusajs/utils": 1.8.1
|
||||
body-parser: ^1.19.0
|
||||
cross-env: ^5.2.1
|
||||
jest: ^25.5.4
|
||||
@@ -28811,7 +28811,7 @@ __metadata:
|
||||
pg: ^8.5.1
|
||||
ulid: ^2.3.0
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
medusa-interfaces: 1.3.7
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -28845,7 +28845,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"medusa-plugin-sendgrid@1.3.8, medusa-plugin-sendgrid@workspace:packages/medusa-plugin-sendgrid":
|
||||
"medusa-plugin-sendgrid@1.3.9, medusa-plugin-sendgrid@workspace:packages/medusa-plugin-sendgrid":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-plugin-sendgrid@workspace:packages/medusa-plugin-sendgrid"
|
||||
dependencies:
|
||||
@@ -28955,13 +28955,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"medusa-react@5.0.0, medusa-react@workspace:packages/medusa-react":
|
||||
"medusa-react@5.0.1, medusa-react@workspace:packages/medusa-react":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "medusa-react@workspace:packages/medusa-react"
|
||||
dependencies:
|
||||
"@babel/core": ^7.16.0
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa-js": 2.0.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
"@medusajs/medusa-js": 2.0.1
|
||||
"@storybook/addon-essentials": ^6.3.12
|
||||
"@storybook/addon-links": ^6.3.12
|
||||
"@storybook/addons": ^6.3.12
|
||||
@@ -28987,7 +28987,7 @@ __metadata:
|
||||
tslib: ^2.3.1
|
||||
tsup: ^6.5.0
|
||||
peerDependencies:
|
||||
"@medusajs/medusa": 1.8.0
|
||||
"@medusajs/medusa": 1.8.1
|
||||
"@tanstack/react-query": ^4.22.0
|
||||
react: ^16.8 || ^17.0 || ^18.0
|
||||
react-dom: ^16.8 || ^17.0 || ^18.0
|
||||
|
||||
Reference in New Issue
Block a user