remove sdk/types package and move it to main sdk package
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { MixanOptions } from '@mixan/sdk';
|
||||
import type { MixanOptions, PostEventPayload } from '@mixan/sdk';
|
||||
import { Mixan } from '@mixan/sdk';
|
||||
import type { PostEventPayload } from '@mixan/types';
|
||||
|
||||
export * from '@mixan/sdk';
|
||||
|
||||
export type MixanWebOptions = MixanOptions & {
|
||||
trackOutgoingLinks?: boolean;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"@mixan/eslint-config": "workspace:*",
|
||||
"@mixan/prettier-config": "workspace:*",
|
||||
"@mixan/tsconfig": "workspace:*",
|
||||
"@mixan/types": "workspace:*",
|
||||
"eslint": "^8.48.0",
|
||||
"prettier": "^3.0.3",
|
||||
"tsup": "^7.2.0",
|
||||
|
||||
Reference in New Issue
Block a user