Merge branch 'master' into block-notes

This commit is contained in:
Oliver
2026-06-08 00:01:04 +10:00
committed by GitHub
6 changed files with 193 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@inventreedb/ui",
"description": "UI components for the InvenTree project",
"version": "1.4.0",
"version": "1.4.5",
"private": false,
"type": "module",
"license": "MIT",
@@ -11,7 +11,8 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
".": "./dist/index.js",
"./vite": "./dist/plugin/InventreeHmrPlugin.js"
},
"files": [
"dist",