remove sdk/types package and move it to main sdk package
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import Script from 'next/script';
|
||||
|
||||
import type { MixanWebOptions } from '@mixan/sdk-web';
|
||||
import type {
|
||||
MixanEventOptions,
|
||||
MixanWebOptions,
|
||||
PostEventPayload,
|
||||
UpdateProfilePayload,
|
||||
} from '@mixan/types';
|
||||
} from '@mixan/sdk-web';
|
||||
|
||||
const CDN_URL = 'http://localhost:3002/op.js';
|
||||
|
||||
|
||||
@@ -20,7 +20,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