mistykey/packages
dakkar 9b164003d4 more robust "delivery suspend software"
upstream's code doesn't allow any way to match a version that `semver`
can't parse, not even with `*`:

```
> semver.satisfies('1-2-3','*');
false
> semver.satisfies('1.3','*');
false
> semver.satisfies('1.2.3','*');
true
```

while I was there, I added support for regexp in both name and
version, and added unit tests
2025-08-03 12:40:17 +01:00
..
backend more robust "delivery suspend software" 2025-08-03 12:40:17 +01:00
frontend Merge branch 'stable' into stable-2025.4.4-to-develop 2025-08-02 10:34:25 +01:00
frontend-embed Merge branch 'develop' into upstream/2025.5.0 2025-06-20 10:44:34 +01:00
frontend-shared Add importCompleted notification. Send importCompleted when antenna/customEmoji/muting/userList is imported 2025-07-16 18:32:18 +02:00
megalodon fix indents in megalodon files 2025-06-12 21:11:17 -04:00
misskey-bubble-game use uncaughtExceptionMonitor instead uncaughtException 2025-06-12 21:36:46 -04:00
misskey-js bump release version 2025-07-27 18:50:22 +01:00
misskey-reversi use uncaughtExceptionMonitor instead uncaughtException 2025-06-12 21:36:46 -04:00
shared exclude storybook components from restricted globals rule 2025-04-02 10:42:04 -04:00
sw Uniquify exportEntityName and importEntityName 2025-07-16 18:32:19 +02:00
meta.json