@dao42/d42paas-front 0.7.59 → 0.7.60

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.
package/dist/editor.d.ts CHANGED
@@ -503,7 +503,14 @@ export class DaoPaaS {
503
503
  * @param {unFollowUser} args
504
504
  *
505
505
  */
506
+ dispose(): Promise<string>;
506
507
 
508
+ /**
509
+ *
510
+ * Replaying method for global calling.
511
+ * @param {unFollowUser} args
512
+ *
513
+ */
507
514
  unFollowUser(user: UserInfo, callback: (userInfo: UserInfo) => void): void;
508
515
 
509
516
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao42/d42paas-front",
3
- "version": "0.7.59",
3
+ "version": "0.7.60",
4
4
  "description": "> TODO: description",
5
5
  "author": "eric183 <kk297466058@gmail.com>",
6
6
  "homepage": "https://github.com/dao42/d42paas_frontend#readme",