@awell-health/awell-extensions 1.1.42-beta33 → 1.1.42-beta34
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,4 @@ export type Markdown = Record<string, {
|
|
3
3
|
changelog: string;
|
4
4
|
}>;
|
5
5
|
export declare const markdown: Markdown;
|
6
|
-
export declare const extensions: import("@awell-health/extensions-core").Extension
|
6
|
+
export declare const extensions: import("@awell-health/extensions-core").Extension[];
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awell-health/awell-extensions",
|
3
|
-
"version": "1.1.42-
|
3
|
+
"version": "1.1.42-beta34",
|
4
4
|
"packageManager": "yarn@3.4.1",
|
5
5
|
"main": "dist/src/index.js",
|
6
6
|
"repository": {
|
@@ -68,7 +68,7 @@
|
|
68
68
|
},
|
69
69
|
"dependencies": {
|
70
70
|
"@awell-health/awell-sdk": "^0.1.7",
|
71
|
-
"@awell-health/extensions-core": "0.2.
|
71
|
+
"@awell-health/extensions-core": "0.2.15",
|
72
72
|
"@dropbox/sign": "^1.1.3",
|
73
73
|
"@mailchimp/mailchimp_transactional": "^1.0.50",
|
74
74
|
"@medplum/core": "^3.1.4",
|