diff --git a/.changeset/shy-chefs-nail.md b/.changeset/shy-chefs-nail.md new file mode 100644 index 0000000..51efba7 --- /dev/null +++ b/.changeset/shy-chefs-nail.md @@ -0,0 +1,5 @@ +--- +'@traderjoe-xyz/sdk-v2': patch +--- + +fix sdk-v2 with Vite diff --git a/packages/v2/package.json b/packages/v2/package.json index 3712fa2..f7a8788 100644 --- a/packages/v2/package.json +++ b/packages/v2/package.json @@ -12,7 +12,7 @@ "traderjoe-xyz", "avalanche" ], - "module": "dist/sdk.esm.js", + "module": "dist/index.js", "scripts": { "lint": "eslint \"src/**/*.ts*\"", "lint:fix": "prettier --write \"**/*.{ts,tsx,md}\"",