Add local fork of meteor-reactive-cache package

- Clone @wekanteam/meteor-reactive-cache to npm-packages/
- Add .meteorignore to exclude npm-packages from Meteor
- Update package.json to use local file path

This allows direct modification of the package for Meteor 3.0
async migration while maintaining publishability to npm.
This commit is contained in:
Harry Adel 2026-01-31 20:46:05 +02:00
parent 88b35a6415
commit e241e27ca1
40 changed files with 10369 additions and 4 deletions

View file

@ -28,7 +28,7 @@
"@wekanteam/exceljs": "^4.6.0",
"@wekanteam/html-to-markdown": "^1.0.2",
"@wekanteam/meteor-globals": "^1.1.6",
"@wekanteam/meteor-reactive-cache": "^1.0.7",
"@wekanteam/meteor-reactive-cache": "file:./npm-packages/meteor-reactive-cache",
"ajv": "^6.12.6",
"bcryptjs": "^2.4.3",
"bson": "^4.7.2",