@uuip/unified-ui-platform-sdk
v1.3.28
Published
The `unified-ui-platform-sdk` library provides logging, HTTP, and telemetry services for Micro Frontends (MFE). It is published to the public npm repository (npmjs) because `@wxcc-desktop/sdk` depends on some of its TypeScript type definitions.
Keywords
Readme
unified-ui-platform-sdk
The unified-ui-platform-sdk library provides logging, HTTP, and telemetry services for Micro Frontends (MFE). It is published to the public npm repository (npmjs) because @wxcc-desktop/sdk depends on some of its TypeScript type definitions.
Publish unified-ui-platform-sdk to External npm Repository (e.g., npmjs.com)
To publish the unified-ui-platform-sdk package to an external npm repository like npmjs.com, follow these steps:
Verify Membership
Ensure you are a member of the@uuipproject on npmjs.com. If not, contact your lead to request access.Update Version
⚠️ Important Step: Update Version
Increment the version number in thepackage.jsonfile according to semantic versioning. Ensure the version changes are merged into themainbranch before publishing. 🛠️📦Run Publish Command
Execute the following command to publish the package:npm run publish:externalLogin to npmjs
During the process, npm will prompt you to log in to npmjs via your browser. Complete the login process.Verify Publication
After a successful login, the new version of the package will be published to npmjs.com.
