chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions

View File

@@ -1,5 +1,12 @@
# @medusajs/analytics-local
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics-local",
"version": "2.12.1",
"version": "2.12.2",
"description": "Local analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,10 +25,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-plugin",

View File

@@ -1,5 +1,12 @@
# @medusajs/analytics-posthog
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics-posthog",
"version": "2.12.1",
"version": "2.12.2",
"description": "Posthog analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,11 +25,11 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1",
"@medusajs/framework": "2.12.2",
"posthog-node": "^5.11.0"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1",
"@medusajs/framework": "2.12.2",
"posthog-node": "^5.11.0"
},
"keywords": [

View File

@@ -1,5 +1,12 @@
# @medusajs/auth-emailpass
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-emailpass",
"version": "2.12.1",
"version": "2.12.2",
"description": "Email and password credential authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,13 +26,13 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"scrypt-kdf": "^2.0.1"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-provider",

View File

@@ -1,5 +1,12 @@
# @medusajs/auth-github
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-github",
"version": "2.12.1",
"version": "2.12.2",
"description": "Github OAuth authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,10 +26,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-provider",

View File

@@ -1,5 +1,12 @@
# @medusajs/auth-google
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-google",
"version": "2.12.1",
"version": "2.12.2",
"description": "Google OAuth authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,13 +26,13 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"jsonwebtoken": "^9.0.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-provider",

View File

@@ -1,5 +1,12 @@
# @medusajs/caching-redis
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/caching-redis",
"version": "2.12.1",
"version": "2.12.2",
"description": "Redis Caching for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,10 +20,10 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"ioredis": "^5.4.1",

View File

@@ -1,5 +1,12 @@
# @medusajs/file-local
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-local",
"version": "2.12.1",
"version": "2.12.2",
"description": "Local filesystem file storage for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,10 +25,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-plugin",

View File

@@ -1,5 +1,14 @@
# @medusajs/file-s3
## 2.12.2
### Patch Changes
- [#14209](https://github.com/medusajs/medusa/pull/14209) [`b7adfb225b4e81bd388c01afe254e2de140266b9`](https://github.com/medusajs/medusa/commit/b7adfb225b4e81bd388c01afe254e2de140266b9) Thanks [@peterlgh7](https://github.com/peterlgh7)! - URL-encode S3 object metadata and returned URL
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-s3",
"version": "2.12.1",
"version": "2.12.2",
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.556.0",
@@ -34,7 +34,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-plugin",

View File

@@ -1,5 +1,12 @@
# @medusajs/fulfillment-manual
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment-manual",
"version": "2.12.1",
"version": "2.12.2",
"description": "Manual fulfillment for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,10 +25,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-plugin",

View File

@@ -1,5 +1,12 @@
# @medusajs/locking-postgres
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking-postgres",
"version": "2.12.1",
"version": "2.12.2",
"description": "Postgres Advisory Locks for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,10 +20,10 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"scripts": {
"watch": "yarn run -T tsc --build --watch",

View File

@@ -1,5 +1,12 @@
# @medusajs/locking-redis
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking-redis",
"version": "2.12.1",
"version": "2.12.2",
"description": "Redis Lock for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,10 +20,10 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"ioredis": "^5.4.1"

View File

@@ -1,5 +1,12 @@
# @medusajs/notification-local
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification-local",
"version": "2.12.1",
"version": "2.12.2",
"description": "Local (logging) notification provider for Medusa, useful for testing purposes and log audits",
"main": "dist/index.js",
"repository": {
@@ -26,10 +26,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-provider",

View File

@@ -1,5 +1,12 @@
# @medusajs/notification-sendgrid
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification-sendgrid",
"version": "2.12.1",
"version": "2.12.2",
"description": "Sendgrid notification provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,13 +26,13 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"@sendgrid/mail": "^8.1.6"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"keywords": [
"medusa-provider",

View File

@@ -1,5 +1,12 @@
# @medusajs/payment-stripe
## 2.12.2
### Patch Changes
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment-stripe",
"version": "2.12.1",
"version": "2.12.2",
"description": "Stripe payment provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,10 +25,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
},
"dependencies": {
"stripe": "^15.5.0"