Skip to content

Commit 37e578b

Browse files
committed
refactor: remove legacy builders directory and update URLs to IntersectMBO
BREAKING CHANGE: Remove old src/builders/ directory in favor of new SDK architecture - Delete legacy builders directory (TxBuilder, CertificateBuilder, etc.) - These have been superseded by the new SDK builders in src/sdk/builders/ - The old builders were causing duplicate documentation generation - Update Evolution package.json URLs to IntersectMBO organization - Update docgen.json projectHomepage to IntersectMBO This is the proper fix - removing duplicate/legacy code rather than excluding it. The new SDK architecture in src/sdk/ contains the modern, refactored builders.
1 parent 6321b31 commit 37e578b

File tree

15 files changed

+4
-3563
lines changed

15 files changed

+4
-3563
lines changed

packages/evolution/docgen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"skipExamplesValidation": true,
1313
"skipModulesValidation": true,
1414
"exclude": ["**/*.test.ts", "**/*.spec.ts", "**/test/**", "**/tests/**", "**/internal/**", "**/index.ts", "**/debug/**"],
15-
"projectHomepage": "https://github.com/no-witness-labs/evolution-sdk",
15+
"projectHomepage": "https://github.com/IntersectMBO/evolution-sdk",
1616
"docsHomepage": "TBD",
1717
"projectName": "Evolution SDK",
1818
"packageName": "@evolution-sdk/evolution"

packages/evolution/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
"sdk",
6666
"web3"
6767
],
68-
"homepage": "https://github.com/no-witness-labs/evolution-sdk",
68+
"homepage": "https://github.com/IntersectMBO/evolution-sdk",
6969
"repository": {
7070
"type": "git",
71-
"url": "git+https://github.com/no-witness-labs/evolution-sdk.git"
71+
"url": "git+https://github.com/IntersectMBO/evolution-sdk.git"
7272
},
7373
"bugs": {
74-
"url": "https://github.com/no-witness-labs/evolution-sdk/issues"
74+
"url": "https://github.com/IntersectMBO/evolution-sdk/issues"
7575
},
7676
"license": "MIT",
7777
"publishConfig": {

packages/evolution/src/builders/CertificateBuilder.ts

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)