feat: add @affine/sdk (#3536)

This commit is contained in:
Alex Yang
2023-08-02 21:47:05 -07:00
committed by GitHub
parent d3c719d89a
commit ea34d66e14
39 changed files with 256 additions and 93 deletions
+8 -1
View File
@@ -77,6 +77,7 @@
"@toeverything/hooks/*": ["./packages/hooks/src/*"],
"@toeverything/infra/*": ["./packages/infra/src/*"],
"@toeverything/plugin-infra/*": ["./packages/plugin-infra/src/*"],
"@affine/sdk/*": ["./packages/sdk/src/*"],
"@affine/native": ["./packages/native/index.d.ts"],
"@affine/native/*": ["./packages/native/*"],
"@affine/storage": ["./packages/storage/index.d.ts"],
@@ -104,6 +105,9 @@
{
"path": "./packages/infra"
},
{
"path": "./packages/plugin-infra"
},
{
"path": "./packages/graphql"
},
@@ -112,7 +116,7 @@
},
// Plugins
{
"path": "./packages/plugin-infra"
"path": "./packages/sdk"
},
{
"path": "./plugins/bookmark"
@@ -123,6 +127,9 @@
{
"path": "./plugins/hello-world"
},
{
"path": "./plugins/image-preview"
},
// Packages
{
"path": "./packages/cli"