chore: Release

This commit is contained in:
olivermrbl
2024-10-22 20:43:47 +02:00
parent c3418a2b93
commit 2fbebb60e3
134 changed files with 1309 additions and 590 deletions
-68
View File
@@ -1,68 +0,0 @@
---
"create-medusa-app": major
"@medusajs/cli": major
"medusa-dev-cli": major
"@medusajs/medusa-oas-cli": major
"@medusajs/oas-github-ci": major
"@medusajs/core-flows": major
"@medusajs/test-utils": major
"@medusajs/modules-sdk": major
"@medusajs/orchestration": major
"@medusajs/types": major
"@medusajs/utils": major
"@medusajs/workflows-sdk": major
"@medusajs/icons": major
"@medusajs/toolbox": major
"@medusajs/ui": major
"@medusajs/ui-preset": major
"@medusajs/medusa": major
"@medusajs/telemetry": major
"@medusajs/api-key": major
"@medusajs/auth": major
"@medusajs/auth-emailpass": major
"@medusajs/auth-google": major
"@medusajs/js-sdk": major
"@medusajs/cache-inmemory": major
"@medusajs/cache-redis": major
"@medusajs/cart": major
"@medusajs/currency": major
"@medusajs/customer": major
"@medusajs/event-bus-local": major
"@medusajs/event-bus-redis": major
"@medusajs/file": major
"@medusajs/fulfillment": major
"@medusajs/inventory": major
"@medusajs/link-modules": major
"@medusajs/notification": major
"@medusajs/order": major
"@medusajs/payment": major
"@medusajs/pricing": major
"@medusajs/product": major
"@medusajs/promotion": major
"@medusajs/file-local": major
"@medusajs/file-s3": major
"@medusajs/fulfillment-manual": major
"@medusajs/notification-local": major
"@medusajs/notification-sendgrid": major
"@medusajs/payment-stripe": major
"@medusajs/region": major
"@medusajs/sales-channel": major
"@medusajs/stock-location": major
"@medusajs/store": major
"@medusajs/tax": major
"@medusajs/user": major
"@medusajs/workflow-engine-inmemory": major
"@medusajs/workflow-engine-redis": major
"@medusajs/dashboard": major
"@medusajs/admin-bundler": major
"@medusajs/admin-sdk": major
"@medusajs/admin-shared": major
"@medusajs/admin-vite-plugin": major
"@medusajs/framework": major
"@medusajs/index": major
"@medusajs/locking": major
"@medusajs/locking-redis": major
"@medusajs/locking-postgres": major
---
chore: Medusa 2.0
+29
View File
@@ -0,0 +1,29 @@
# integration-tests-http
## 1.0.1
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/core-flows@2.0.0
- @medusajs/test-utils@2.0.0
- @medusajs/modules-sdk@2.0.0
- @medusajs/utils@2.0.0
- @medusajs/medusa@2.0.0
- @medusajs/api-key@2.0.0
- @medusajs/auth@2.0.0
- @medusajs/cache-inmemory@2.0.0
- @medusajs/customer@2.0.0
- @medusajs/event-bus-local@2.0.0
- @medusajs/fulfillment@2.0.0
- @medusajs/inventory@2.0.0
- @medusajs/pricing@2.0.0
- @medusajs/product@2.0.0
- @medusajs/promotion@2.0.0
- @medusajs/fulfillment-manual@2.0.0
- @medusajs/region@2.0.0
- @medusajs/stock-location@2.0.0
- @medusajs/store@2.0.0
- @medusajs/tax@2.0.0
- @medusajs/user@2.0.0
- @medusajs/workflow-engine-inmemory@2.0.0
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "integration-tests-http", "name": "integration-tests-http",
"version": "1.0.0", "version": "1.0.1",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
+14
View File
@@ -0,0 +1,14 @@
# @medusajs/admin-bundler
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/dashboard@2.0.0
- @medusajs/admin-shared@2.0.0
- @medusajs/admin-vite-plugin@2.0.0
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/admin-bundler", "name": "@medusajs/admin-bundler",
"version": "1.0.1", "version": "2.0.0",
"description": "Bundler for the Medusa admin dashboard.", "description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>", "author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": { "scripts": {
@@ -18,7 +18,7 @@
"package.json" "package.json"
], ],
"devDependencies": { "devDependencies": {
"@medusajs/types": "^1.11.16", "@medusajs/types": "^2.0.0",
"@types/compression": "^1.7.5", "@types/compression": "^1.7.5",
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"express": "^4.21.0", "express": "^4.21.0",
@@ -26,9 +26,9 @@
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"dependencies": { "dependencies": {
"@medusajs/admin-shared": "1.0.1", "@medusajs/admin-shared": "2.0.0",
"@medusajs/admin-vite-plugin": "1.0.1", "@medusajs/admin-vite-plugin": "2.0.0",
"@medusajs/dashboard": "1.0.1", "@medusajs/dashboard": "2.0.0",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"compression": "^1.7.4", "compression": "^1.7.4",
+12
View File
@@ -0,0 +1,12 @@
# @medusajs/admin-sdk
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/admin-shared@2.0.0
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@medusajs/admin-sdk", "name": "@medusajs/admin-sdk",
"description": "SDK for building extension for the Medusa admin dashboard.", "description": "SDK for building extension for the Medusa admin dashboard.",
"version": "1.0.1", "version": "2.0.0",
"author": "Kasper Kristensen <kasper@medusajs.com>", "author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"main": "dist/index.js", "main": "dist/index.js",
@@ -25,7 +25,7 @@
"zod": "^3.22" "zod": "^3.22"
}, },
"dependencies": { "dependencies": {
"@medusajs/admin-shared": "^1.0.1" "@medusajs/admin-shared": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"zod": "^3.22" "zod": "^3.22"
+7
View File
@@ -0,0 +1,7 @@
# @medusajs/admin-shared
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@medusajs/admin-shared", "name": "@medusajs/admin-shared",
"description": "Shared code for Medusa admin packages.", "description": "Shared code for Medusa admin packages.",
"version": "1.0.1", "version": "2.0.0",
"author": "Kasper Kristensen <kasper@medusajs.com>", "author": "Kasper Kristensen <kasper@medusajs.com>",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"main": "dist/index.js", "main": "dist/index.js",
@@ -0,0 +1,12 @@
# @medusajs/admin-vite-plugin
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/admin-shared@2.0.0
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/admin-vite-plugin", "name": "@medusajs/admin-vite-plugin",
"version": "1.0.1", "version": "2.0.0",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
"dependencies": { "dependencies": {
"@babel/parser": "7.25.6", "@babel/parser": "7.25.6",
"@babel/traverse": "7.25.6", "@babel/traverse": "7.25.6",
"@medusajs/admin-shared": "1.0.1", "@medusajs/admin-shared": "2.0.0",
"chokidar": "3.5.3", "chokidar": "3.5.3",
"fdir": "6.1.1", "fdir": "6.1.1",
"magic-string": "0.30.5", "magic-string": "0.30.5",
+15
View File
@@ -0,0 +1,15 @@
# @medusajs/dashboard
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/icons@2.0.0
- @medusajs/ui@4.0.0
- @medusajs/js-sdk@2.0.0
- @medusajs/admin-shared@2.0.0
+9 -9
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/dashboard", "name": "@medusajs/dashboard",
"version": "1.0.1", "version": "2.0.0",
"scripts": { "scripts": {
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts", "generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
"dev": "vite", "dev": "vite",
@@ -42,10 +42,10 @@
"@dnd-kit/sortable": "^8.0.0", "@dnd-kit/sortable": "^8.0.0",
"@hookform/error-message": "^2.0.1", "@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.4.2", "@hookform/resolvers": "3.4.2",
"@medusajs/admin-shared": "1.0.1", "@medusajs/admin-shared": "2.0.0",
"@medusajs/icons": "1.2.1", "@medusajs/icons": "2.0.0",
"@medusajs/js-sdk": "1.0.1", "@medusajs/js-sdk": "2.0.0",
"@medusajs/ui": "3.0.0", "@medusajs/ui": "4.0.0",
"@radix-ui/react-collapsible": "1.1.0", "@radix-ui/react-collapsible": "1.1.0",
"@tanstack/react-query": "^5.28.14", "@tanstack/react-query": "^5.28.14",
"@tanstack/react-table": "8.20.5", "@tanstack/react-table": "8.20.5",
@@ -72,10 +72,10 @@
"zod": "3.22.4" "zod": "3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/admin-shared": "^1.0.1", "@medusajs/admin-shared": "^2.0.0",
"@medusajs/admin-vite-plugin": "1.0.1", "@medusajs/admin-vite-plugin": "2.0.0",
"@medusajs/types": "1.11.16", "@medusajs/types": "2.0.0",
"@medusajs/ui-preset": "1.1.3", "@medusajs/ui-preset": "2.0.0",
"@types/node": "^20.11.15", "@types/node": "^20.11.15",
"@types/react": "^18.2.79", "@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25", "@types/react-dom": "^18.2.25",
@@ -1,5 +1,16 @@
# Change Log # Change Log
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/telemetry@2.0.0
## 1.2.8 ## 1.2.8
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "create-medusa-app", "name": "create-medusa-app",
"version": "1.2.8", "version": "2.0.0",
"description": "Create a Medusa project using a single command.", "description": "Create a Medusa project using a single command.",
"type": "module", "type": "module",
"exports": "./dist/index.js", "exports": "./dist/index.js",
@@ -13,7 +13,7 @@
"watch": "tsc --watch" "watch": "tsc --watch"
}, },
"dependencies": { "dependencies": {
"@medusajs/telemetry": "^1.0.1", "@medusajs/telemetry": "^2.0.0",
"boxen": "^5", "boxen": "^5",
"chalk": "^5.2.0", "chalk": "^5.2.0",
"commander": "^10.0.1", "commander": "^10.0.1",
+12
View File
@@ -1,5 +1,17 @@
# Change Log # Change Log
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/utils@2.0.0
- @medusajs/telemetry@2.0.0
## 1.3.22 ## 1.3.22
### Patch Changes ### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/cli", "name": "@medusajs/cli",
"version": "1.3.22", "version": "2.0.0",
"description": "Command Line interface for Medusa Commerce", "description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@@ -46,8 +46,8 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"dependencies": { "dependencies": {
"@medusajs/telemetry": "^1.0.1", "@medusajs/telemetry": "^2.0.0",
"@medusajs/utils": "1.11.9", "@medusajs/utils": "2.0.0",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"configstore": "5.0.1", "configstore": "5.0.1",
+6
View File
@@ -1,5 +1,11 @@
# Change Log # Change Log
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
## 0.0.32 ## 0.0.32
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "medusa-dev-cli", "name": "medusa-dev-cli",
"description": "CLI helpers for contributors working on Medusa", "description": "CLI helpers for contributors working on Medusa",
"version": "1.0.1", "version": "2.0.0",
"author": "Sebastian Rindom <skrindom@gmail.com>", "author": "Sebastian Rindom <skrindom@gmail.com>",
"bin": { "bin": {
"medusa-dev": "./dist/index.js" "medusa-dev": "./dist/index.js"
@@ -1,5 +1,17 @@
# @medusajs/oas-cli # @medusajs/oas-cli
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/utils@2.0.0
- @medusajs/medusa@2.0.0
## 0.3.2 ## 0.3.2
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/medusa-oas-cli", "name": "@medusajs/medusa-oas-cli",
"version": "1.0.1", "version": "2.0.0",
"description": "OAS CLI", "description": "OAS CLI",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@@ -21,7 +21,7 @@
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@medusajs/types": "^1.11.15", "@medusajs/types": "^2.0.0",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"jest": "^29.1.0", "jest": "^29.1.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
@@ -35,8 +35,8 @@
"medusa-oas": "ts-node src/index.ts" "medusa-oas": "ts-node src/index.ts"
}, },
"dependencies": { "dependencies": {
"@medusajs/medusa": "^1.20.4", "@medusajs/medusa": "^2.0.0",
"@medusajs/utils": "^1.11.9", "@medusajs/utils": "^2.0.0",
"@readme/json-schema-ref-parser": "^1.2.0", "@readme/json-schema-ref-parser": "^1.2.0",
"@readme/openapi-parser": "^2.4.0", "@readme/openapi-parser": "^2.4.0",
"@redocly/cli": "^1.7.0", "@redocly/cli": "^1.7.0",
@@ -1,5 +1,16 @@
# @medusajs/oas-github-ci # @medusajs/oas-github-ci
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/medusa-oas-cli@2.0.0
## 1.0.27 ## 1.0.27
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/oas-github-ci", "name": "@medusajs/oas-github-ci",
"version": "1.0.27", "version": "2.0.0",
"description": "OAS Github CI", "description": "OAS Github CI",
"main": "scripts/build-openapi.js", "main": "scripts/build-openapi.js",
"files": [ "files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests" "test": "jest --passWithNoTests"
}, },
"dependencies": { "dependencies": {
"@medusajs/medusa-oas-cli": "1.0.1", "@medusajs/medusa-oas-cli": "2.0.0",
"execa": "^5.1.1" "execa": "^5.1.1"
} }
} }
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/core-flows # @medusajs/core-flows
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.0.9 ## 0.0.9
### Patch Changes ### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/core-flows", "name": "@medusajs/core-flows",
"version": "1.0.1", "version": "2.0.0",
"description": "Set of workflow definitions for Medusa", "description": "Set of workflow definitions for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"exports": { "exports": {
@@ -26,7 +26,7 @@
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7", "@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -44,7 +44,7 @@
"json-2-csv": "^5.5.4" "json-2-csv": "^5.5.4"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"awilix": "^8.0.1" "awilix": "^8.0.1"
}, },
"scripts": { "scripts": {
+18
View File
@@ -0,0 +1,18 @@
# @medusajs/framework
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/cli@2.0.0
- @medusajs/modules-sdk@2.0.0
- @medusajs/orchestration@2.0.0
- @medusajs/types@2.0.0
- @medusajs/utils@2.0.0
- @medusajs/workflows-sdk@2.0.0
- @medusajs/telemetry@2.0.0
+9 -9
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/framework", "name": "@medusajs/framework",
"version": "1.0.1", "version": "2.0.0",
"description": "Framework", "description": "Framework",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -52,7 +52,7 @@
"test": "jest --runInBand --bail --passWithNoTests --forceExit" "test": "jest --runInBand --bail --passWithNoTests --forceExit"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/cli": "^1.3.22", "@medusajs/cli": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7", "@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -71,12 +71,12 @@
}, },
"dependencies": { "dependencies": {
"@jercle/yargonaut": "^1.1.5", "@jercle/yargonaut": "^1.1.5",
"@medusajs/modules-sdk": "^1.12.11", "@medusajs/modules-sdk": "^2.0.0",
"@medusajs/orchestration": "^1.0.1", "@medusajs/orchestration": "^2.0.0",
"@medusajs/telemetry": "^1.0.1", "@medusajs/telemetry": "^2.0.0",
"@medusajs/types": "^1.11.16", "@medusajs/types": "^2.0.0",
"@medusajs/utils": "^1.11.9", "@medusajs/utils": "^2.0.0",
"@medusajs/workflows-sdk": "^1.0.1", "@medusajs/workflows-sdk": "^2.0.0",
"@opentelemetry/api": "^1.9.0", "@opentelemetry/api": "^1.9.0",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"connect-redis": "5.2.0", "connect-redis": "5.2.0",
@@ -90,7 +90,7 @@
"zod": "3.22.4" "zod": "3.22.4"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/cli": "^1.3.22", "@medusajs/cli": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7", "@mikro-orm/knex": "5.9.7",
+12
View File
@@ -0,0 +1,12 @@
# @medusajs/js-sdk
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/types@2.0.0
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/js-sdk", "name": "@medusajs/js-sdk",
"version": "1.0.1", "version": "2.0.0",
"description": "SDK for the Medusa API", "description": "SDK for the Medusa API",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/esm/index.js", "module": "dist/esm/index.js",
@@ -35,7 +35,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"dependencies": { "dependencies": {
"@medusajs/types": "^1.11.16", "@medusajs/types": "^2.0.0",
"fetch-event-stream": "^0.1.5", "fetch-event-stream": "^0.1.5",
"qs": "^6.12.1" "qs": "^6.12.1"
}, },
+13
View File
@@ -1,5 +1,18 @@
# @medusajs/modules-sdk # @medusajs/modules-sdk
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/orchestration@2.0.0
- @medusajs/types@2.0.0
- @medusajs/utils@2.0.0
## 1.12.11 ## 1.12.11
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/modules-sdk", "name": "@medusajs/modules-sdk",
"version": "1.12.11", "version": "2.0.0",
"description": "SDK for medusa modules", "description": "SDK for medusa modules",
"main": "dist/index.js", "main": "dist/index.js",
"export": { "export": {
@@ -45,9 +45,9 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"dependencies": { "dependencies": {
"@medusajs/orchestration": "^1.0.1", "@medusajs/orchestration": "^2.0.0",
"@medusajs/types": "^1.11.16", "@medusajs/types": "^2.0.0",
"@medusajs/utils": "^1.11.9" "@medusajs/utils": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
+12
View File
@@ -1,5 +1,17 @@
# @medusajs/orchestration # @medusajs/orchestration
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/types@2.0.0
- @medusajs/utils@2.0.0
## 0.5.7 ## 0.5.7
### Patch Changes ### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/orchestration", "name": "@medusajs/orchestration",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa utilities to orchestrate modules", "description": "Medusa utilities to orchestrate modules",
"main": "dist/index.js", "main": "dist/index.js",
"exports": { "exports": {
@@ -39,8 +39,8 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"dependencies": { "dependencies": {
"@medusajs/types": "^1.11.16", "@medusajs/types": "^2.0.0",
"@medusajs/utils": "^1.11.9" "@medusajs/utils": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/types # @medusajs/types
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
## 1.11.16 ## 1.11.16
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/types", "name": "@medusajs/types",
"version": "1.11.16", "version": "2.0.0",
"description": "Medusa Types definition", "description": "Medusa Types definition",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/utils # @medusajs/utils
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/types@2.0.0
## 1.11.9 ## 1.11.9
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/utils", "name": "@medusajs/utils",
"version": "1.11.9", "version": "2.0.0",
"description": "Medusa utilities functions shared by Medusa core and Modules", "description": "Medusa utilities functions shared by Medusa core and Modules",
"main": "dist/index.js", "main": "dist/index.js",
"exports": { "exports": {
@@ -47,7 +47,7 @@
"@graphql-codegen/typescript": "^4.0.9", "@graphql-codegen/typescript": "^4.0.9",
"@graphql-tools/merge": "^9.0.7", "@graphql-tools/merge": "^9.0.7",
"@graphql-tools/schema": "^10.0.6", "@graphql-tools/schema": "^10.0.6",
"@medusajs/types": "^1.11.16", "@medusajs/types": "^2.0.0",
"bignumber.js": "^9.1.2", "bignumber.js": "^9.1.2",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6", "dotenv-expand": "^11.0.6",
+14
View File
@@ -1,5 +1,19 @@
# @medusajs/workflows-sdk # @medusajs/workflows-sdk
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/modules-sdk@2.0.0
- @medusajs/orchestration@2.0.0
- @medusajs/types@2.0.0
- @medusajs/utils@2.0.0
## 0.1.6 ## 0.1.6
### Patch Changes ### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/workflows-sdk", "name": "@medusajs/workflows-sdk",
"version": "1.0.1", "version": "2.0.0",
"description": "Set of workflows tooling for Medusa", "description": "Set of workflows tooling for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"exports": { "exports": {
@@ -40,10 +40,10 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"dependencies": { "dependencies": {
"@medusajs/modules-sdk": "^1.12.11", "@medusajs/modules-sdk": "^2.0.0",
"@medusajs/orchestration": "^1.0.1", "@medusajs/orchestration": "^2.0.0",
"@medusajs/types": "^1.11.16", "@medusajs/types": "^2.0.0",
"@medusajs/utils": "^1.11.9", "@medusajs/utils": "^2.0.0",
"ulid": "^2.3.0" "ulid": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
@@ -1,5 +1,11 @@
# @medusajs/icons # @medusajs/icons
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
## 1.2.1 ## 1.2.1
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/icons", "name": "@medusajs/icons",
"version": "1.2.1", "version": "2.0.0",
"description": "Medusa UI React icon library", "description": "Medusa UI React icon library",
"author": "Kasper Kristensen <kasper@medusajs.com>", "author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT", "license": "MIT",
@@ -29,7 +29,7 @@
}, },
"devDependencies": { "devDependencies": {
"@atomico/rollup-plugin-sizes": "^1.1.4", "@atomico/rollup-plugin-sizes": "^1.1.4",
"@medusajs/toolbox": "^1.0.1", "@medusajs/toolbox": "^2.0.0",
"@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.1", "@testing-library/dom": "^9.3.1",
@@ -0,0 +1,7 @@
# @medusajs/toolbox
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@medusajs/toolbox", "name": "@medusajs/toolbox",
"private": true, "private": true,
"version": "1.0.1", "version": "2.0.0",
"description": "CLI tool for importing Figma designs for Medusa UI", "description": "CLI tool for importing Figma designs for Medusa UI",
"license": "MIT", "license": "MIT",
"author": "Kasper Kristensen <kasper@medusajs.com>", "author": "Kasper Kristensen <kasper@medusajs.com>",
@@ -1,5 +1,11 @@
# @medusajs/ui-preset # @medusajs/ui-preset
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
## 1.1.3 ## 1.1.3
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/ui-preset", "name": "@medusajs/ui-preset",
"version": "1.1.3", "version": "2.0.0",
"description": "Medusa UI preset", "description": "Medusa UI preset",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
@@ -30,7 +30,7 @@
"tailwindcss": ">=3.0.0" "tailwindcss": ">=3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/toolbox": "^1.0.1", "@medusajs/toolbox": "^2.0.0",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"tsup": "^7.1.0", "tsup": "^7.1.0",
"typescript": "^5.1.6" "typescript": "^5.1.6"
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/ui # @medusajs/ui
## 4.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/icons@2.0.0
## 3.0.0 ## 3.0.0
### Major Changes ### Major Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/ui", "name": "@medusajs/ui",
"version": "3.0.0", "version": "4.0.0",
"author": "Kasper Kristensen <kasper@medusajs.com>", "author": "Kasper Kristensen <kasper@medusajs.com>",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
@@ -42,7 +42,7 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/ui-preset": "^1.1.3", "@medusajs/ui-preset": "^2.0.0",
"@storybook/addon-essentials": "^8.3.5", "@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5", "@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5", "@storybook/addon-links": "^8.3.5",
@@ -80,7 +80,7 @@
"vitest": "^0.32.2" "vitest": "^0.32.2"
}, },
"dependencies": { "dependencies": {
"@medusajs/icons": "^1.2.1", "@medusajs/icons": "^2.0.0",
"@radix-ui/react-accordion": "1.2.0", "@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-alert-dialog": "1.1.1", "@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0", "@radix-ui/react-avatar": "1.1.0",
+6
View File
@@ -1,5 +1,11 @@
# Change Log # Change Log
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
## 0.0.17 ## 0.0.17
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/telemetry", "name": "@medusajs/telemetry",
"version": "1.0.1", "version": "2.0.0",
"description": "Telemetry for Medusa", "description": "Telemetry for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
+12
View File
@@ -1,5 +1,17 @@
# Change Log # Change Log
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/medusa@2.0.0
- @medusajs/framework@2.0.0
## 1.1.44 ## 1.1.44
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/test-utils", "name": "@medusajs/test-utils",
"version": "1.1.44", "version": "2.0.0",
"description": "Test utils for Medusa", "description": "Test utils for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
@@ -25,7 +25,7 @@
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7", "@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -45,8 +45,8 @@
"randomatic": "^3.1.1" "randomatic": "^3.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/medusa": "^1.20.5", "@medusajs/medusa": "^2.0.0",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
"awilix": "^8.0.1" "awilix": "^8.0.1"
}, },
+54
View File
@@ -1,5 +1,59 @@
# Change Log # Change Log
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/core-flows@2.0.0
- @medusajs/telemetry@2.0.0
- @medusajs/api-key@2.0.0
- @medusajs/auth@2.0.0
- @medusajs/auth-emailpass@2.0.0
- @medusajs/auth-google@2.0.0
- @medusajs/cache-inmemory@2.0.0
- @medusajs/cache-redis@2.0.0
- @medusajs/cart@2.0.0
- @medusajs/currency@2.0.0
- @medusajs/customer@2.0.0
- @medusajs/event-bus-local@2.0.0
- @medusajs/event-bus-redis@2.0.0
- @medusajs/file@2.0.0
- @medusajs/fulfillment@2.0.0
- @medusajs/inventory@2.0.0
- @medusajs/link-modules@2.0.0
- @medusajs/notification@2.0.0
- @medusajs/order@2.0.0
- @medusajs/payment@2.0.0
- @medusajs/pricing@2.0.0
- @medusajs/product@2.0.0
- @medusajs/promotion@2.0.0
- @medusajs/file-local@2.0.0
- @medusajs/file-s3@2.0.0
- @medusajs/fulfillment-manual@2.0.0
- @medusajs/notification-local@2.0.0
- @medusajs/notification-sendgrid@2.0.0
- @medusajs/payment-stripe@2.0.0
- @medusajs/region@2.0.0
- @medusajs/sales-channel@2.0.0
- @medusajs/stock-location@2.0.0
- @medusajs/store@2.0.0
- @medusajs/tax@2.0.0
- @medusajs/user@2.0.0
- @medusajs/workflow-engine-inmemory@2.0.0
- @medusajs/workflow-engine-redis@2.0.0
- @medusajs/admin-bundler@2.0.0
- @medusajs/framework@2.0.0
- @medusajs/index@2.0.0
- @medusajs/locking@2.0.0
- @medusajs/locking-redis@2.0.0
- @medusajs/locking-postgres@2.0.0
- @medusajs/auth-github@2.0.0
## 1.20.5 ## 1.20.5
### Patch Changes ### Patch Changes
+46 -46
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/medusa", "name": "@medusajs/medusa",
"version": "1.20.5", "version": "2.0.0",
"description": "Building blocks for digital commerce", "description": "Building blocks for digital commerce",
"main": "dist/index.js", "main": "dist/index.js",
"exports": { "exports": {
@@ -42,7 +42,7 @@
"test": "jest --silent --bail --maxWorkers=50% --forceExit" "test": "jest --silent --bail --maxWorkers=50% --forceExit"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@opentelemetry/api": "^1.9.0", "@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.53.0", "@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/instrumentation-pg": "^0.44.0", "@opentelemetry/instrumentation-pg": "^0.44.0",
@@ -61,49 +61,49 @@
"dependencies": { "dependencies": {
"@inquirer/checkbox": "^2.3.11", "@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9", "@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "^1.0.1", "@medusajs/admin-bundler": "^2.0.0",
"@medusajs/api-key": "^1.0.1", "@medusajs/api-key": "^2.0.0",
"@medusajs/auth": "^1.0.1", "@medusajs/auth": "^2.0.0",
"@medusajs/auth-emailpass": "^1.0.1", "@medusajs/auth-emailpass": "^2.0.0",
"@medusajs/auth-github": "^1.0.1", "@medusajs/auth-github": "^2.0.0",
"@medusajs/auth-google": "^1.0.1", "@medusajs/auth-google": "^2.0.0",
"@medusajs/cache-inmemory": "^1.8.10", "@medusajs/cache-inmemory": "^2.0.0",
"@medusajs/cache-redis": "^1.9.1", "@medusajs/cache-redis": "^2.0.0",
"@medusajs/cart": "^1.0.1", "@medusajs/cart": "^2.0.0",
"@medusajs/core-flows": "^1.0.1", "@medusajs/core-flows": "^2.0.0",
"@medusajs/currency": "^1.0.1", "@medusajs/currency": "^2.0.0",
"@medusajs/customer": "^1.0.1", "@medusajs/customer": "^2.0.0",
"@medusajs/event-bus-local": "^1.9.8", "@medusajs/event-bus-local": "^2.0.0",
"@medusajs/event-bus-redis": "^1.8.13", "@medusajs/event-bus-redis": "^2.0.0",
"@medusajs/file": "^1.0.1", "@medusajs/file": "^2.0.0",
"@medusajs/file-local": "^1.0.1", "@medusajs/file-local": "^2.0.0",
"@medusajs/file-s3": "^1.0.1", "@medusajs/file-s3": "^2.0.0",
"@medusajs/fulfillment": "^1.0.1", "@medusajs/fulfillment": "^2.0.0",
"@medusajs/fulfillment-manual": "^1.0.1", "@medusajs/fulfillment-manual": "^2.0.0",
"@medusajs/index": "^1.0.1", "@medusajs/index": "^2.0.0",
"@medusajs/inventory": "^1.0.1", "@medusajs/inventory": "^2.0.0",
"@medusajs/link-modules": "^1.0.1", "@medusajs/link-modules": "^2.0.0",
"@medusajs/locking": "^1.0.1", "@medusajs/locking": "^2.0.0",
"@medusajs/locking-postgres": "^1.0.1", "@medusajs/locking-postgres": "^2.0.0",
"@medusajs/locking-redis": "^1.0.1", "@medusajs/locking-redis": "^2.0.0",
"@medusajs/notification": "^1.0.1", "@medusajs/notification": "^2.0.0",
"@medusajs/notification-local": "^1.0.1", "@medusajs/notification-local": "^2.0.0",
"@medusajs/notification-sendgrid": "^1.0.1", "@medusajs/notification-sendgrid": "^2.0.0",
"@medusajs/order": "^1.0.1", "@medusajs/order": "^2.0.0",
"@medusajs/payment": "^1.0.1", "@medusajs/payment": "^2.0.0",
"@medusajs/payment-stripe": "^1.0.1", "@medusajs/payment-stripe": "^2.0.0",
"@medusajs/pricing": "^1.0.1", "@medusajs/pricing": "^2.0.0",
"@medusajs/product": "^1.0.1", "@medusajs/product": "^2.0.0",
"@medusajs/promotion": "^1.0.1", "@medusajs/promotion": "^2.0.0",
"@medusajs/region": "^1.0.1", "@medusajs/region": "^2.0.0",
"@medusajs/sales-channel": "^1.0.1", "@medusajs/sales-channel": "^2.0.0",
"@medusajs/stock-location": "^1.0.1", "@medusajs/stock-location": "^2.0.0",
"@medusajs/store": "^1.0.1", "@medusajs/store": "^2.0.0",
"@medusajs/tax": "^1.0.1", "@medusajs/tax": "^2.0.0",
"@medusajs/telemetry": "^1.0.1", "@medusajs/telemetry": "^2.0.0",
"@medusajs/user": "^1.0.1", "@medusajs/user": "^2.0.0",
"@medusajs/workflow-engine-inmemory": "^1.0.1", "@medusajs/workflow-engine-inmemory": "^2.0.0",
"@medusajs/workflow-engine-redis": "^1.0.1", "@medusajs/workflow-engine-redis": "^2.0.0",
"@swc/core": "1.5.7", "@swc/core": "1.5.7",
"@swc/helpers": "^0.5.11", "@swc/helpers": "^0.5.11",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
@@ -124,7 +124,7 @@
"zod": "3.22.4" "zod": "3.22.4"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7", "@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/api-key # @medusajs/api-key
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/api-key", "name": "@medusajs/api-key",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa API Key module", "description": "Medusa API Key module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@swc/core": "^1.7.28", "@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36", "@swc/jest": "^0.2.36",
@@ -48,7 +48,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/auth # @medusajs/auth
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/auth", "name": "@medusajs/auth",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Auth module", "description": "Medusa Auth module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
@@ -1,5 +1,16 @@
# @medusajs/cache-inmemory # @medusajs/cache-inmemory
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 1.8.10 ## 1.8.10
### Patch Changes ### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/cache-inmemory", "name": "@medusajs/cache-inmemory",
"version": "1.8.10", "version": "2.0.0",
"description": "In-memory Cache Module for Medusa", "description": "In-memory Cache Module for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
@@ -23,7 +23,7 @@
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@swc/core": "^1.7.28", "@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36", "@swc/jest": "^0.2.36",
"jest": "^29.7.0", "jest": "^29.7.0",
@@ -36,6 +36,6 @@
"test": "jest --passWithNoTests" "test": "jest --passWithNoTests"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1" "@medusajs/framework": "^2.0.0"
} }
} }
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/cache-redis # @medusajs/cache-redis
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 1.9.1 ## 1.9.1
### Patch Changes ### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/cache-redis", "name": "@medusajs/cache-redis",
"version": "1.9.1", "version": "2.0.0",
"description": "Redis Cache Module for Medusa", "description": "Redis Cache Module for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
@@ -23,7 +23,7 @@
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@swc/core": "^1.7.28", "@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36", "@swc/jest": "^0.2.36",
"jest": "^29.7.0", "jest": "^29.7.0",
@@ -39,7 +39,7 @@
"ioredis": "^5.4.1" "ioredis": "^5.4.1"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"awilix": "^8.0.1" "awilix": "^8.0.1"
} }
} }
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/cart # @medusajs/cart
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/cart", "name": "@medusajs/cart",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Cart module", "description": "Medusa Cart module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,7 +37,7 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -50,7 +50,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/currency # @medusajs/currency
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/currency", "name": "@medusajs/currency",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Currency module", "description": "Medusa Currency module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/customer # @medusajs/customer
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/customer", "name": "@medusajs/customer",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Customer module", "description": "Medusa Customer module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": "MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
@@ -1,5 +1,16 @@
# @medusajs/event-bus-local # @medusajs/event-bus-local
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 1.9.8 ## 1.9.8
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/event-bus-local", "name": "@medusajs/event-bus-local",
"version": "1.9.8", "version": "2.0.0",
"description": "Local Event Bus Module for Medusa", "description": "Local Event Bus Module for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
@@ -23,7 +23,7 @@
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@swc/core": "^1.7.28", "@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36", "@swc/jest": "^0.2.36",
"jest": "^29.7.0", "jest": "^29.7.0",
@@ -39,6 +39,6 @@
"ulid": "^2.3.0" "ulid": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1" "@medusajs/framework": "^2.0.0"
} }
} }
@@ -1,5 +1,16 @@
# @medusajs/event-bus-redis # @medusajs/event-bus-redis
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 1.8.13 ## 1.8.13
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/event-bus-redis", "name": "@medusajs/event-bus-redis",
"version": "1.8.13", "version": "2.0.0",
"description": "Redis Event Bus Module for Medusa", "description": "Redis Event Bus Module for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
@@ -23,7 +23,7 @@
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@swc/core": "^1.7.28", "@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36", "@swc/jest": "^0.2.36",
"jest": "^29.7.0", "jest": "^29.7.0",
@@ -40,7 +40,7 @@
"ioredis": "^5.4.1" "ioredis": "^5.4.1"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"awilix": "^8.0.1" "awilix": "^8.0.1"
} }
} }
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/product # @medusajs/product
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.3.11 ## 0.3.11
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/file", "name": "@medusajs/file",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa File module", "description": "Medusa File module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"awilix": "^8.0.1" "awilix": "^8.0.1"
} }
} }
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/fulfillment # @medusajs/fulfillment
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/fulfillment", "name": "@medusajs/fulfillment",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Fulfillment module", "description": "Medusa Fulfillment module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1 +1,12 @@
# @medusajs/index # @medusajs/index
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/index", "name": "@medusajs/index",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Index module", "description": "Medusa Index module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7", "@mikro-orm/knex": "5.9.7",
@@ -52,7 +52,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7", "@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/inventory-next # @medusajs/inventory-next
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/inventory", "name": "@medusajs/inventory",
"version": "1.0.1", "version": "2.0.0",
"description": "Inventory Module for Medusa", "description": "Inventory Module for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
@@ -23,8 +23,8 @@
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -37,7 +37,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
@@ -1,5 +1,16 @@
# @medusajs/link-modules # @medusajs/link-modules
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.2.11 ## 0.2.11
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/link-modules", "name": "@medusajs/link-modules",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Default Link Modules Package and Definitions", "description": "Medusa Default Link Modules Package and Definitions",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -33,8 +33,8 @@
"test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts" "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.ts"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
@@ -47,7 +47,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+12
View File
@@ -0,0 +1,12 @@
# @medusajs/locking
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/locking", "name": "@medusajs/locking",
"version": "1.0.1", "version": "2.0.0",
"description": "Locking Module for Medusa", "description": "Locking Module for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
@@ -33,8 +33,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -47,7 +47,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
@@ -0,0 +1,12 @@
# @medusajs/notification
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/notification", "name": "@medusajs/notification",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Notification module", "description": "Medusa Notification module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/order # @medusajs/order
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/order", "name": "@medusajs/order",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Order module", "description": "Medusa Order module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/payment # @medusajs/payment
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/payment", "name": "@medusajs/payment",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Payment module", "description": "Medusa Payment module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/pricing # @medusajs/pricing
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.1.12 ## 0.1.12
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/pricing", "name": "@medusajs/pricing",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Pricing module", "description": "Medusa Pricing module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/product # @medusajs/product
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.3.12 ## 0.3.12
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/product", "name": "@medusajs/product",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Product module", "description": "Medusa Product module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -52,7 +52,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
+11
View File
@@ -1,5 +1,16 @@
# @medusajs/promotion # @medusajs/promotion
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/promotion", "name": "@medusajs/promotion",
"version": "1.0.1", "version": "2.0.0",
"description": "Medusa Promotion module", "description": "Medusa Promotion module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear" "orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@medusajs/test-utils": "^1.1.44", "@medusajs/test-utils": "^2.0.0",
"@mikro-orm/cli": "5.9.7", "@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
@@ -51,7 +51,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7", "@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7", "@mikro-orm/migrations": "5.9.7",
"@mikro-orm/postgresql": "5.9.7", "@mikro-orm/postgresql": "5.9.7",
@@ -0,0 +1,12 @@
# @medusajs/auth-emailpass
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/auth-emailpass", "name": "@medusajs/auth-emailpass",
"version": "1.0.1", "version": "2.0.0",
"description": "Email and password credential authentication provider for Medusa", "description": "Email and password credential authentication provider for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch" "watch": "tsc --watch"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@swc/core": "^1.7.28", "@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36", "@swc/jest": "^0.2.36",
"jest": "^29.7.0", "jest": "^29.7.0",
@@ -37,7 +37,7 @@
"scrypt-kdf": "^2.0.1" "scrypt-kdf": "^2.0.1"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1" "@medusajs/framework": "^2.0.0"
}, },
"keywords": [ "keywords": [
"medusa-provider", "medusa-provider",
@@ -0,0 +1,8 @@
# @medusajs/auth-github
## 2.0.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0
@@ -1,6 +1,6 @@
{ {
"name": "@medusajs/auth-github", "name": "@medusajs/auth-github",
"version": "1.0.1", "version": "2.0.0",
"description": "Github OAuth authentication provider for Medusa", "description": "Github OAuth authentication provider for Medusa",
"main": "dist/index.js", "main": "dist/index.js",
"repository": { "repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch" "watch": "tsc --watch"
}, },
"devDependencies": { "devDependencies": {
"@medusajs/framework": "^1.0.1", "@medusajs/framework": "^2.0.0",
"@swc/core": "^1.7.28", "@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36", "@swc/jest": "^0.2.36",
"jest": "^29.7.0", "jest": "^29.7.0",
@@ -35,7 +35,7 @@
"typescript": "^5.6.2" "typescript": "^5.6.2"
}, },
"peerDependencies": { "peerDependencies": {
"@medusajs/framework": "^1.0.1" "@medusajs/framework": "^2.0.0"
}, },
"keywords": [ "keywords": [
"medusa-provider", "medusa-provider",
@@ -0,0 +1,12 @@
# @medusajs/auth-google
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/framework@2.0.0

Some files were not shown because too many files have changed in this diff Show More