@medusajs/utils 3.0.0-snapshot-20251216103925 → 3.0.0-snapshot-20251216122339
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -873,7 +873,7 @@ export declare const TranslationWorkflowEvents: {
|
|
|
873
873
|
/**
|
|
874
874
|
* Emitted when translations are created.
|
|
875
875
|
*
|
|
876
|
-
* @since 2.
|
|
876
|
+
* @since 2.12.3
|
|
877
877
|
* @featureFlag translation
|
|
878
878
|
* @eventPayload
|
|
879
879
|
* ```ts
|
|
@@ -886,7 +886,7 @@ export declare const TranslationWorkflowEvents: {
|
|
|
886
886
|
/**
|
|
887
887
|
* Emitted when translations are updated.
|
|
888
888
|
*
|
|
889
|
-
* @since 2.
|
|
889
|
+
* @since 2.12.3
|
|
890
890
|
* @featureFlag translation
|
|
891
891
|
* @eventPayload
|
|
892
892
|
* ```ts
|
|
@@ -899,7 +899,7 @@ export declare const TranslationWorkflowEvents: {
|
|
|
899
899
|
/**
|
|
900
900
|
* Emitted when translations are deleted.
|
|
901
901
|
*
|
|
902
|
-
* @since 2.
|
|
902
|
+
* @since 2.12.3
|
|
903
903
|
* @featureFlag translation
|
|
904
904
|
* @eventPayload
|
|
905
905
|
* ```ts
|
|
@@ -876,7 +876,7 @@ exports.TranslationWorkflowEvents = {
|
|
|
876
876
|
/**
|
|
877
877
|
* Emitted when translations are created.
|
|
878
878
|
*
|
|
879
|
-
* @since 2.
|
|
879
|
+
* @since 2.12.3
|
|
880
880
|
* @featureFlag translation
|
|
881
881
|
* @eventPayload
|
|
882
882
|
* ```ts
|
|
@@ -889,7 +889,7 @@ exports.TranslationWorkflowEvents = {
|
|
|
889
889
|
/**
|
|
890
890
|
* Emitted when translations are updated.
|
|
891
891
|
*
|
|
892
|
-
* @since 2.
|
|
892
|
+
* @since 2.12.3
|
|
893
893
|
* @featureFlag translation
|
|
894
894
|
* @eventPayload
|
|
895
895
|
* ```ts
|
|
@@ -902,7 +902,7 @@ exports.TranslationWorkflowEvents = {
|
|
|
902
902
|
/**
|
|
903
903
|
* Emitted when translations are deleted.
|
|
904
904
|
*
|
|
905
|
-
* @since 2.
|
|
905
|
+
* @since 2.12.3
|
|
906
906
|
* @featureFlag translation
|
|
907
907
|
* @eventPayload
|
|
908
908
|
* ```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/utils",
|
|
3
|
-
"version": "3.0.0-snapshot-
|
|
3
|
+
"version": "3.0.0-snapshot-20251216122339",
|
|
4
4
|
"description": "Medusa utilities functions shared by Medusa core and Modules",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"author": "Medusa",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@medusajs/types": "3.0.0-snapshot-
|
|
29
|
+
"@medusajs/types": "3.0.0-snapshot-20251216122339",
|
|
30
30
|
"express": "^4.21.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@graphql-codegen/typescript": "^4.0.9",
|
|
35
35
|
"@graphql-tools/merge": "^9.0.7",
|
|
36
36
|
"@graphql-tools/schema": "^10.0.6",
|
|
37
|
-
"@medusajs/deps": "3.0.0-snapshot-
|
|
37
|
+
"@medusajs/deps": "3.0.0-snapshot-20251216122339",
|
|
38
38
|
"@types/pluralize": "^0.0.33",
|
|
39
39
|
"bignumber.js": "^9.1.2",
|
|
40
40
|
"dotenv": "^16.4.5",
|