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

Commit 98e157f

Browse files
Merge pull request #74 from EveripediaNetwork/changeset-release/main
2 parents 553acd8 + 125328b commit 98e157f

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

.changeset/large-cougars-wonder.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @everipedia/wagmi-magic-connector
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- eb25ae1: Makes package es module from package json type
8+
39
## 1.0.0
410

511
### Major Changes

package.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
22
"name": "@everipedia/wagmi-magic-connector",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "wagmi connector to connect with Magic SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"type": "module",
88
"repository": "https://github.com/EveripediaNetwork/wagmi-magic-connector",
99
"license": "MIT",
10-
"keywords": ["wagmi", "extension", "magic"],
10+
"keywords": [
11+
"wagmi",
12+
"extension",
13+
"magic"
14+
],
1115
"scripts": {
1216
"build": "tsc -p tsconfig.json",
1317
"format": "rome format . --write",
@@ -35,7 +39,12 @@
3539
},
3640
"peerDependencies": {},
3741
"files": [
38-
"dist", "!**/*.test.*", "!**/*.json", "CHANGELOG.md", "LICENSE", "README.md"
42+
"dist",
43+
"!**/*.test.*",
44+
"!**/*.json",
45+
"CHANGELOG.md",
46+
"LICENSE",
47+
"README.md"
3948
],
4049
"publishConfig": {
4150
"access": "public"

0 commit comments

Comments
 (0)