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

4
package-lock.json generated
View file

@ -205,9 +205,7 @@
}
},
"@wekanteam/meteor-reactive-cache": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/@wekanteam/meteor-reactive-cache/-/meteor-reactive-cache-1.0.7.tgz",
"integrity": "sha512-PSxoCX46sGcLygaKN/i/DrtPbKbm8AOnuNzK8lBE1BQTFkdnr7KBG2neGjFDbwLRHGmvvSfYStUmPtAk6xfx8w==",
"version": "file:npm-packages/meteor-reactive-cache",
"requires": {
"@wekanteam/meteor-globals": "^1.1.6"
}