Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #75 from EveripediaNetwork/post-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored May 11, 2023
2 parents 98e157f + 6e648bb commit 92a2a8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
5 changes: 5 additions & 0 deletions .changeset/empty-doors-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@everipedia/wagmi-magic-connector": patch
---

Adds post processing to build to fix bundling issues
22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@
"type": "module",
"repository": "https://github.com/EveripediaNetwork/wagmi-magic-connector",
"license": "MIT",
"keywords": [
"wagmi",
"extension",
"magic"
],
"keywords": ["wagmi", "extension", "magic"],
"scripts": {
"build": "tsc -p tsconfig.json",
"build": "tsc -p tsconfig.json && tsc-esm-fix --target='dist' --ext='.js'",
"format": "rome format . --write",
"lint": "rome check .",
"lint:fix": "yarn lint --apply",
Expand All @@ -29,22 +25,20 @@
"@magic-ext/oauth": "^11.1.3",
"@magic-sdk/provider": "^17.1.2",
"@wagmi/core": "^1.0.1",
"magic-sdk": "^17.1.3"
"magic-sdk": "^17.1.3",
"tsc-esm-fix": "^2.20.10"
},
"devDependencies": {
"changeset": "^0.2.6",
"rome": "12.0.0",
"typescript": "^4.7.4",
"viem": "^0.3.18"
},
"peerDependencies": {},
"peerDependencies": {
"viem": "^0.3.18"
},
"files": [
"dist",
"!**/*.test.*",
"!**/*.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
"dist", "!**/*.test.*", "!**/*.json", "CHANGELOG.md", "LICENSE", "README.md"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 92a2a8b

Please sign in to comment.