diff --git a/libs/events/package.json b/libs/events/package.json index 7153b85d1d..e06f726229 100644 --- a/libs/events/package.json +++ b/libs/events/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/events", - "version": "0.0.1", + "version": "0.1.0-RC.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/types/package.json b/libs/types/package.json index df1c1cea2b..51b1e7d82e 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/types", - "version": "0.0.1", + "version": "0.1.0", "main": "./index.js", "types": "./index.d.ts", "exports": { diff --git a/libs/widget-lib/package.json b/libs/widget-lib/package.json index d97459fb06..0a05fe867a 100644 --- a/libs/widget-lib/package.json +++ b/libs/widget-lib/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/widget-lib", - "version": "0.6.0-RC.1", + "version": "0.6.0-RC.2", "type": "commonjs", "description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.", "main": "index.js", @@ -20,5 +20,7 @@ "dex", "widget-lib" ], - "dependencies": {} + "dependencies": { + "@cowprotocol/events": "^0.1.0-RC.0" + } } diff --git a/libs/widget-lib/src/index.ts b/libs/widget-lib/src/index.ts index d4a25eb0c8..25dff31424 100644 --- a/libs/widget-lib/src/index.ts +++ b/libs/widget-lib/src/index.ts @@ -3,4 +3,3 @@ export type { CowSwapWidgetHandler } from './cowSwapWidget' export { COWSWAP_URLS } from './consts' export * from './types' export * from './messages' -export * from '@cowprotocol/events'