Major bump #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I upgraded all dependencies to their latest versions, and
npm install && npm run testpass (tested with Node.jsv22.16.0:)@ -8,2 +8,3 @@"moduleResolution": "node""moduleResolution": "node","outDir": "dist"},Since we're not using TS directly to generate output, why specify an
outDirhere?@ -30,3 +30,4 @@"typescript": "^5.8.3"},"license": "MIT"}What's the reason for including tslib here?
@ -30,3 +30,4 @@"typescript": "^5.8.3"},"license": "MIT"}@ -8,2 +8,3 @@"moduleResolution": "node""moduleResolution": "node","outDir": "dist"},Thanks! Merged.