jobdone-shared-files 0.0.1-beta.73 → 0.0.1-beta.74

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,6 +57,8 @@
57
57
  | project-id | project id | 是 |
58
58
  | api-project-apps | 取得 project module & menu | 是 |
59
59
  | api-project-info | 取得 project 資訊 | 是 |
60
+ | api-current-user | 取得 user 的當前名稱資訊 | 是 |
61
+ | log-out-link | 登出連結 | 是 |
60
62
 
61
63
 
62
64
  ----
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "0.0.1-beta.73",
3
+ "version": "0.0.1-beta.74",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {