chore: Version Packages (#14483)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
233ec261be
commit
8fee89d622
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@medusajs/link-modules": patch
|
||||
"@medusajs/modules-sdk": patch
|
||||
---
|
||||
|
||||
feat(medusa-app): Link initialization should respect migrationOnly flag
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@medusajs/types": patch
|
||||
"@medusajs/utils": patch
|
||||
---
|
||||
|
||||
feat(DML): Add a new translatable property modifier applicable on text
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
"@medusajs/analytics": patch
|
||||
"@medusajs/auth": patch
|
||||
"@medusajs/cache-redis": patch
|
||||
"@medusajs/caching": patch
|
||||
"@medusajs/event-bus-redis": patch
|
||||
"@medusajs/file": patch
|
||||
"@medusajs/locking": patch
|
||||
"@medusajs/notification": patch
|
||||
"@medusajs/payment": patch
|
||||
"@medusajs/workflow-engine-redis": patch
|
||||
---
|
||||
|
||||
feat(): Add modules options autocomplete to medusa config
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
"@medusajs/link-modules": patch
|
||||
"@medusajs/framework": patch
|
||||
"@medusajs/modules-sdk": patch
|
||||
---
|
||||
|
||||
Fix/add schema only flag
|
||||
@@ -1,5 +1,36 @@
|
||||
# integration-tests-http
|
||||
|
||||
## 1.0.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`bb599a26deed6d5b98e6ce6308c447dca5b90f10`](https://github.com/medusajs/medusa/commit/bb599a26deed6d5b98e6ce6308c447dca5b90f10), [`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f), [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1), [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/modules-sdk@2.12.5
|
||||
- @medusajs/utils@2.12.5
|
||||
- @medusajs/auth@2.12.5
|
||||
- @medusajs/event-bus-redis@2.12.5
|
||||
- @medusajs/medusa@2.12.5
|
||||
- @medusajs/framework@2.12.5
|
||||
- @medusajs/test-utils@2.12.5
|
||||
- @medusajs/core-flows@2.12.5
|
||||
- @medusajs/api-key@2.12.5
|
||||
- @medusajs/cache-inmemory@2.12.5
|
||||
- @medusajs/customer@2.12.5
|
||||
- @medusajs/event-bus-local@2.12.5
|
||||
- @medusajs/fulfillment@2.12.5
|
||||
- @medusajs/inventory@2.12.5
|
||||
- @medusajs/pricing@2.12.5
|
||||
- @medusajs/product@2.12.5
|
||||
- @medusajs/promotion@2.12.5
|
||||
- @medusajs/fulfillment-manual@2.12.5
|
||||
- @medusajs/region@2.12.5
|
||||
- @medusajs/stock-location@2.12.5
|
||||
- @medusajs/store@2.12.5
|
||||
- @medusajs/tax@2.12.5
|
||||
- @medusajs/translation@2.12.5
|
||||
- @medusajs/user@2.12.5
|
||||
- @medusajs/workflow-engine-inmemory@2.12.5
|
||||
|
||||
## 1.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "integration-tests-http",
|
||||
"version": "1.0.34",
|
||||
"version": "1.0.35",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/admin-bundler
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/dashboard@2.12.5
|
||||
- @medusajs/admin-shared@2.12.5
|
||||
- @medusajs/admin-vite-plugin@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-bundler",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Bundler for the Medusa admin dashboard.",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"scripts": {
|
||||
@@ -18,12 +18,12 @@
|
||||
"package.json"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.12.4"
|
||||
"@medusajs/types": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "2.12.4",
|
||||
"@medusajs/admin-vite-plugin": "2.12.4",
|
||||
"@medusajs/dashboard": "2.12.4",
|
||||
"@medusajs/admin-shared": "2.12.5",
|
||||
"@medusajs/admin-vite-plugin": "2.12.5",
|
||||
"@medusajs/dashboard": "2.12.5",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"compression": "^1.8.0",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/admin-sdk
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-sdk",
|
||||
"description": "SDK for building extension for the Medusa admin dashboard.",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
@@ -19,7 +19,7 @@
|
||||
"build": "yarn run -T tsup"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "2.12.4",
|
||||
"@medusajs/admin-shared": "2.12.5",
|
||||
"zod": "3.25.76"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @medusajs/admin-shared
|
||||
|
||||
## 2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/admin-shared",
|
||||
"description": "Shared code for Medusa admin packages.",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/admin-vite-plugin
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/admin-shared@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/admin-vite-plugin",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,7 +36,7 @@
|
||||
"@babel/parser": "7.25.6",
|
||||
"@babel/traverse": "7.25.6",
|
||||
"@babel/types": "7.25.6",
|
||||
"@medusajs/admin-shared": "2.12.4",
|
||||
"@medusajs/admin-shared": "2.12.5",
|
||||
"chokidar": "^3.5.3",
|
||||
"fdir": "6.1.1",
|
||||
"magic-string": "0.30.5",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @medusajs/dashboard
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/js-sdk@2.12.5
|
||||
- @medusajs/admin-shared@2.12.5
|
||||
- @medusajs/icons@2.12.5
|
||||
- @medusajs/ui@4.0.33
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/dashboard",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"scripts": {
|
||||
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
|
||||
"dev": "../../../node_modules/.bin/vite",
|
||||
@@ -46,10 +46,10 @@
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@hookform/error-message": "^2.0.1",
|
||||
"@hookform/resolvers": "3.4.2",
|
||||
"@medusajs/admin-shared": "2.12.4",
|
||||
"@medusajs/icons": "2.12.4",
|
||||
"@medusajs/js-sdk": "2.12.4",
|
||||
"@medusajs/ui": "4.0.32",
|
||||
"@medusajs/admin-shared": "2.12.5",
|
||||
"@medusajs/icons": "2.12.5",
|
||||
"@medusajs/js-sdk": "2.12.5",
|
||||
"@medusajs/ui": "4.0.33",
|
||||
"@radix-ui/react-dialog": "1.1.4",
|
||||
"@radix-ui/react-dismissable-layer": "1.1.4",
|
||||
"@tanstack/react-query": "5.64.2",
|
||||
@@ -80,10 +80,10 @@
|
||||
"zod": "3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/admin-shared": "2.12.4",
|
||||
"@medusajs/admin-vite-plugin": "2.12.4",
|
||||
"@medusajs/types": "2.12.4",
|
||||
"@medusajs/ui-preset": "2.12.4"
|
||||
"@medusajs/admin-shared": "2.12.5",
|
||||
"@medusajs/admin-vite-plugin": "2.12.5",
|
||||
"@medusajs/types": "2.12.5",
|
||||
"@medusajs/ui-preset": "2.12.5"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/deps@2.12.5
|
||||
- @medusajs/telemetry@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-medusa-app",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Create a Medusa project using a single command.",
|
||||
"type": "module",
|
||||
"exports": "./dist/index.js",
|
||||
@@ -13,8 +13,8 @@
|
||||
"watch": "yarn run -T tsc --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/deps": "2.12.4",
|
||||
"@medusajs/telemetry": "2.12.4",
|
||||
"@medusajs/deps": "2.12.5",
|
||||
"@medusajs/telemetry": "2.12.5",
|
||||
"boxen": "^5.0.1",
|
||||
"chalk": "^4.1.2",
|
||||
"commander": "^11.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f)]:
|
||||
- @medusajs/utils@2.12.5
|
||||
- @medusajs/deps@2.12.5
|
||||
- @medusajs/telemetry@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/cli",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Command Line interface for Medusa Commerce",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@@ -32,9 +32,9 @@
|
||||
"author": "Sebastian Rindom",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@medusajs/deps": "2.12.4",
|
||||
"@medusajs/telemetry": "2.12.4",
|
||||
"@medusajs/utils": "2.12.4",
|
||||
"@medusajs/deps": "2.12.5",
|
||||
"@medusajs/telemetry": "2.12.5",
|
||||
"@medusajs/utils": "2.12.5",
|
||||
"@types/express": "^4.17.21",
|
||||
"chalk": "^4.1.2",
|
||||
"configstore": "^5.0.1",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "medusa-dev-cli",
|
||||
"description": "CLI helpers for contributors working on Medusa",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"author": "Sebastian Rindom <skrindom@gmail.com>",
|
||||
"bin": {
|
||||
"medusa-dev": "./dist/index.js"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/oas-cli
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f), [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/utils@2.12.5
|
||||
- @medusajs/medusa@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa-oas-cli",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "OAS CLI",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@@ -21,15 +21,15 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.12.4"
|
||||
"@medusajs/types": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn run -T tsc --build",
|
||||
"medusa-oas": "ts-node src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa": "2.12.4",
|
||||
"@medusajs/utils": "2.12.4",
|
||||
"@medusajs/medusa": "2.12.5",
|
||||
"@medusajs/utils": "2.12.5",
|
||||
"@readme/json-schema-ref-parser": "^1.2.0",
|
||||
"@readme/openapi-parser": "^2.4.0",
|
||||
"@redocly/cli": "1.25.3",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/oas-github-ci
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/medusa-oas-cli@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/oas-github-ci",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "OAS Github CI",
|
||||
"main": "scripts/build-openapi.js",
|
||||
"files": [
|
||||
@@ -21,7 +21,7 @@
|
||||
"test": "../../../../node_modules/.bin/jest --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/medusa-oas-cli": "2.12.4",
|
||||
"@medusajs/medusa-oas-cli": "2.12.5",
|
||||
"execa": "^5.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/core-flows
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/core-flows",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Set of workflow definitions for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"csv-parse": "^5.6.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"zod": "3.25.76"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "yarn run -T rimraf dist && yarn run -T tsc --build",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @medusajs/framework
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14502](https://github.com/medusajs/medusa/pull/14502) [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix/add schema only flag
|
||||
|
||||
- Updated dependencies [[`bb599a26deed6d5b98e6ce6308c447dca5b90f10`](https://github.com/medusajs/medusa/commit/bb599a26deed6d5b98e6ce6308c447dca5b90f10), [`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f), [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/modules-sdk@2.12.5
|
||||
- @medusajs/types@2.12.5
|
||||
- @medusajs/utils@2.12.5
|
||||
- @medusajs/workflows-sdk@2.12.5
|
||||
- @medusajs/orchestration@2.12.5
|
||||
- @medusajs/cli@2.12.5
|
||||
- @medusajs/deps@2.12.5
|
||||
- @medusajs/telemetry@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/framework",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Framework",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -67,17 +67,17 @@
|
||||
"test": "../../../node_modules/.bin/jest --bail --forceExit --testPathPattern=src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/cli": "2.12.4"
|
||||
"@medusajs/cli": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jercle/yargonaut": "^1.1.5",
|
||||
"@medusajs/deps": "2.12.4",
|
||||
"@medusajs/modules-sdk": "2.12.4",
|
||||
"@medusajs/orchestration": "2.12.4",
|
||||
"@medusajs/telemetry": "2.12.4",
|
||||
"@medusajs/types": "2.12.4",
|
||||
"@medusajs/utils": "2.12.4",
|
||||
"@medusajs/workflows-sdk": "2.12.4",
|
||||
"@medusajs/deps": "2.12.5",
|
||||
"@medusajs/modules-sdk": "2.12.5",
|
||||
"@medusajs/orchestration": "2.12.5",
|
||||
"@medusajs/telemetry": "2.12.5",
|
||||
"@medusajs/types": "2.12.5",
|
||||
"@medusajs/utils": "2.12.5",
|
||||
"@medusajs/workflows-sdk": "2.12.5",
|
||||
"@types/express": "^4.17.21",
|
||||
"chokidar": "^4.0.3",
|
||||
"compression": "^1.8.1",
|
||||
@@ -97,7 +97,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@aws-sdk/client-dynamodb": "^3.218.0",
|
||||
"@medusajs/cli": "2.12.4",
|
||||
"@medusajs/cli": "2.12.5",
|
||||
"connect-dynamodb": "^3.0.5",
|
||||
"ioredis": "^5.4.1"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @medusajs/js-sdk
|
||||
|
||||
## 2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/js-sdk",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "SDK for the Medusa API",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
@@ -29,7 +29,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.12.4"
|
||||
"@medusajs/types": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"fetch-event-stream": "^0.1.5",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @medusajs/modules-sdk
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14493](https://github.com/medusajs/medusa/pull/14493) [`bb599a26deed6d5b98e6ce6308c447dca5b90f10`](https://github.com/medusajs/medusa/commit/bb599a26deed6d5b98e6ce6308c447dca5b90f10) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa-app): Link initialization should respect migrationOnly flag
|
||||
|
||||
- [#14502](https://github.com/medusajs/medusa/pull/14502) [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix/add schema only flag
|
||||
|
||||
- Updated dependencies [[`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f)]:
|
||||
- @medusajs/utils@2.12.5
|
||||
- @medusajs/orchestration@2.12.5
|
||||
- @medusajs/deps@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/modules-sdk",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "SDK for medusa modules",
|
||||
"main": "dist/index.js",
|
||||
"export": {
|
||||
@@ -31,11 +31,11 @@
|
||||
"watch": "yarn run -T tsc --build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.12.4"
|
||||
"@medusajs/types": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/deps": "2.12.4",
|
||||
"@medusajs/orchestration": "2.12.4",
|
||||
"@medusajs/utils": "2.12.4"
|
||||
"@medusajs/deps": "2.12.5",
|
||||
"@medusajs/orchestration": "2.12.5",
|
||||
"@medusajs/utils": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @medusajs/orchestration
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f)]:
|
||||
- @medusajs/utils@2.12.5
|
||||
- @medusajs/deps@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/orchestration",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa utilities to orchestrate modules",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
@@ -26,11 +26,11 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.12.4"
|
||||
"@medusajs/types": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/deps": "2.12.4",
|
||||
"@medusajs/utils": "2.12.4",
|
||||
"@medusajs/deps": "2.12.5",
|
||||
"@medusajs/utils": "2.12.5",
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @medusajs/types
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14494](https://github.com/medusajs/medusa/pull/14494) [`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(DML): Add a new translatable property modifier applicable on text
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/types",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Types definition",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -35,7 +35,7 @@
|
||||
"bignumber.js": "^9.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/deps": "2.12.4"
|
||||
"@medusajs/deps": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"ioredis": "^5.4.1",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/utils
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14494](https://github.com/medusajs/medusa/pull/14494) [`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(DML): Add a new translatable property modifier applicable on text
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/deps@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/utils",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa utilities functions shared by Medusa core and Modules",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.12.4",
|
||||
"@medusajs/types": "2.12.5",
|
||||
"express": "^4.21.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -34,7 +34,7 @@
|
||||
"@graphql-codegen/typescript": "^4.0.9",
|
||||
"@graphql-tools/merge": "^9.0.7",
|
||||
"@graphql-tools/schema": "^10.0.6",
|
||||
"@medusajs/deps": "2.12.4",
|
||||
"@medusajs/deps": "2.12.5",
|
||||
"@types/pluralize": "^0.0.33",
|
||||
"bignumber.js": "^9.1.2",
|
||||
"dotenv": "^16.4.5",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @medusajs/workflows-sdk
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`bb599a26deed6d5b98e6ce6308c447dca5b90f10`](https://github.com/medusajs/medusa/commit/bb599a26deed6d5b98e6ce6308c447dca5b90f10), [`08c55e703573f3c11532228d2c626f7b7f16228f`](https://github.com/medusajs/medusa/commit/08c55e703573f3c11532228d2c626f7b7f16228f), [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/modules-sdk@2.12.5
|
||||
- @medusajs/utils@2.12.5
|
||||
- @medusajs/orchestration@2.12.5
|
||||
- @medusajs/deps@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/workflows-sdk",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Set of workflows tooling for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
@@ -27,13 +27,13 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/types": "2.12.4"
|
||||
"@medusajs/types": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/deps": "2.12.4",
|
||||
"@medusajs/modules-sdk": "2.12.4",
|
||||
"@medusajs/orchestration": "2.12.4",
|
||||
"@medusajs/utils": "2.12.4",
|
||||
"@medusajs/deps": "2.12.5",
|
||||
"@medusajs/modules-sdk": "2.12.5",
|
||||
"@medusajs/orchestration": "2.12.5",
|
||||
"@medusajs/utils": "2.12.5",
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/deps",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Dependencies for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @medusajs/icons
|
||||
|
||||
## 2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/icons",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa UI React icon library",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"license": "MIT",
|
||||
@@ -28,7 +28,7 @@
|
||||
"generate": "yarn run -T rimraf ./src/components && toolbox icons -o './src/components'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/toolbox": "2.12.4",
|
||||
"@medusajs/toolbox": "2.12.5",
|
||||
"react": "^18.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @medusajs/toolbox
|
||||
|
||||
## 2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@medusajs/toolbox",
|
||||
"private": true,
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "CLI tool for importing Figma designs for Medusa UI",
|
||||
"license": "MIT",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @medusajs/ui-preset
|
||||
|
||||
## 2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/ui-preset",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa UI preset",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -30,7 +30,7 @@
|
||||
"tailwindcss": "^3.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/toolbox": "2.12.4",
|
||||
"@medusajs/toolbox": "2.12.5",
|
||||
"tailwindcss": "^3.4.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/ui
|
||||
|
||||
## 4.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/icons@2.12.5
|
||||
|
||||
## 4.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/ui",
|
||||
"version": "4.0.32",
|
||||
"version": "4.0.33",
|
||||
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -42,7 +42,7 @@
|
||||
"typecheck": "yarn run -T tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/ui-preset": "2.12.4",
|
||||
"@medusajs/ui-preset": "2.12.5",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
@@ -50,7 +50,7 @@
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@medusajs/icons": "2.12.4",
|
||||
"@medusajs/icons": "2.12.5",
|
||||
"@radix-ui/react-dialog": "1.1.4",
|
||||
"@radix-ui/react-dismissable-layer": "1.1.4",
|
||||
"@tanstack/react-table": "8.20.5",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## 2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
## 2.12.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/telemetry",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Telemetry for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/medusa@2.12.5
|
||||
- @medusajs/framework@2.12.5
|
||||
- @medusajs/core-flows@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/test-utils",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Test utils for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -25,8 +25,8 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/core-flows": "2.12.4",
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/core-flows": "2.12.5",
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/express": "^4.17.21",
|
||||
@@ -36,9 +36,9 @@
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/core-flows": "2.12.4",
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/medusa": "2.12.4"
|
||||
"@medusajs/core-flows": "2.12.5",
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/medusa": "2.12.5"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@medusajs/core-flows": {
|
||||
|
||||
@@ -1,5 +1,65 @@
|
||||
# Change Log
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14502](https://github.com/medusajs/medusa/pull/14502) [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix/add schema only flag
|
||||
|
||||
- Updated dependencies [[`bb599a26deed6d5b98e6ce6308c447dca5b90f10`](https://github.com/medusajs/medusa/commit/bb599a26deed6d5b98e6ce6308c447dca5b90f10), [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1), [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/link-modules@2.12.5
|
||||
- @medusajs/analytics@2.12.5
|
||||
- @medusajs/auth@2.12.5
|
||||
- @medusajs/cache-redis@2.12.5
|
||||
- @medusajs/caching@2.12.5
|
||||
- @medusajs/event-bus-redis@2.12.5
|
||||
- @medusajs/file@2.12.5
|
||||
- @medusajs/locking@2.12.5
|
||||
- @medusajs/notification@2.12.5
|
||||
- @medusajs/payment@2.12.5
|
||||
- @medusajs/workflow-engine-redis@2.12.5
|
||||
- @medusajs/framework@2.12.5
|
||||
- @medusajs/admin-bundler@2.12.5
|
||||
- @medusajs/draft-order@2.12.5
|
||||
- @medusajs/core-flows@2.12.5
|
||||
- @medusajs/api-key@2.12.5
|
||||
- @medusajs/cache-inmemory@2.12.5
|
||||
- @medusajs/cart@2.12.5
|
||||
- @medusajs/currency@2.12.5
|
||||
- @medusajs/customer@2.12.5
|
||||
- @medusajs/event-bus-local@2.12.5
|
||||
- @medusajs/fulfillment@2.12.5
|
||||
- @medusajs/index@2.12.5
|
||||
- @medusajs/inventory@2.12.5
|
||||
- @medusajs/order@2.12.5
|
||||
- @medusajs/pricing@2.12.5
|
||||
- @medusajs/product@2.12.5
|
||||
- @medusajs/promotion@2.12.5
|
||||
- @medusajs/analytics-local@2.12.5
|
||||
- @medusajs/analytics-posthog@2.12.5
|
||||
- @medusajs/auth-emailpass@2.12.5
|
||||
- @medusajs/auth-github@2.12.5
|
||||
- @medusajs/auth-google@2.12.5
|
||||
- @medusajs/caching-redis@2.12.5
|
||||
- @medusajs/file-local@2.12.5
|
||||
- @medusajs/file-s3@2.12.5
|
||||
- @medusajs/fulfillment-manual@2.12.5
|
||||
- @medusajs/locking-postgres@2.12.5
|
||||
- @medusajs/locking-redis@2.12.5
|
||||
- @medusajs/notification-local@2.12.5
|
||||
- @medusajs/notification-sendgrid@2.12.5
|
||||
- @medusajs/payment-stripe@2.12.5
|
||||
- @medusajs/region@2.12.5
|
||||
- @medusajs/sales-channel@2.12.5
|
||||
- @medusajs/settings@2.12.5
|
||||
- @medusajs/stock-location@2.12.5
|
||||
- @medusajs/store@2.12.5
|
||||
- @medusajs/tax@2.12.5
|
||||
- @medusajs/translation@2.12.5
|
||||
- @medusajs/user@2.12.5
|
||||
- @medusajs/workflow-engine-inmemory@2.12.5
|
||||
- @medusajs/telemetry@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/medusa",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Building blocks for digital commerce",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
@@ -49,62 +49,62 @@
|
||||
"test:integration": "../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"src/.*/integration-tests/__tests__/.*\\.ts\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@inquirer/checkbox": "^2.3.11",
|
||||
"@inquirer/input": "^2.2.9",
|
||||
"@medusajs/admin-bundler": "2.12.4",
|
||||
"@medusajs/analytics": "2.12.4",
|
||||
"@medusajs/analytics-local": "2.12.4",
|
||||
"@medusajs/analytics-posthog": "2.12.4",
|
||||
"@medusajs/api-key": "2.12.4",
|
||||
"@medusajs/auth": "2.12.4",
|
||||
"@medusajs/auth-emailpass": "2.12.4",
|
||||
"@medusajs/auth-github": "2.12.4",
|
||||
"@medusajs/auth-google": "2.12.4",
|
||||
"@medusajs/cache-inmemory": "2.12.4",
|
||||
"@medusajs/cache-redis": "2.12.4",
|
||||
"@medusajs/caching": "2.12.4",
|
||||
"@medusajs/caching-redis": "2.12.4",
|
||||
"@medusajs/cart": "2.12.4",
|
||||
"@medusajs/core-flows": "2.12.4",
|
||||
"@medusajs/currency": "2.12.4",
|
||||
"@medusajs/customer": "2.12.4",
|
||||
"@medusajs/draft-order": "2.12.4",
|
||||
"@medusajs/event-bus-local": "2.12.4",
|
||||
"@medusajs/event-bus-redis": "2.12.4",
|
||||
"@medusajs/file": "2.12.4",
|
||||
"@medusajs/file-local": "2.12.4",
|
||||
"@medusajs/file-s3": "2.12.4",
|
||||
"@medusajs/fulfillment": "2.12.4",
|
||||
"@medusajs/fulfillment-manual": "2.12.4",
|
||||
"@medusajs/index": "2.12.4",
|
||||
"@medusajs/inventory": "2.12.4",
|
||||
"@medusajs/link-modules": "2.12.4",
|
||||
"@medusajs/locking": "2.12.4",
|
||||
"@medusajs/locking-postgres": "2.12.4",
|
||||
"@medusajs/locking-redis": "2.12.4",
|
||||
"@medusajs/notification": "2.12.4",
|
||||
"@medusajs/notification-local": "2.12.4",
|
||||
"@medusajs/notification-sendgrid": "2.12.4",
|
||||
"@medusajs/order": "2.12.4",
|
||||
"@medusajs/payment": "2.12.4",
|
||||
"@medusajs/payment-stripe": "2.12.4",
|
||||
"@medusajs/pricing": "2.12.4",
|
||||
"@medusajs/product": "2.12.4",
|
||||
"@medusajs/promotion": "2.12.4",
|
||||
"@medusajs/region": "2.12.4",
|
||||
"@medusajs/sales-channel": "2.12.4",
|
||||
"@medusajs/settings": "2.12.4",
|
||||
"@medusajs/stock-location": "2.12.4",
|
||||
"@medusajs/store": "2.12.4",
|
||||
"@medusajs/tax": "2.12.4",
|
||||
"@medusajs/telemetry": "2.12.4",
|
||||
"@medusajs/translation": "2.12.4",
|
||||
"@medusajs/user": "2.12.4",
|
||||
"@medusajs/workflow-engine-inmemory": "2.12.4",
|
||||
"@medusajs/workflow-engine-redis": "2.12.4",
|
||||
"@medusajs/admin-bundler": "2.12.5",
|
||||
"@medusajs/analytics": "2.12.5",
|
||||
"@medusajs/analytics-local": "2.12.5",
|
||||
"@medusajs/analytics-posthog": "2.12.5",
|
||||
"@medusajs/api-key": "2.12.5",
|
||||
"@medusajs/auth": "2.12.5",
|
||||
"@medusajs/auth-emailpass": "2.12.5",
|
||||
"@medusajs/auth-github": "2.12.5",
|
||||
"@medusajs/auth-google": "2.12.5",
|
||||
"@medusajs/cache-inmemory": "2.12.5",
|
||||
"@medusajs/cache-redis": "2.12.5",
|
||||
"@medusajs/caching": "2.12.5",
|
||||
"@medusajs/caching-redis": "2.12.5",
|
||||
"@medusajs/cart": "2.12.5",
|
||||
"@medusajs/core-flows": "2.12.5",
|
||||
"@medusajs/currency": "2.12.5",
|
||||
"@medusajs/customer": "2.12.5",
|
||||
"@medusajs/draft-order": "2.12.5",
|
||||
"@medusajs/event-bus-local": "2.12.5",
|
||||
"@medusajs/event-bus-redis": "2.12.5",
|
||||
"@medusajs/file": "2.12.5",
|
||||
"@medusajs/file-local": "2.12.5",
|
||||
"@medusajs/file-s3": "2.12.5",
|
||||
"@medusajs/fulfillment": "2.12.5",
|
||||
"@medusajs/fulfillment-manual": "2.12.5",
|
||||
"@medusajs/index": "2.12.5",
|
||||
"@medusajs/inventory": "2.12.5",
|
||||
"@medusajs/link-modules": "2.12.5",
|
||||
"@medusajs/locking": "2.12.5",
|
||||
"@medusajs/locking-postgres": "2.12.5",
|
||||
"@medusajs/locking-redis": "2.12.5",
|
||||
"@medusajs/notification": "2.12.5",
|
||||
"@medusajs/notification-local": "2.12.5",
|
||||
"@medusajs/notification-sendgrid": "2.12.5",
|
||||
"@medusajs/order": "2.12.5",
|
||||
"@medusajs/payment": "2.12.5",
|
||||
"@medusajs/payment-stripe": "2.12.5",
|
||||
"@medusajs/pricing": "2.12.5",
|
||||
"@medusajs/product": "2.12.5",
|
||||
"@medusajs/promotion": "2.12.5",
|
||||
"@medusajs/region": "2.12.5",
|
||||
"@medusajs/sales-channel": "2.12.5",
|
||||
"@medusajs/settings": "2.12.5",
|
||||
"@medusajs/stock-location": "2.12.5",
|
||||
"@medusajs/store": "2.12.5",
|
||||
"@medusajs/tax": "2.12.5",
|
||||
"@medusajs/telemetry": "2.12.5",
|
||||
"@medusajs/translation": "2.12.5",
|
||||
"@medusajs/user": "2.12.5",
|
||||
"@medusajs/workflow-engine-inmemory": "2.12.5",
|
||||
"@medusajs/workflow-engine-redis": "2.12.5",
|
||||
"boxen": "^5.0.1",
|
||||
"chalk": "^4.1.2",
|
||||
"chokidar": "^4.0.3",
|
||||
@@ -121,7 +121,7 @@
|
||||
"zod": "3.25.76"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@swc/core": "^1.7.28",
|
||||
"posthog-node": "^5.11.0",
|
||||
"react-dom": "^18.3.1",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/analytics
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/analytics",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Analytics module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -32,10 +32,10 @@
|
||||
"test:integration": "../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/.*\\.ts\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/api-key
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/api-key",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa API Key module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/auth
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/auth",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Auth module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/cache-inmemory
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/cache-inmemory",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "In-memory Cache Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "yarn run -T tsc --build --watch",
|
||||
@@ -31,6 +31,6 @@
|
||||
"test": "../../../node_modules/.bin/jest --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/cache-redis
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/cache-redis",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Redis Cache Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "yarn run -T tsc --build --watch",
|
||||
@@ -34,6 +34,6 @@
|
||||
"ioredis": "^5.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/caching
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/caching",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Caching Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -28,12 +28,12 @@
|
||||
"test:integration": "../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/.*\\.ts\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4",
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5",
|
||||
"awilix": "^8.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"awilix": "^8.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/cart
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/cart",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Cart module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/currency
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/currency",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Currency module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/customer
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/customer",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Customer module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -37,10 +37,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/event-bus-local
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/event-bus-local",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Local Event Bus Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@@ -23,7 +23,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "yarn run -T tsc --build --watch",
|
||||
@@ -32,6 +32,6 @@
|
||||
"test:integration": "../../../node_modules/.bin/jest --passWithNoTests --no-cache --bail --detectOpenHandles --forceExit --logHeapUsage --testPathPattern=\"integration-tests/__tests__/.*\\.spec\\.ts\""
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/event-bus-redis
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/event-bus-redis",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Redis Event Bus Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
@@ -23,7 +23,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "yarn run -T tsc --build --watch",
|
||||
@@ -36,6 +36,6 @@
|
||||
"ioredis": "^5.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/product
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/file",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa File module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/fulfillment
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/fulfillment",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Fulfillment module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/index
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/index",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Index module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/inventory-next
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/inventory",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Inventory Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -23,11 +23,11 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "yarn run -T tsc --build --watch",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @medusajs/link-modules
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14493](https://github.com/medusajs/medusa/pull/14493) [`bb599a26deed6d5b98e6ce6308c447dca5b90f10`](https://github.com/medusajs/medusa/commit/bb599a26deed6d5b98e6ce6308c447dca5b90f10) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(medusa-app): Link initialization should respect migrationOnly flag
|
||||
|
||||
- [#14502](https://github.com/medusajs/medusa/pull/14502) [`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix/add schema only flag
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/link-modules",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Default Link Modules Package and Definitions",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -33,10 +33,10 @@
|
||||
"test:integration": "../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/.*\\.ts\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/locking
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/locking",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Locking Module for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -32,10 +32,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/notification
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/notification",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Notification module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/order
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/order",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Order module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @medusajs/payment
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14465](https://github.com/medusajs/medusa/pull/14465) [`568742826fae7240b33e6cc7356a12c3715d05b1`](https://github.com/medusajs/medusa/commit/568742826fae7240b33e6cc7356a12c3715d05b1) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add modules options autocomplete to medusa config
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/payment",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Payment module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,11 +36,11 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"stripe": "19.1.0"
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @medusajs/pricing
|
||||
|
||||
## 2.12.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`233ec261be200fac83002415aa7c0df082339a3f`](https://github.com/medusajs/medusa/commit/233ec261be200fac83002415aa7c0df082339a3f)]:
|
||||
- @medusajs/framework@2.12.5
|
||||
|
||||
## 2.12.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/pricing",
|
||||
"version": "2.12.4",
|
||||
"version": "2.12.5",
|
||||
"description": "Medusa Pricing module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -36,10 +36,10 @@
|
||||
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "2.12.4",
|
||||
"@medusajs/test-utils": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5",
|
||||
"@medusajs/test-utils": "2.12.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.12.4"
|
||||
"@medusajs/framework": "2.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user