@acomo/client 1.0.179 → 1.0.181

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/progress-all/acomo.git"
6
6
  },
7
- "version": "1.0.179",
7
+ "version": "1.0.181",
8
8
  "type": "module",
9
9
  "main": "dist/src/index.js",
10
10
  "types": "dist/src/index.d.ts",
@@ -35,7 +35,7 @@ export interface TenantEntity {
35
35
  id: string;
36
36
  /**
37
37
  * AuthテナントID。
38
- * Firebase Authentication with Identity Platform側でテナントを作成した際に自動で採番される一意のID。
38
+ * 認証基盤側でテナントを作成した際に採番される一意のID。
39
39
  * @type {string}
40
40
  * @memberof TenantEntity
41
41
  */