Skip to content

Commit

Permalink
yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Dec 17, 2024
1 parent 763a383 commit b1cb0dc
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 19 deletions.
19 changes: 16 additions & 3 deletions packages/vymalo-keycloak/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vymalo/medusa-keycloak",
"version": "1.0.4",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/vymalo/medusajs.git",
Expand All @@ -10,8 +10,21 @@
"scripts": {
"build": "rm -rf {dist,tsconfig.tsbuildinfo} && tsc --build"
},
"keywords": [],
"author": "",
"keywords": [
"medusa",
"medusajs",
"keycloak",
"medusa-keycloak",
"auth",
"authentication",
"oauth2",
"medusa-oauth2"
],
"author": {
"name": "Vymalo",
"email": "[email protected]",
"url": "https://github.com/vymalo"
},
"license": "ISC",
"description": "",
"dependencies": {
Expand Down
17 changes: 14 additions & 3 deletions packages/vymalo-mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vymalo/medusa-mail",
"version": "1.0.4",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/vymalo/medusajs.git",
Expand All @@ -10,8 +10,19 @@
"scripts": {
"build": "rm -rf {dist,tsconfig.tsbuildinfo} && tsc --build"
},
"keywords": [],
"author": "",
"keywords": [
"medusa",
"medusajs",
"medusa-mail",
"email",
"email-templates",
"preview-email"
],
"author": {
"name": "Vymalo",
"email": "[email protected]",
"url": "https://github.com/vymalo"
},
"license": "ISC",
"description": "",
"dependencies": {
Expand Down
17 changes: 14 additions & 3 deletions packages/vymalo-meilisearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vymalo/medusa-meilisearch",
"version": "1.0.11",
"version": "1.0.12",
"repository": {
"type": "git",
"url": "git+https://github.com/vymalo/medusajs.git",
Expand All @@ -17,8 +17,19 @@
"scripts": {
"build": "rm -rf {dist,tsconfig.tsbuildinfo} && tsc --build"
},
"keywords": [],
"author": "",
"keywords": [
"medusa",
"medusajs",
"meilisearch",
"medusa-meilisearch",
"medusa-search",
"search"
],
"author": {
"name": "Vymalo",
"email": "[email protected]",
"url": "https://github.com/vymalo"
},
"license": "ISC",
"description": "",
"dependencies": {
Expand Down
15 changes: 12 additions & 3 deletions packages/vymalo-minio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vymalo/medusa-minio",
"version": "1.0.4",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/vymalo/medusajs.git",
Expand All @@ -10,8 +10,17 @@
"scripts": {
"build": "rm -rf {dist,tsconfig.tsbuildinfo} && tsc --build"
},
"keywords": [],
"author": "",
"keywords": [
"medusa",
"medusajs",
"minio",
"medusa-minio"
],
"author": {
"name": "Vymalo",
"email": "[email protected]",
"url": "https://github.com/vymalo"
},
"license": "ISC",
"description": "",
"dependencies": {
Expand Down
15 changes: 12 additions & 3 deletions packages/vymalo-printful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vymalo/medusa-printful",
"version": "1.0.7",
"version": "1.0.8",
"repository": {
"type": "git",
"url": "git+https://github.com/vymalo/medusajs.git",
Expand All @@ -24,8 +24,17 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"keywords": [
"medusa",
"medusajs",
"medusa-printful",
"printful"
],
"author": {
"name": "Vymalo",
"email": "[email protected]",
"url": "https://github.com/vymalo"
},
"license": "ISC",
"description": "",
"dependencies": {
Expand Down
22 changes: 18 additions & 4 deletions packages/vymalo-ui-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vymalo/ui-preset",
"version": "1.0.2",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/vymalo/medusajs.git",
Expand All @@ -10,9 +10,23 @@
"scripts": {
"build": "rm -rf {dist,tsconfig.tsbuildinfo} && tsc --build"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"medusa",
"medusajs",
"medusa-commerce",
"medusa-commerce-plugin",
"ui-preset",
"tailwindcss",
"daisyui",
"tailwind-extended-shadows",
"tailwindcss-radix"
],
"author": {
"name": "Vymalo",
"email": "[email protected]",
"url": "https://github.com/vymalo"
},
"license": "MIT",
"description": "",
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down

0 comments on commit b1cb0dc

Please sign in to comment.