Rename product-sdk to host-api-wrapper#169
Conversation
Rename `packages/product-sdk` → `packages/host-api-wrapper` and update the npm package name from `@novasamatech/product-sdk` to `@novasamatech/host-api-wrapper`. Update all imports, dependencies, READMEs, and tests across the monorepo. Closes #44
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@filvecchiato does it need any tweak to https://github.com/paritytech/npm_publish_automation to get the new package published? |
No since the @NovaSama namespace is not in npm_publish_automation |
No since the '@novasamatech' namespace is not in npm_publish_automation |
TarikGul
left a comment
There was a problem hiding this comment.
Yea generally looks good to me too. Would be good to get eyes on from the core maintainers just in case there are any important workflows we are missing.
Summary
packages/product-sdk→packages/host-api-wrapper@novasamatech/product-sdkto@novasamatech/host-api-wrapperproduct-bulletin,product-react-renderer) and integration testsREADME.md,CLAUDE.md, and package READMEsThis decouples the host-api integration layer from the future product-focused abstractions, as described in #44.
Closes #44
Test plan
npm run build— all packages build successfullynpm test— 443 tests pass (44 files)npm run lint— passes (import order fixed)npm ls @novasamatech/host-api-wrapper— workspace resolution correct