We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddf356 commit 8764762Copy full SHA for 8764762
docs/utils/packageMap.ts
@@ -4,7 +4,6 @@ enum Packages {
4
ReactNativeSdk = 'react-native-sdk',
5
ReactSdk = 'react-sdk',
6
VueSdk = 'vue-sdk',
7
- CommonSdk = 'common-sdk',
8
AttachmentsSdk = 'attachments-sdk',
9
WebSdk = 'web-sdk'
10
}
@@ -43,13 +42,6 @@ export const packageMap: PackageMap = {
43
42
tsconfig: '../packages/vue/tsconfig.json',
44
id: Packages.VueSdk
45
},
46
- [Packages.CommonSdk]: {
47
- name: 'Common SDK',
48
- dirName: Packages.CommonSdk,
49
- entryPoints: ['../packages/common/src/index.ts'],
50
- tsconfig: '../packages/common/tsconfig.json',
51
- id: Packages.CommonSdk
52
- },
53
[Packages.AttachmentsSdk]: {
54
name: 'Attachments SDK',
55
dirName: Packages.AttachmentsSdk,
0 commit comments