feat: bump substack-api to 2.2.1 and migrate from npm to pnpm#164
Merged
jakub-k-slys merged 3 commits intomainfrom Jan 7, 2026
Merged
feat: bump substack-api to 2.2.1 and migrate from npm to pnpm#164jakub-k-slys merged 3 commits intomainfrom
jakub-k-slys merged 3 commits intomainfrom
Conversation
Updated to substack-api 2.2.1 which includes bundling fixes and API improvements. Breaking changes fixed: - Updated SubstackClient config: hostname→publicationUrl, apiKey→token - Updated OwnProfile method: followees()→following() - Fixed test mocks to work with new Rollup-bundled module structure All tests passing (93/93) and build successful. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Migrated package manager from npm to pnpm for better dependency management and faster installs. Changes: - Replaced package-lock.json with pnpm-lock.yaml - Updated package.json scripts to use pnpm commands (npm→pnpm, npx→pnpm dlx) - Fixed NodeConnectionType usage for n8n-workflow v1.120.3 compatibility (removed enum import, using string literals 'main' instead) - Removed unnecessary @jest/globals import from testSetup.ts All tests passing (93/93) and build successful with pnpm. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
59cf1a6 to
a6341fa
Compare
a6341fa to
ffa9f47
Compare
Update CI/CD workflows to use pnpm instead of npm for package management. - Add pnpm/action-setup@v4 action - Enable pnpm caching in actions/setup-node - Replace npm commands with pnpm equivalents 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
ffa9f47 to
78fd05b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.