Skip to content

Commit

Permalink
Merge pull request #1078 from nickgros/SWC-6946
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Jul 17, 2024
2 parents 6ca6b71 + d8b74f1 commit f43f117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/synapse-react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synapse-react-client",
"version": "3.3.1",
"version": "3.3.2",
"private": false,
"type": "module",
"main": "./dist/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/synapse-react-client/vite.config.umd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export default defineConfig(({ mode = 'production' }) =>
name: 'SRC',
fileName: () =>
mode === 'production'
? 'synapse-react-client.production.min.cjs'
: 'synapse-react-client.development.cjs',
? 'synapse-react-client.production.min.js'
: 'synapse-react-client.development.js',
formats: ['umd'],
},
rollupOptions: {
Expand Down

0 comments on commit f43f117

Please sign in to comment.