@tarojs/helper 4.0.7-alpha.3 → 4.0.7-alpha.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/dist/utils.d.ts
CHANGED
|
@@ -61,8 +61,8 @@ export declare const getModuleDefaultExport: (exports: any) => any;
|
|
|
61
61
|
export declare function removeHeadSlash(str: string): string;
|
|
62
62
|
export declare function readPageConfig(configPath: string): any;
|
|
63
63
|
interface IReadConfigOptions {
|
|
64
|
-
defineConstants?: Record<string, any>;
|
|
65
64
|
alias?: Record<string, any>;
|
|
65
|
+
defineConstants?: Record<string, any>;
|
|
66
66
|
}
|
|
67
67
|
export declare function readConfig<T extends IReadConfigOptions>(configPath: string, options?: T): any;
|
|
68
68
|
export declare function removePathPrefix(filePath?: string): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/helper",
|
|
3
|
-
"version": "4.0.7-alpha.
|
|
3
|
+
"version": "4.0.7-alpha.4",
|
|
4
4
|
"description": "Taro Helper",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/babel__core": "^7.20.5",
|
|
54
54
|
"@types/babel__generator": "^7.6.8",
|
|
55
55
|
"@types/babel__traverse": "^7.20.5",
|
|
56
|
-
"@tarojs/taro": "4.0.7-alpha.
|
|
56
|
+
"@tarojs/taro": "4.0.7-alpha.4"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"prod": "pnpm run build",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|