move sdk packages to its own folder and rename api & dashboard

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-11 13:15:44 +01:00
parent 1ca95442b9
commit 6d4f9010d4
318 changed files with 350 additions and 351 deletions

View File

@@ -5,7 +5,7 @@ import type {
MixanWebOptions,
PostEventPayload,
UpdateProfilePayload,
} from '@mixan/sdk-web';
} from '@mixan/web';
const CDN_URL = 'http://localhost:3002/op.js';

View File

@@ -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"

View File

@@ -1,5 +1,5 @@
{
"name": "@mixan/sdk-native",
"name": "@mixan/react-native",
"version": "0.0.1",
"module": "index.ts",
"scripts": {

View File

@@ -0,0 +1 @@
f97a3167-8dc6-4bed-923b-3d118c544006

View File

@@ -1,5 +1,5 @@
{
"name": "@mixan/sdk-web",
"name": "@mixan/web",
"version": "0.0.1",
"module": "index.ts",
"scripts": {