28 KiB
@medusajs/inventory
1.11.1
Patch Changes
-
#5301
66413d094Thanks @srindom! - fix: move create inventory workflow to @medusajs/workflows -
Updated dependencies [
378ca1b36,b62af612c,e47461d95,66413d094]:
1.11.0
Minor Changes
- #5242
130cbc1f4Thanks @carlos-r-l-rodrigues! - Modules exporting schema with entities and fields
Patch Changes
1.10.0
Minor Changes
- #4695
4d16acf5fThanks @carlos-r-l-rodrigues! - introduce @medusajs/link-modules
Patch Changes
- Updated dependencies [
c3dba0694,460161a69,fcb6b4f51,4d16acf5f,4d16acf5f,87bade096,4d16acf5f,a4906d0ac]:
1.9.2
Patch Changes
- #4503
d184d23c6Thanks @pKorsholm! - feat(medusa,inventory,types,brightpearl): update some inventory methods to be bulk-operation enabled
1.9.1
Patch Changes
-
#4211
d76ba0cd2Thanks @adrien2p! - fix(medusa): Order edit missing transaction when consuming the inventory module -
#4232
af2dc4f75Thanks @adrien2p! - feat(medusa, inventory, stock-location): Remove unnecessary transaction usage in the modules and list products end points -
#4276
afd1b67f1Thanks @olivermrbl! - chore: Use caret range -
Updated dependencies [
f98ba5bde,14c0f62f8]:- @medusajs/utils@1.9.1
- @medusajs/modules-sdk@1.8.8
1.9.0
Minor Changes
- #4146
db4199530Thanks @fPolic! - chore(medusa, utils, inventory, stock-location): clear deps in the utils package
Patch Changes
-
#4154
0a35f21afThanks @pKorsholm! - Feat(medusa,inventory): search inventory items based on title and description -
#3979
3a38c84f8Thanks @pKorsholm! - feat(client-types, inventory, medusa, types): add additional filtering capabilities to list-reservations -
#4155
5c01b4e6bThanks @pKorsholm! - fix(inventory): update revert migration -
Updated dependencies [
a91987fab,e73c3e51c,db4199530,c0e527d6e]:- @medusajs/utils@1.9.0
- @medusajs/modules-sdk@1.8.7
1.8.6
Patch Changes
-
#4072
6511959e2Thanks @olivermrbl! - chore: Revert to official Typeorm package -
Updated dependencies [
cdbac2c84,6511959e2]:- @medusajs/utils@1.8.5
- @medusajs/modules-sdk@1.8.6
1.8.5
Patch Changes
-
#3971
7fd22ecb4Thanks @pKorsholm! - Feat(client-types, inventory, medusa, types): addtitle,thumbnailanddescription to inventory item anddescription` to reservation item. -
Updated dependencies [
1ea57c3a6]:- @medusajs/utils@1.8.4
- @medusajs/modules-sdk@1.8.5
1.8.4
Patch Changes
-
#3981
d539c6feeThanks @olivermrbl! - chore: Bump Typeorm to Medusa fork -
Updated dependencies [
0e488e71b,d539c6fee]:- @medusajs/utils@1.8.3
- @medusajs/modules-sdk@1.8.4
1.8.3
Patch Changes
-
#3863
cd2d4f645Thanks @olivermrbl! - fix(inventory): Add missing context arguments -
#3835
af710f1b4Thanks @adrien2p! - fix(medusa): Bulk create variant and pass transaction to the inventory service context methods -
#3192
4a8562743Thanks @pKorsholm! - feat(medusa-plugin-brightpearl, inventory, medusa): Multiwarehouse integration for brightpearl -
Updated dependencies [
af710f1b4,491566df6]:- @medusajs/utils@1.8.2
- @medusajs/modules-sdk@1.8.3
1.8.2
Patch Changes
- Updated dependencies []:
- @medusajs/modules-sdk@1.8.2
1.8.1
Patch Changes
-
#3778
654a54622Thanks @olivermrbl! - chore: Bump Typeorm -
Updated dependencies [
654a54622,abdb74d99]:- @medusajs/utils@1.8.1
- @medusajs/modules-sdk@1.8.1
1.8.0
Minor Changes
- #3329
77d46220cThanks @carlos-r-l-rodrigues! - Inventory and Stock location modules supporting isolated connection
Patch Changes
-
#3319
08c8aa46cThanks @pKorsholm! - List inventory items based on locations -
#3041
121b42acfThanks @riqwan! - chore(medusa): Typeorm fixes / enhancements- upgrade typeorm from 0.2.51 to 0.3.11
- Plugin repository loader to work with Typeorm update
-
#3685
8ddb3952cThanks @olivermrbl! - chore: Fix RC package versions -
#3352
aa690beedThanks @carlos-r-l-rodrigues! - feat(medusa): Modules initializerLoading modules in a project
Example
import { InventoryServiceInitializeOptions, initialize, } from "@medusajs/inventory" const options: InventoryServiceInitializeOptions = { database: { type: "postgres", url: DB_URL, }, } const inventoryService = await initialize(options) const newInventoryItem = await inventoryService.createInventoryItem({ sku: "sku_123", }) -
#3460
10bf05c14Thanks @pKorsholm! - Fix(inventory, medusa): ensure no orphaned reservations and invenotry levels on location removal -
#3649
bd12a9508Thanks @carlos-r-l-rodrigues! - Export initialize method for all modules -
#3531
4e9d257d3Thanks @carlos-r-l-rodrigues! - Remove dependency on @medusajs/medusa from Inventory and Stock-Location Modules -
Updated dependencies [
8ddb3952c,a0c919a8d,55e94d0b4,74bc4b16a,bd12a9508,77d46220c,bca1f80dd,271844aed,4e9d257d3]:- @medusajs/modules-sdk@1.8.0
- @medusajs/utils@1.8.0
1.8.0-rc.4
Patch Changes
-
#3649
bd12a9508Thanks @carlos-r-l-rodrigues! - Export initialize method for all modules -
Updated dependencies [
a0c919a8d,bd12a9508]:- @medusajs/utils@0.0.2-rc.2
- @medusajs/modules-sdk@0.1.0-rc.4
1.8.0-rc.3
Patch Changes
- Updated dependencies [
55e94d0b4]:- @medusajs/modules-sdk@0.1.0-rc.3
1.8.0-rc.2
Patch Changes
-
chore: Fix RC package versions
-
Updated dependencies []:
- @medusajs/modules-sdk@0.1.0-rc.2
- @medusajs/utils@0.0.2-rc.1
1.8.0-rc.1
Patch Changes
- Updated dependencies [
bca1f80dd]:- @medusajs/modules-sdk@0.1.0-rc.1
1.8.0-rc.0
Minor Changes
- #3329
77d46220cThanks @carlos-r-l-rodrigues! - Inventory and Stock location modules supporting isolated connection
Patch Changes
-
#3319
08c8aa46cThanks @pKorsholm! - List inventory items based on locations -
#3041
121b42acfThanks @riqwan! - chore(medusa): Typeorm fixes / enhancements- upgrade typeorm from 0.2.51 to 0.3.11
- Plugin repository loader to work with Typeorm update
-
#3352
aa690beedThanks @carlos-r-l-rodrigues! - feat(medusa): Modules initializerLoading modules in a project
Example
import { InventoryServiceInitializeOptions, initialize, } from "@medusajs/inventory" const options: InventoryServiceInitializeOptions = { database: { type: "postgres", url: DB_URL, }, } const inventoryService = await initialize(options) const newInventoryItem = await inventoryService.createInventoryItem({ sku: "sku_123", }) -
#3460
10bf05c14Thanks @pKorsholm! - Fix(inventory, medusa): ensure no orphaned reservations and invenotry levels on location removal -
#3531
4e9d257d3Thanks @carlos-r-l-rodrigues! - Remove dependency on @medusajs/medusa from Inventory and Stock-Location Modules -
Updated dependencies [
74bc4b16a,77d46220c,271844aed,4e9d257d3]:- @medusajs/utils@0.0.2-rc.0
- @medusajs/modules-sdk@0.1.0-rc.0
1.0.12
Patch Changes
1.0.11
Patch Changes
1.0.10
Patch Changes
-
#3407
f0a1355feThanks @adrien2p! - feat(medusa): Bulk emit events -
Updated dependencies [
601d20e7a,f0a1355fe]:- @medusajs/medusa@1.7.13
1.0.9
Patch Changes
1.0.8
Patch Changes
- Updated dependencies [
c43248131]:- @medusajs/medusa@1.7.11
1.0.7
Patch Changes
1.0.6
Patch Changes
- Updated dependencies [
370bd472e]:- @medusajs/medusa@1.7.9
1.0.5
Patch Changes
1.0.4
Patch Changes
-
#3217
8c5219a31Thanks @adrien2p! - chore: Fix npm packages files included -
Updated dependencies [
507ad00be,6e443dc70,eee928381,4cb44a3a2,472f96d7f,61b0b2f3a,80452332d,bbbb3d888,10ff72c30,968eb8fc6,a59bd84e4,8c5219a31,cac13a88d,a2cc084db,8194d19b0]:- @medusajs/medusa@1.7.7
- medusa-interfaces@1.3.6
1.0.3
Patch Changes
-
#2971
f65f590a2Thanks @carlos-r-l-rodrigues! - Adding inventory items api -
#3185
08324355aThanks @olivermrbl! - chore: Patches all dependencies + minor bumpswinstonto include a fix for a significant memory leak -
Updated dependencies [
ce866475b,53532df8d,d8ffbe25b,2d525237b,5b63533c7,09dc9c667,4105405f2,ee42b60a2,d0adaf57e,f65f590a2,5ec6d438f,5c1d2a5e8,8e41c6996,d50db84a3,82da3605f,b242e2232,4339d47e1,2e7e16b91,9ebb50104,08324355a,e22a383f4,dc156861d,8f4c84121,bfa33f444,f776ed234,4d6e63d68,fcba70570,4f0d8992a,d25a53104,86c87c7b1,78650ea66,b9bda3bf4,e581d3bd9,4d3210bfb]:- @medusajs/medusa@1.7.6
- medusa-interfaces@1.3.5
1.0.2
Patch Changes
1.0.1
Patch Changes
-
#2997
9dbccd9caThanks @carlos-r-l-rodrigues! - feat(medusa, stock-location, inventory): Allow modules to integrate with core -
#3033
1547dd814Thanks @olivermrbl! - fix(medusa): Add module options to transaction base service to use in modules -
Updated dependencies [
9dbccd9ca,542daeead,8c08d0031,017538883,b2839e2e4,76d175231,9e3beaf53,7d4b8b9cc,aab163bab,a0c4cfe0f,27a29ef24,aef842123,1dc79590b,9c4647383,a0c4cfe0f,b80124d32,cb1ec0076,142c8aa70,1547dd814,d2c692aa9,150696de9,93d0dc1bd,b3e4be720]:- @medusajs/medusa@1.7.4
- medusa-interfaces@1.3.4