2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-13 23:53:35 +00:00

Expose monitorDataOutput hook to plugin library (#11453)

- Allow plugins to process data outputs
This commit is contained in:
Oliver
2026-03-03 15:10:03 +11:00
committed by GitHub
parent 41a617febd
commit 948818bc78
5 changed files with 138 additions and 102 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@inventreedb/ui",
"description": "UI components for the InvenTree project",
"version": "0.7.0",
"version": "0.8.0",
"private": false,
"type": "module",
"license": "MIT",