@candriajs/git-neko-kit 0.7.0 → 0.7.1

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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1307,7 +1307,7 @@ type CollaboratorParamType = RepoInfoParamType & UserNameParamType & {
1307
1307
  * maintain - 允许管理仓库中的代码和议题,但不能更改仓库设置。
1308
1308
  * admin - 拥有仓库的完全控制权,包括更改设置和删除仓库。
1309
1309
  */
1310
- permission?: 'pull' | 'triage' | 'push' | 'maintain' | 'admin';
1310
+ permission?: string;
1311
1311
  /** 是否格式化日期 */
1312
1312
  format: formatParamType['format'];
1313
1313
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candriajs/git-neko-kit",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Github, Gitee, GitCode API封装库",
5
5
  "keywords": [
6
6
  "git",