Skip to content

Conversation

ZxBing0066
Copy link
Member

@ZxBing0066 ZxBing0066 commented Sep 4, 2025

INS-1274

Background

Modularize insomnia functionalities, see details: https://konghq.atlassian.net/wiki/spaces/ST/pages/4871127713/Modularization+of+Insomnia

Changes

  • New package insomnia-core
  • Use no-restricted-imports to avoid unexpected imports from relative paths
  • Move user and vault apis to insomnia-api

@ZxBing0066 ZxBing0066 requested a review from a team September 4, 2025 02:50
@ZxBing0066 ZxBing0066 self-assigned this Sep 4, 2025
// ~~~~~~~~~~~~~~~~~~~~~ //
// Compute and Submit A //
// ~~~~~~~~~~~~~~~~~~~~~ //
const srpA = srpClient.computeA().toString('hex');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @cwangsmv, please help confirm if it's necessary to call verify-m1 even verify-a throws an error?

@@ -15,6 +15,9 @@ const config: BuildOptions = {
sourcemap: true,
format: 'cjs',
tsconfig: 'tsconfig.json',
alias: {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved from the paths config to avoid ts error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant