@tarojs/helper 3.5.7-alpha.6 → 3.6.0-canary.0

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.
@@ -82,9 +82,9 @@ export declare const taroJsMobx = "@tarojs/mobx";
82
82
  export declare const taroJsMobxCommon = "@tarojs/mobx-common";
83
83
  export declare const DEVICE_RATIO_NAME = "deviceRatio";
84
84
  export declare const isWindows: boolean;
85
- export declare const DEFAULT_TEMPLATE_SRC = "github:NervJS/taro-project-templates#v3.5";
86
- export declare const DEFAULT_TEMPLATE_SRC_GITEE = "direct:https://gitee.com/o2team/taro-project-templates.git#v3.5";
87
- export declare const TARO_CONFIG_FOLDER = ".taro3.5";
85
+ export declare const DEFAULT_TEMPLATE_SRC = "github:NervJS/taro-project-templates#v3.6";
86
+ export declare const DEFAULT_TEMPLATE_SRC_GITEE = "direct:https://gitee.com/o2team/taro-project-templates.git#v3.6";
87
+ export declare const TARO_CONFIG_FOLDER = ".taro3.6";
88
88
  export declare const TARO_BASE_CONFIG = "index.json";
89
89
  export declare const OUTPUT_DIR = "dist";
90
90
  export declare const SOURCE_DIR = "src";
package/dist/constants.js CHANGED
@@ -209,9 +209,9 @@ exports.taroJsMobx = '@tarojs/mobx';
209
209
  exports.taroJsMobxCommon = '@tarojs/mobx-common';
210
210
  exports.DEVICE_RATIO_NAME = 'deviceRatio';
211
211
  exports.isWindows = os.platform() === 'win32';
212
- exports.DEFAULT_TEMPLATE_SRC = 'github:NervJS/taro-project-templates#v3.5';
213
- exports.DEFAULT_TEMPLATE_SRC_GITEE = 'direct:https://gitee.com/o2team/taro-project-templates.git#v3.5';
214
- exports.TARO_CONFIG_FOLDER = '.taro3.5';
212
+ exports.DEFAULT_TEMPLATE_SRC = 'github:NervJS/taro-project-templates#v3.6';
213
+ exports.DEFAULT_TEMPLATE_SRC_GITEE = 'direct:https://gitee.com/o2team/taro-project-templates.git#v3.6';
214
+ exports.TARO_CONFIG_FOLDER = '.taro3.6';
215
215
  exports.TARO_BASE_CONFIG = 'index.json';
216
216
  exports.OUTPUT_DIR = 'dist';
217
217
  exports.SOURCE_DIR = 'src';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/helper",
3
- "version": "3.5.7-alpha.6",
3
+ "version": "3.6.0-canary.0",
4
4
  "description": "Taro Helper",
5
5
  "main": "index.js",
6
6
  "types": "dist/index.d.ts",