@cocos/cocos-cli-types 0.0.1-alpha.17.3 → 0.0.1-alpha.17.4

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/assets.d.ts CHANGED
@@ -687,12 +687,8 @@ export declare interface ICreateMenuInfo {
687
687
  // 创建的默认文件名称带后缀,具体实际上是为 assets 面板提供的数据,assets 面板新建时,需要先让用户填写清楚命名最后才创建
688
688
  fullFileName: string;
689
689
 
690
- // 资源文件内容,支持字符串、Buffer、JSON
691
- content?: string | Buffer | JSON;
692
690
  // 资源文件模板地址,例如 db://xxx/ani ,支持 url 与绝对路径
693
691
  template?: string;
694
- // (当 content 与 template 都未传递时,将创建文件夹)
695
- // (当 content 与 template 都传递时,优先使用 content 创建文件)
696
692
 
697
693
  // 创建类型的 handler 名称,默认为当前处理器名称
698
694
  handler?: string;
package/index.d.ts CHANGED
@@ -987,12 +987,8 @@ declare interface ICreateMenuInfo {
987
987
  // 创建的默认文件名称带后缀,具体实际上是为 assets 面板提供的数据,assets 面板新建时,需要先让用户填写清楚命名最后才创建
988
988
  fullFileName: string;
989
989
 
990
- // 资源文件内容,支持字符串、Buffer、JSON
991
- content?: string | Buffer | JSON;
992
990
  // 资源文件模板地址,例如 db://xxx/ani ,支持 url 与绝对路径
993
991
  template?: string;
994
- // (当 content 与 template 都未传递时,将创建文件夹)
995
- // (当 content 与 template 都传递时,优先使用 content 创建文件)
996
992
 
997
993
  // 创建类型的 handler 名称,默认为当前处理器名称
998
994
  handler?: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cocos/cocos-cli-types",
3
3
  "description": "types for cocos cli",
4
4
  "author": "cocos cli",
5
- "version": "0.0.1-alpha.17.3",
5
+ "version": "0.0.1-alpha.17.4",
6
6
  "main": "index.d.ts",
7
7
  "types": "index.d.ts",
8
8
  "exports": {