@candriajs/git-neko-kit 0.7.1 → 0.7.2

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
@@ -1309,7 +1309,7 @@ type CollaboratorParamType = RepoInfoParamType & UserNameParamType & {
1309
1309
  */
1310
1310
  permission?: string;
1311
1311
  /** 是否格式化日期 */
1312
- format: formatParamType['format'];
1312
+ format?: formatParamType['format'];
1313
1313
  };
1314
1314
  /** 邀请协作者响应类型 */
1315
1315
  interface AddCollaboratorResponseType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@candriajs/git-neko-kit",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Github, Gitee, GitCode API封装库",
5
5
  "keywords": [
6
6
  "git",