Skip to content

Commit 6dd5eab

Browse files
authored
Merge pull request #30 from AbstractSDK/refactor/core
feat: `core` refactor
2 parents a64cbee + 95664f6 commit 6dd5eab

File tree

220 files changed

+4840
-3180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+4840
-3180
lines changed

.changeset/quick-eagles-refuse.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"wagemos-cosmoskit-nextjs": minor
3+
"wagemos-graz-nextjs": minor
4+
"@abstract-money/cli": minor
5+
"@abstract-money/core": minor
6+
"@abstract-money/react": minor
7+
---
8+
9+
Reimplements `core` package, with backwards compatibility support at `@abstract-money/core/legacy`.

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"typescript.preferences.importModuleSpecifier": "shortest",
66
"typescript.tsdk": "node_modules/typescript/lib",
77
"editor.codeActionsOnSave": {
8-
"source.organizeImports.biome": true
8+
"source.organizeImports.biome": "explicit"
99
},
1010
"[json]": {
1111
"editor.defaultFormatter": "biomejs.biome"

0 commit comments

Comments
 (0)