@magda/external-ui-plugin-sdk 2.2.6 → 2.3.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1097,6 +1097,7 @@ declare interface Permission {
1097
1097
  createTime?: Date;
1098
1098
  editBy?: string;
1099
1099
  editTime?: Date;
1100
+ allowExemption: boolean;
1100
1101
  }
1101
1102
 
1102
1103
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@magda/external-ui-plugin-sdk",
3
3
  "description": "MAGDA external UI plugin SDK",
4
- "version": "2.2.6",
4
+ "version": "2.3.0-alpha.0",
5
5
  "scripts": {
6
6
  "prebuild": "rimraf dist tsconfig.tsbuildinfo",
7
7
  "build": "api-extractor run -l",
@@ -18,7 +18,7 @@
18
18
  "directory": "packages/external-ui-plugin-sdk"
19
19
  },
20
20
  "devDependencies": {
21
- "@magda/web-client": "^2.2.6",
21
+ "@magda/web-client": "^2.3.0-alpha.0",
22
22
  "typescript": "~4.2.4"
23
23
  },
24
24
  "peerDependencies": {