@tarojs/helper 3.5.11 → 3.6.0-beta.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.
- package/dist/constants.d.ts +3 -3
- package/dist/constants.js +3 -3
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -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.
|
|
86
|
-
export declare const DEFAULT_TEMPLATE_SRC_GITEE = "direct:https://gitee.com/o2team/taro-project-templates.git#v3.
|
|
87
|
-
export declare const TARO_CONFIG_FOLDER = ".taro3.
|
|
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.
|
|
213
|
-
exports.DEFAULT_TEMPLATE_SRC_GITEE = 'direct:https://gitee.com/o2team/taro-project-templates.git#v3.
|
|
214
|
-
exports.TARO_CONFIG_FOLDER = '.taro3.
|
|
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';
|