feat(086B): 1.0.1 — default base URL → api.validpay.com#1
Merged
Conversation
Primary domain migrated from validpay.io to validpay.com (ValidPay-io/docs Prompt 086B). The .io host still works via Cloudflare 301 redirects, so 1.0.0 installs keep functioning; new installs default straight to .com. Changes: - src/client.ts: DEFAULT_BASE_URL → "https://api.validpay.com" - package.json: bump to 1.0.1, homepage → validpay.com - package-lock.json regenerated to match - README: ValidPay landing link + baseUrl default in the options table - CHANGELOG: 1.0.1 entry No API surface change. No type change. baseUrl override still wins.
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.
Summary
Prompt 086B — primary domain migrated from
validpay.iotovalidpay.com. The React Native SDK'sDEFAULT_BASE_URLnow points athttps://api.validpay.com. Patch release1.0.1.What changed
src/client.ts—DEFAULT_BASE_URL = 'https://api.validpay.com'package.json—version = "1.0.1",homepage→https://validpay.compackage-lock.jsonregenerated to matchREADME.md— ValidPay landing link +baseUrlrow in the options tableCHANGELOG.md—[1.0.1] - 2026-06-08entryBackward compatibility
Fully backward-compatible.
1.0.0installs keep working because Cloudflare 301-redirectsapi.validpay.io→api.validpay.com. New installs save a hop.The
baseUrlconstructor option still wins when set.Deployment
npm publish).npm view @validpay/react-native-sdk@latest versionreports1.0.1.Test plan
npm install @validpay/react-native-sdk@1.0.1succeedsnew ValidPayClient({ apiKey: '...' })(nobaseUrl) hitshttps://api.validpay.com1.0.0callers still succeed via the .io → .com redirectPrompt
ValidPay-io/docs→06-prompts/active/Prompt_086B_Domain_Migration_COM_Primary.mdRelated PRs
🤖 Generated with Claude Code