https://github.com/requestly/alternative-importers
https://github.com/requestly/alternative-importers
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/requestly/alternative-importers
- Owner: requestly
- Created: 2025-05-14T09:47:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-19T07:41:31.000Z (3 months ago)
- Last Synced: 2026-03-20T00:23:31.498Z (3 months ago)
- Language: TypeScript
- Size: 805 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# alternative-importers
## Deployment Steps
To publish a new version of this package, follow these steps:
1. **Update package version** (Create a new PR for this)
- Update the version in `package.json`
- Create a pull request with the version bump
2. **Build the package**
```bash
npm run build
```
3. **Publish to npm** (You need organization access for this)
```bash
npm publish --access public
```
4. **Update package version in @requestly/requestly**
- Update the dependency version in the main Requestly repository