move sdk packages to its own folder and rename api & dashboard
This commit is contained in:
@@ -5,7 +5,7 @@ import type {
|
||||
MixanWebOptions,
|
||||
PostEventPayload,
|
||||
UpdateProfilePayload,
|
||||
} from '@mixan/sdk-web';
|
||||
} from '@mixan/web';
|
||||
|
||||
const CDN_URL = 'http://localhost:3002/op.js';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@mixan/next",
|
||||
"name": "@mixan/nextjs",
|
||||
"version": "0.0.1",
|
||||
"module": "index.ts",
|
||||
"scripts": {
|
||||
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@mixan/sdk": "workspace:*",
|
||||
"@mixan/sdk-web": "workspace:*"
|
||||
"@mixan/web": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"next": "^13.0.0"
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@mixan/sdk-native",
|
||||
"name": "@mixan/react-native",
|
||||
"version": "0.0.1",
|
||||
"module": "index.ts",
|
||||
"scripts": {
|
||||
1
packages/sdks/sdk/profileId.txt
Normal file
1
packages/sdks/sdk/profileId.txt
Normal file
@@ -0,0 +1 @@
|
||||
f97a3167-8dc6-4bed-923b-3d118c544006
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@mixan/sdk-web",
|
||||
"name": "@mixan/web",
|
||||
"version": "0.0.1",
|
||||
"module": "index.ts",
|
||||
"scripts": {
|
||||
Reference in New Issue
Block a user